dev-perl/PAR: Remove old 1.14.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-16 01:12:11 +12:00
parent aef13ddc6c
commit 293428e8a7
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST PAR-1.014.tar.gz 81744 BLAKE2B c60409f3eaed144fb11dbbb8a7d814fca914351751bc7eec856811262f5eff3c725e75e4bfe87ba9d828588a37c0282b629bcd5f443f3e99e57c2da482939329 SHA512 8c672f811a599fe608caa6d781ed196cf7391842eecef4d5829f45e1ec19e8c9e4c16c6a54eaf49b024a93a5dbc024f299159ad55058a43889f0f9b600ef0d4a
DIST PAR-1.015.tar.gz 65748 BLAKE2B 1d5bb6dffb1ba10132af09187106406d2bc982fef6258be7b27fe6ca1e600986af8d0050f9011a4d301a11ebd05440be2cb0e17c5d1247ba460474d84add9a81 SHA512 411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RSCHUPP
DIST_VERSION=1.014
inherit perl-module
DESCRIPTION="Perl Archive Toolkit"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-solaris"
IUSE="minimal"
RDEPEND="
!minimal? (
virtual/perl-Digest
)
>=dev-perl/Archive-Zip-1.00
>=virtual/perl-AutoLoader-5.660.200
>=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-6.590.0
"
src_test() {
perl_rm_files 't/00-pod.t'
perl-module_src_test
}