summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-29 12:16:26 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-29 12:16:26 +1200
commitcf0acddb45e7291b2162ceb4c803e8ba6467e746 (patch)
treee111bb9b6c855ef2a71e8964a8ffdf28a61d746b
parentdev-perl/File-LibMagic: -r bump for toolchain love + fixes (diff)
downloadgentoo-cf0acddb.tar.gz
gentoo-cf0acddb.tar.bz2
gentoo-cf0acddb.zip
dev-perl/File-Listing: -r bump for EAPI7
- EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild
new file mode 100644
index 000000000000..d64609465d01
--- /dev/null
+++ b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=6.04
+inherit perl-module
+
+DESCRIPTION="Parse directory listings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ >=dev-perl/HTTP-Date-6.0.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"