summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-11-04 07:20:05 +1300
committerKent Fredric <kentnl@gentoo.org>2018-11-04 08:36:32 +1300
commitdd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5 (patch)
tree89221a3dec8d54a382fe144cd3b8c03807c72aba /dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
parentdev-perl/BDB: Add w/ version 1.920.0 re bug #458530 (diff)
downloadgentoo-dd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5.tar.gz
gentoo-dd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5.tar.bz2
gentoo-dd3a03e3e5b91ee74fd43a9678223b9d8c10d4c5.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild')
-rw-r--r--dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000000..a8a4609e31e0
--- /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
+"