public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/
@ 2018-11-03 19:37 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-11-03 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 18:20:05 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 19:36:32 2018 +0000
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 <kentnl <AT> 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 00000000000..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 00000000000..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 00000000000..96a51acfa37
--- /dev/null
+++ b/dev-perl/Compress-LZF/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Compress-LZF</remote-id>
+    <remote-id type="cpan-module">Compress::LZF</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/
@ 2020-06-26 22:21 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-06-26 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6f06af2f3bb3f3c99be403bd492ff62720da084c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 22:20:26 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 22:20:43 2020 +0000
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 <kentnl <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/
@ 2020-07-31 12:32 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-07-31 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6c54cde639ddf6b8fc074845994a635ba363aba7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 12:15:41 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 12:32:25 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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
-"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/
@ 2023-06-22  2:49 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-22  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     83b89f8588d1683c7d577563a2d96ea2b5966709
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:47:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:47:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b89f85

dev-perl/Compress-LZF: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> 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"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-22  2:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03 19:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-06-26 22:21 Kent Fredric
2020-07-31 12:32 Kent Fredric
2023-06-22  2:49 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox