commit:     87be846a6db9d2102d390537c57969854e84990f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 16:33:52 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 20:50:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87be846a

dev-perl/local-lib: Clean up old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/local-lib/Manifest                        |  1 -
 .../local-lib/files/1.008026/0001_No_CPAN.patch    | 42 ----------------------
 dev-perl/local-lib/local-lib-1.8.26.ebuild         | 29 ---------------
 3 files changed, 72 deletions(-)

diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
index 275a860..cd323f9 100644
--- a/dev-perl/local-lib/Manifest
+++ b/dev-perl/local-lib/Manifest
@@ -1,2 +1 @@
-DIST local-lib-1.008026.tar.gz 67540 SHA256 
4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 SHA512 
8923abcf78794da4a1ce71005e43e179f7009b08c3b05e0a76c3a6c6d61961ed066f83f52548a07c55d0a7b58965f57ab3b3a16afdf820fe014476ef4b743396
 WHIRLPOOL 
3151fc70212df4a167924e20587513a4683ee5c92b56424964f82f14cb7563a49dce60d907a990442b5c89c7a4b5c0987810e4d3cf518171e998820a4eec2aee
 DIST local-lib-2.000014.tar.gz 51593 SHA256 
ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 
3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8
 WHIRLPOOL 
990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1

diff --git a/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch 
b/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch
deleted file mode 100644
index e75f590..0000000
--- a/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.PL        2013-11-05 18:07:13.000000000 +0000
-+++ Makefile.PL        2013-12-23 15:21:32.582135695 +0000
-@@ -37,6 +37,10 @@
- DEATH
- 
- my $cwd;
-+
-+{ # GENTOO
-+  last;
-+
- BEGIN {
-   $cwd = Cwd::cwd();
-   # watch out for fancy dashes. these can wind up in our @ARGV if the user is
-@@ -176,6 +180,8 @@
-   }
- }
- 
-+} # END GENTOO
-+
- use inc::Module::Install;
- 
- name 'local-lib';
-@@ -185,6 +191,9 @@
- requires 'ExtUtils::Install' => '1.43'; # version INSTALL_BASE was added
- requires 'Module::Build' => '0.36'; # PERL_MB_OPT
- 
-+{ # GENTOO
-+  last;
-+
- # don't bother fixing CPAN.pm if bootstrapped from cpanminus
- unless ($ENV{PERL5_CPANM_IS_RUNNING}) {
-     my $required_CPAN = '1.82';
-@@ -251,6 +260,9 @@
-   auto_install;
- }
- chdir($cwd);
-+
-+} # END GENTOO
-+
- resources(
-   # r/w: p5sa...@git.shadowcat.co.uk:local-lib.git
-   repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git',

diff --git a/dev-perl/local-lib/local-lib-1.8.26.ebuild 
b/dev-perl/local-lib/local-lib-1.8.26.ebuild
deleted file mode 100644
index da1d1f3..0000000
--- a/dev-perl/local-lib/local-lib-1.8.26.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=1.008026
-inherit perl-module
-
-DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
-       "${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch"
-)
-
-RDEPEND="
-       >=virtual/perl-CPAN-1.820.0
-       >=virtual/perl-ExtUtils-Install-1.430.0
-       >=virtual/perl-ExtUtils-MakeMaker-6.740.0
-       >=dev-perl/Module-Build-0.360.0
-"
-DEPEND="${RDEPEND}
-       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
-"
-
-SRC_TEST="do parallel"

Reply via email to