summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2024-03-14 12:43:52 -0400
committerMatt Turner <[email protected]>2024-03-15 10:56:44 -0400
commit1019e335f103936861c0c7dd46cab51db9aebf58 (patch)
tree669648dc26bba877ad312f09a1336a8a081f78f5 /dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
parentdev-perl/Path-Iterator-Rule: Drop old versions (diff)
downloadgentoo-1019e335f103936861c0c7dd46cab51db9aebf58.tar.gz
gentoo-1019e335f103936861c0c7dd46cab51db9aebf58.tar.bz2
gentoo-1019e335f103936861c0c7dd46cab51db9aebf58.zip
dev-perl/Path-Tiny: Drop old versions
Signed-off-by: Matt Turner <[email protected]>
Diffstat (limited to 'dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild')
-rw-r--r--dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
deleted file mode 100644
index 701cdf366d51..000000000000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.118
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="minimal"
-
-RDEPEND="
- !minimal? (
- >=dev-perl/Unicode-UTF8-0.580.0
- )
- virtual/perl-Carp
- >=virtual/perl-Digest-1.30.0
- >=virtual/perl-Digest-SHA-5.450.0
- virtual/perl-Encode
- >=virtual/perl-Exporter-5.570.0
- >=virtual/perl-File-Path-2.70.0
- >=virtual/perl-File-Spec-0.860.0
- >=virtual/perl-File-Temp-0.190.0
- virtual/perl-if
-"
-
-BDEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- test? (
- !minimal? (
- >=virtual/perl-JSON-PP-2.273.0
- dev-perl/Test-FailWarnings
- dev-perl/Test-MockRandom
- )
- >=virtual/perl-Test-Simple-0.960.0
- )
-"