summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-30 17:47:13 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-30 18:02:30 +0200
commit30a443b67f4cfea5676d9f00261a117b809ce614 (patch)
tree7181b6d12f8e688ac7bd17621a070e3bf6f1cb3e /dev-perl/File-Listing/File-Listing-6.140.0.ebuild
parentdev-perl/File-Listing: Remove old 6.04 (diff)
downloadgentoo-30a443b67f4cfea5676d9f00261a117b809ce614.tar.gz
gentoo-30a443b67f4cfea5676d9f00261a117b809ce614.tar.bz2
gentoo-30a443b67f4cfea5676d9f00261a117b809ce614.zip
dev-perl/File-Listing: Version bump 6.14
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/File-Listing/File-Listing-6.140.0.ebuild')
-rw-r--r--dev-perl/File-Listing/File-Listing-6.140.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/File-Listing/File-Listing-6.140.0.ebuild b/dev-perl/File-Listing/File-Listing-6.140.0.ebuild
new file mode 100644
index 000000000000..26566c1a047a
--- /dev/null
+++ b/dev-perl/File-Listing/File-Listing-6.140.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=6.14
+inherit perl-module
+
+DESCRIPTION="Parse directory listings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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
+ )
+"