summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:51 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:44 -0400
commitb9f483207d0f0abbf60f43fe0f2957d6f6f9583a (patch)
tree96725233e9a2e3c871c52f57c081ecb77e37b854 /dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild
parentdev-perl/Passwd-Unix: Drop old versions (diff)
downloadgentoo-b9f483207d0f0abbf60f43fe0f2957d6f6f9583a.tar.gz
gentoo-b9f483207d0f0abbf60f43fe0f2957d6f6f9583a.tar.bz2
gentoo-b9f483207d0f0abbf60f43fe0f2957d6f6f9583a.zip
dev-perl/Path-Iterator-Rule: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild')
-rw-r--r--dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild
deleted file mode 100644
index 3a8ae7121aba..000000000000
--- a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.14.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=1.014
-inherit perl-module
-
-DESCRIPTION="Iterative, recursive file finder"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="Apache-2.0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-File-Spec
- >=dev-perl/Number-Compare-0.20.0
- virtual/perl-Scalar-List-Utils
- dev-perl/Text-Glob
- dev-perl/Try-Tiny
- virtual/perl-if
-"
-BDEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- test? (
- virtual/perl-Exporter
- virtual/perl-File-Temp
- dev-perl/File-pushd
- dev-perl/Path-Tiny
- dev-perl/Test-Deep
- >=dev-perl/Test-Filename-0.30.0
- >=virtual/perl-Test-Simple-0.920.0
- virtual/perl-parent
- )
-"