diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-08-17 16:27:45 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-08-17 16:29:42 +1200 |
commit | 23a99667766a27b7d411d5159a1176b0ef82f174 (patch) | |
tree | f5cd2e1fa39153fad47b6ddeca58e1266b3c843d /dev-perl | |
parent | dev-perl/Linux-DesktopFiles: Cleanup old versions 0.{9,13}0.0 (diff) | |
download | gentoo-23a99667766a27b7d411d5159a1176b0ef82f174.tar.gz gentoo-23a99667766a27b7d411d5159a1176b0ef82f174.tar.bz2 gentoo-23a99667766a27b7d411d5159a1176b0ef82f174.zip |
dev-perl/local-lib: Cleanup old version 2.0.19
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/local-lib/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/local-lib/local-lib-2.0.19.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest index 228299d04833..a18353a82ec2 100644 --- a/dev-perl/local-lib/Manifest +++ b/dev-perl/local-lib/Manifest @@ -1,2 +1 @@ -DIST local-lib-2.000019.tar.gz 62149 BLAKE2B 934ec8be32489632870cb7be112cb4328dc4948abac4bf96bc619d13d41e2cdcfd197e261cb6c5d0fff775f3567447b9f57c84ef2a52e2e3cc3dd1616eafdcb3 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 DIST local-lib-2.000024.tar.gz 62941 BLAKE2B c618c320af46c9223f67109deb02857755b675223b0a71772227b2c7fec47225e323cdeaa9b2c66e78e9e69964fff0a19367c4e58fa4b9be5e120683e69e9078 SHA512 d23c984f0652ea8dd7028cd2dcc00991e69a5ad1ac6fce9707f953a5e6456d8173b444b7631884e764eb5ff18cea29e8e560c3835eacc0aa34382c0d172a7fd0 diff --git a/dev-perl/local-lib/local-lib-2.0.19.ebuild b/dev-perl/local-lib/local-lib-2.0.19.ebuild deleted file mode 100644 index 653c72072c88..000000000000 --- a/dev-perl/local-lib/local-lib-2.0.19.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=HAARG -DIST_VERSION=2.000019 -inherit perl-module - -DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-CPAN-1.820.0 - >=virtual/perl-ExtUtils-Install-1.430.0 - >=virtual/perl-ExtUtils-MakeMaker-7.0.0 - >=dev-perl/Module-Build-0.360.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - test? ( virtual/perl-Test-Simple ) -" |