diff options
author | 2020-10-01 21:37:48 +1300 | |
---|---|---|
committer | 2020-10-01 21:38:01 +1300 | |
commit | 476aa97809dfb5b99cea5af769f0fc4c515a878e (patch) | |
tree | 2fe211799c7e16310611546412af955f051afddd /dev-perl/File-Listing/File-Listing-6.70.0.ebuild | |
parent | media-sound/gpodder: removed obsolete 3.10.5-r1 (diff) | |
download | gentoo-476aa97809dfb5b99cea5af769f0fc4c515a878e.tar.gz gentoo-476aa97809dfb5b99cea5af769f0fc4c515a878e.tar.bz2 gentoo-476aa97809dfb5b99cea5af769f0fc4c515a878e.zip |
dev-perl/File-Listing: Bump to version 6.70.0
- Remove long dead blocker against <libwww-perl-6
Upstream:
- Tooling fixes
- Documentation improvements
- Migrate tests to Test::More
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-Listing/File-Listing-6.70.0.ebuild')
-rw-r--r-- | dev-perl/File-Listing/File-Listing-6.70.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/File-Listing/File-Listing-6.70.0.ebuild b/dev-perl/File-Listing/File-Listing-6.70.0.ebuild new file mode 100644 index 000000000000..81fc02a1ffd5 --- /dev/null +++ b/dev-perl/File-Listing/File-Listing-6.70.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=6.07 +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" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Exporter + >=dev-perl/HTTP-Date-6.0.0 + virtual/perl-Time-Local +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" |