Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/files/1.008026/, dev-perl/local-lib/
Date: Sun, 04 Oct 2015 20:53:23
Message-Id: 1443991803.87be846a6db9d2102d390537c57969854e84990f.monsieurp@gentoo
1 commit: 87be846a6db9d2102d390537c57969854e84990f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 16:33:52 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 20:50:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87be846a
7
8 dev-perl/local-lib: Clean up old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-perl/local-lib/Manifest | 1 -
14 .../local-lib/files/1.008026/0001_No_CPAN.patch | 42 ----------------------
15 dev-perl/local-lib/local-lib-1.8.26.ebuild | 29 ---------------
16 3 files changed, 72 deletions(-)
17
18 diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
19 index 275a860..cd323f9 100644
20 --- a/dev-perl/local-lib/Manifest
21 +++ b/dev-perl/local-lib/Manifest
22 @@ -1,2 +1 @@
23 -DIST local-lib-1.008026.tar.gz 67540 SHA256 4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 SHA512 8923abcf78794da4a1ce71005e43e179f7009b08c3b05e0a76c3a6c6d61961ed066f83f52548a07c55d0a7b58965f57ab3b3a16afdf820fe014476ef4b743396 WHIRLPOOL 3151fc70212df4a167924e20587513a4683ee5c92b56424964f82f14cb7563a49dce60d907a990442b5c89c7a4b5c0987810e4d3cf518171e998820a4eec2aee
24 DIST local-lib-2.000014.tar.gz 51593 SHA256 ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8 WHIRLPOOL 990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1
25
26 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
27 deleted file mode 100644
28 index e75f590..0000000
29 --- a/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 ---- Makefile.PL 2013-11-05 18:07:13.000000000 +0000
33 -+++ Makefile.PL 2013-12-23 15:21:32.582135695 +0000
34 -@@ -37,6 +37,10 @@
35 - DEATH
36 -
37 - my $cwd;
38 -+
39 -+{ # GENTOO
40 -+ last;
41 -+
42 - BEGIN {
43 - $cwd = Cwd::cwd();
44 - # watch out for fancy dashes. these can wind up in our @ARGV if the user is
45 -@@ -176,6 +180,8 @@
46 - }
47 - }
48 -
49 -+} # END GENTOO
50 -+
51 - use inc::Module::Install;
52 -
53 - name 'local-lib';
54 -@@ -185,6 +191,9 @@
55 - requires 'ExtUtils::Install' => '1.43'; # version INSTALL_BASE was added
56 - requires 'Module::Build' => '0.36'; # PERL_MB_OPT
57 -
58 -+{ # GENTOO
59 -+ last;
60 -+
61 - # don't bother fixing CPAN.pm if bootstrapped from cpanminus
62 - unless ($ENV{PERL5_CPANM_IS_RUNNING}) {
63 - my $required_CPAN = '1.82';
64 -@@ -251,6 +260,9 @@
65 - auto_install;
66 - }
67 - chdir($cwd);
68 -+
69 -+} # END GENTOO
70 -+
71 - resources(
72 - # r/w: p5sagit@××××××××××××××××.uk:local-lib.git
73 - repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git',
74
75 diff --git a/dev-perl/local-lib/local-lib-1.8.26.ebuild b/dev-perl/local-lib/local-lib-1.8.26.ebuild
76 deleted file mode 100644
77 index da1d1f3..0000000
78 --- a/dev-perl/local-lib/local-lib-1.8.26.ebuild
79 +++ /dev/null
80 @@ -1,29 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=5
86 -MODULE_AUTHOR=HAARG
87 -MODULE_VERSION=1.008026
88 -inherit perl-module
89 -
90 -DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE=""
94 -
95 -PATCHES=(
96 - "${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch"
97 -)
98 -
99 -RDEPEND="
100 - >=virtual/perl-CPAN-1.820.0
101 - >=virtual/perl-ExtUtils-Install-1.430.0
102 - >=virtual/perl-ExtUtils-MakeMaker-6.740.0
103 - >=dev-perl/Module-Build-0.360.0
104 -"
105 -DEPEND="${RDEPEND}
106 - >=virtual/perl-ExtUtils-MakeMaker-6.590.0
107 -"
108 -
109 -SRC_TEST="do parallel"