summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-05-04 02:17:57 +1200
committerKent Fredric <kentnl@gentoo.org>2020-05-04 02:49:36 +1200
commitd427ea8990f838f0fc1ec159768771f8c9fcfa00 (patch)
tree79429b1d6ad336b7d94ec600da6c87944a327468 /dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild
parentdev-perl/App-FatPacker: Add w/v=0.10.8 (diff)
downloadgentoo-d427ea8990f838f0fc1ec159768771f8c9fcfa00.tar.gz
gentoo-d427ea8990f838f0fc1ec159768771f8c9fcfa00.tar.bz2
gentoo-d427ea8990f838f0fc1ec159768771f8c9fcfa00.zip
dev-perl/Perl-Strip: Add w/v=1.100.0
Required by dev-perl/App-cpanminus when building from git sources Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild')
-rw-r--r--dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild b/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild
new file mode 100644
index 000000000000..38b2b7d8bb2f
--- /dev/null
+++ b/dev-perl/Perl-Strip/Perl-Strip-1.100.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=1.1
+inherit perl-module
+
+DESCRIPTION="reduce file size by stripping whitespace, comments, pod etc"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Digest-MD5-2.0.0
+ >=dev-perl/PPI-1.213.0
+ >=dev-perl/common-sense-3.300.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"