diff options
author | 2021-11-24 17:15:39 +0100 | |
---|---|---|
committer | 2021-11-24 17:18:42 +0100 | |
commit | 7d8f40d8fcd188677afc52a608ee0f83baeb95d2 (patch) | |
tree | 18ea7ee51aaeb098b1dc8519ef4c1fa58c8c6811 | |
parent | dev-perl/Path-Iterator-Rule: Version bump 1.015 (diff) | |
download | gentoo-7d8f40d8fcd188677afc52a608ee0f83baeb95d2.tar.gz gentoo-7d8f40d8fcd188677afc52a608ee0f83baeb95d2.tar.bz2 gentoo-7d8f40d8fcd188677afc52a608ee0f83baeb95d2.zip |
dev-perl/Path-Tiny: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/Path-Tiny/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest index 3e8c3ddb4aa0..3c8fb6580046 100644 --- a/dev-perl/Path-Tiny/Manifest +++ b/dev-perl/Path-Tiny/Manifest @@ -1,2 +1 @@ -DIST Path-Tiny-0.104.tar.gz 93011 BLAKE2B 6492f651d1b5aa82309d0caf32a97bc890d8952b0fb37429babbba4c66beab24dd3e6bb2e36aedd1098b98828b367e43d25b6fc7529ae897358ea60373797200 SHA512 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0 SHA512 cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61 diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild deleted file mode 100644 index bf7ed3a2700c..000000000000 --- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DAGOLDEN -DIST_VERSION=0.104 -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -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-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 -" -DEPEND="${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 - ) -" |