diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 12:16:26 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 12:16:26 +1200 |
commit | cf0acddb45e7291b2162ceb4c803e8ba6467e746 (patch) | |
tree | e111bb9b6c855ef2a71e8964a8ffdf28a61d746b /dev-perl/File-Listing | |
parent | dev-perl/File-LibMagic: -r bump for toolchain love + fixes (diff) | |
download | gentoo-cf0acddb45e7291b2162ceb4c803e8ba6467e746.tar.gz gentoo-cf0acddb45e7291b2162ceb4c803e8ba6467e746.tar.bz2 gentoo-cf0acddb45e7291b2162ceb4c803e8ba6467e746.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>
Diffstat (limited to 'dev-perl/File-Listing')
-rw-r--r-- | dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild | 21 |
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 +" |