[gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/

2023-06-21 Thread Sam James
commit: 83b89f8588d1683c7d577563a2d96ea2b5966709
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 22 02:47:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 22 02:47:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b89f85

dev-perl/Compress-LZF: update DESCRIPTION

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild 
b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
index 4c3508ba9f93..b1a0f36305cc 100644
--- a/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
+++ b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=MLEHMANN
 DIST_VERSION=3.8
 inherit perl-module
 
-DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
+DESCRIPTION="Extremely light-weight Lempel-Ziv-Free compression"
 # lzfP.h for BSD/GPL2+
 LICENSE="|| ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/

2020-07-31 Thread Kent Fredric
commit: 6c54cde639ddf6b8fc074845994a635ba363aba7
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 31 12:15:41 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 31 12:32:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c54cde6

dev-perl/Compress-LZF: Cleanup old 3.800.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild 
b/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
deleted file mode 100644
index a8a4609e31e..000
--- a/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MLEHMANN
-DIST_VERSION=3.8
-inherit perl-module
-
-DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/

2020-06-26 Thread Kent Fredric
commit: 6f06af2f3bb3f3c99be403bd492ff62720da084c
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jun 26 22:20:26 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jun 26 22:20:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f06af2f

dev-perl/Compress-LZF: -r bump for EAPI7

- EAPI7
- Fix LICENSE
- Ensure passing CFLAGS through to make

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Compress-LZF/Compress-LZF-3.800.0-r1.ebuild| 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild 
b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
new file mode 100644
index 000..4c3508ba9f9
--- /dev/null
+++ b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=3.8
+inherit perl-module
+
+DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
+# lzfP.h for BSD/GPL2+
+LICENSE="|| ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/

2018-11-03 Thread Kent Fredric
commit: dd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov  3 18:20:05 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov  3 19:36:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3a03e3

dev-perl/Compress-LZF: Add w/ version 3.800.0 re bug #458530

Bug: https://bugs.gentoo.org/458530
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild | 18 ++
 dev-perl/Compress-LZF/Manifest|  1 +
 dev-perl/Compress-LZF/metadata.xml| 12 
 3 files changed, 31 insertions(+)

diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild 
b/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
new file mode 100644
index 000..a8a4609e31e
--- /dev/null
+++ b/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=3.8
+inherit perl-module
+
+DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Compress-LZF/Manifest b/dev-perl/Compress-LZF/Manifest
new file mode 100644
index 000..a89759b69e7
--- /dev/null
+++ b/dev-perl/Compress-LZF/Manifest
@@ -0,0 +1 @@
+DIST Compress-LZF-3.8.tar.gz 31727 BLAKE2B 
cc704d95ee8569c4ce9a28f09d8cca061011c534ff45b85285679ce713fb4741a01a821c0cac49b087c4ee70d16efa996b1e6988467f9b4f5947f5416f12cfb0
 SHA512 
363c8ee73f1791c1a772bfefc82da5f1b883a27de74205f8f15cf36223a683811f8de98fba6e94a72ff73b2a325ef9fa07ea8f7aa2feeb3045d5b36dd613c22e

diff --git a/dev-perl/Compress-LZF/metadata.xml 
b/dev-perl/Compress-LZF/metadata.xml
new file mode 100644
index 000..96a51acfa37
--- /dev/null
+++ b/dev-perl/Compress-LZF/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Compress-LZF
+Compress::LZF
+  
+