diff options
author | Sam James <sam@gentoo.org> | 2022-07-19 01:58:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-19 01:58:08 +0000 |
commit | b1efcf9e663c5a24bae43574d7b30433db864f86 (patch) | |
tree | 72f33a7a89f86c45270606a169f0223a46b336d5 /dev-perl/File-Listing/File-Listing-6.150.0.ebuild | |
parent | net-wireless/gr-osmosdr: drop Python 3.7 (diff) | |
download | gentoo-b1efcf9e663c5a24bae43574d7b30433db864f86.tar.gz gentoo-b1efcf9e663c5a24bae43574d7b30433db864f86.tar.bz2 gentoo-b1efcf9e663c5a24bae43574d7b30433db864f86.zip |
dev-perl/File-Listing: add 6.150.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/File-Listing/File-Listing-6.150.0.ebuild')
-rw-r--r-- | dev-perl/File-Listing/File-Listing-6.150.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/File-Listing/File-Listing-6.150.0.ebuild b/dev-perl/File-Listing/File-Listing-6.150.0.ebuild new file mode 100644 index 000000000000..a0cb609cace5 --- /dev/null +++ b/dev-perl/File-Listing/File-Listing-6.150.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=6.15 +inherit perl-module + +DESCRIPTION="Parse directory listings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + dev-perl/HTTP-Date + virtual/perl-Time-Local +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + >=virtual/perl-Test-Simple-0.980.0 + ) +" |