summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-24 16:54:47 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-24 17:18:20 +0100
commit62cecc3be7e09e7d86b2213f26f10cb892f8f210 (patch)
tree2f5bf7d00ceac969e2f299f545e5aba8dad94352
parentdev-perl/Panotools-Script: Remove old (diff)
downloadgentoo-62cecc3be7e09e7d86b2213f26f10cb892f8f210.tar.gz
gentoo-62cecc3be7e09e7d86b2213f26f10cb892f8f210.tar.bz2
gentoo-62cecc3be7e09e7d86b2213f26f10cb892f8f210.zip
dev-perl/PAR: 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/PAR/Manifest1
-rw-r--r--dev-perl/PAR/PAR-1.15.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/PAR/Manifest b/dev-perl/PAR/Manifest
index 08e291b6380b..5f173379c293 100644
--- a/dev-perl/PAR/Manifest
+++ b/dev-perl/PAR/Manifest
@@ -1,2 +1 @@
-DIST PAR-1.015.tar.gz 65748 BLAKE2B 1d5bb6dffb1ba10132af09187106406d2bc982fef6258be7b27fe6ca1e600986af8d0050f9011a4d301a11ebd05440be2cb0e17c5d1247ba460474d84add9a81 SHA512 411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7
DIST PAR-1.017.tar.gz 65942 BLAKE2B 99acabab41bff84b9445c38dbceffe5731a20afb16cecef20a6d6fa48babfebdba42d675fd813c91cde59b4b932fff00571957bcebb1001c194e90dbc59648ea SHA512 74f7f0645ff7de8fbb4cd930e0be496401821efa6b34578acba6c567ab3126ef221fd0ab45bd4e6e1118099aed1a48bdd572f2c743dff5e919d8d22796da0145
diff --git a/dev-perl/PAR/PAR-1.15.0.ebuild b/dev-perl/PAR/PAR-1.15.0.ebuild
deleted file mode 100644
index 6a4b6663360a..000000000000
--- a/dev-perl/PAR/PAR-1.15.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RSCHUPP
-DIST_VERSION=1.015
-inherit perl-module
-
-DESCRIPTION="Perl Archive Toolkit"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Archive-Zip-1.00
- >=virtual/perl-AutoLoader-5.660.200
- >=virtual/perl-Digest-SHA-5.450.0
- >=virtual/perl-File-Temp-0.50.0
- >=virtual/perl-IO-Compress-1.300.0
- >=dev-perl/PAR-Dist-0.320.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-src_test() {
- perl_rm_files 't/00-pod.t'
- perl-module_src_test
-}