Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/ExtUtils-MakeMaker/
Date: Sun, 26 Feb 2012 13:46:49
Message-Id: 1330239788.995af56403438633b581ae28ff4925892af8e920.kent@gentoo
1 commit: 995af56403438633b581ae28ff4925892af8e920
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 07:01:54 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 26 07:03:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=995af564
7
8 [clean] core/EUMM-6.57{06,10,11} dev versions
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/ExtUtils-MakeMaker/ChangeLog | 9 +++-
14 .../ExtUtils-MakeMaker-6.570.600_rc.ebuild | 32 -------------
15 .../ExtUtils-MakeMaker-6.571.0_rc.ebuild | 48 --------------------
16 .../ExtUtils-MakeMaker-6.571.100_rc.ebuild | 48 --------------------
17 4 files changed, 8 insertions(+), 129 deletions(-)
18
19 diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog
20 index 51258fd..bb41e56 100644
21 --- a/perl-core/ExtUtils-MakeMaker/ChangeLog
22 +++ b/perl-core/ExtUtils-MakeMaker/ChangeLog
23 @@ -1,7 +1,14 @@
24 # ChangeLog for perl-core/ExtUtils-MakeMaker
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.21 2010/09/13 14:41:47 josejx Exp $
28
29 + 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + -ExtUtils-MakeMaker-6.570.600_rc.ebuild,
31 + -ExtUtils-MakeMaker-6.571.0_rc.ebuild,
32 + -ExtUtils-MakeMaker-6.571.100_rc.ebuild:
33 + Removing as they dont correspond to a perl version and add maint weigt, and
34 + are now superceded in gentoo by a long time by v6.580.0 and higher
35 +
36 *ExtUtils-MakeMaker-6.571.100_rc (24 May 2011)
37
38 24 May 2011; Kent Fredric <kentfredric@×××××.com>
39
40 diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.570.600_rc.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.570.600_rc.ebuild
41 deleted file mode 100644
42 index 5851ae8..0000000
43 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.570.600_rc.ebuild
44 +++ /dev/null
45 @@ -1,32 +0,0 @@
46 -# Copyright 1999-2011 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -# $Header: $
49 -
50 -EAPI=4
51 -MODULE_VERSION="6.57_06"
52 -MODULE_AUTHOR=CHORNY
53 -inherit perl-module eutils
54 -
55 -DESCRIPTION="Create a module Makefile"
56 -HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
57 -SLOT="0"
58 -KEYWORDS=""
59 -IUSE=""
60 -
61 -DEPEND=">=virtual/perl-ExtUtils-Manifest-1.56
62 - >=virtual/perl-ExtUtils-Command-1.16
63 - >=virtual/perl-ExtUtils-Install-1.52"
64 -RDEPEND="${DEPEND}
65 - !!<dev-lang/perl-5.8.8-r7"
66 -
67 -PATCHES=(
68 - "${FILESDIR}/${PV}/0001-Add-patch-from-gentoo-as-stolen-from-debian.patch"
69 - "${FILESDIR}/${PV}/0002-Add-RUNPATH-patch-from-gentoo.patch"
70 -)
71 -src_prepare (){
72 - edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
73 - edos2unix "${S}/lib/ExtUtils/MM_Any.pm"
74 -
75 - perl-module_src_prepare
76 -}
77 -SRC_TEST=do
78
79 diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.0_rc.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.0_rc.ebuild
80 deleted file mode 100644
81 index 63ab3f5..0000000
82 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.0_rc.ebuild
83 +++ /dev/null
84 @@ -1,48 +0,0 @@
85 -# Copyright 1999-2011 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Header: $
88 -
89 -EAPI=4
90 -MODULE_VERSION="6.57_10"
91 -MODULE_AUTHOR=MSCHWERN
92 -inherit perl-module eutils
93 -
94 -DESCRIPTION="Create a module Makefile"
95 -HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
96 -SLOT="0"
97 -KEYWORDS=""
98 -IUSE=""
99 -comment() { echo ''; }
100 -
101 -DEPEND="
102 - >=virtual/perl-CPAN-Meta-2.110.930
103 - >=virtual/perl-ExtUtils-Command-1.16
104 - >=virtual/perl-ExtUtils-Install-1.52
105 - >=virtual/perl-ExtUtils-Manifest-1.58
106 - >=virtual/perl-Parse-CPAN-Meta-1.440.100
107 - >=virtual/perl-File-Spec-0.8 $(comment 0.800.0)
108 -"
109 -RDEPEND="${DEPEND}
110 - !!<dev-lang/perl-5.8.8-r7"
111 -
112 -PATCHES=(
113 - "${FILESDIR}/${PV}/0001-Add-patch-from-gentoo-as-stolen-from-debian.patch"
114 - "${FILESDIR}/${PV}/0002-Add-RUNPATH-patch-from-gentoo.patch"
115 -)
116 -SRC_TEST=do
117 -
118 -src_prepare (){
119 - edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
120 - edos2unix "${S}/lib/ExtUtils/MM_Any.pm"
121 -
122 - perl-module_src_prepare
123 -}
124 -
125 -src_install() {
126 - perl-module_src_install
127 -
128 - # remove all the bundled distributions
129 - pushd "${D}" >/dev/null
130 - find ".${VENDOR_LIB}" -mindepth 1 -maxdepth 1 -not -name "ExtUtils" -exec rm -rf {} \+
131 - popd >/dev/null
132 -}
133
134 diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.100_rc.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.100_rc.ebuild
135 deleted file mode 100644
136 index 66127cc..0000000
137 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.571.100_rc.ebuild
138 +++ /dev/null
139 @@ -1,48 +0,0 @@
140 -# Copyright 1999-2011 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -# $Header: $
143 -
144 -EAPI=4
145 -MODULE_VERSION="6.57_11"
146 -MODULE_AUTHOR=MSCHWERN
147 -inherit perl-module eutils
148 -
149 -DESCRIPTION="Create a module Makefile"
150 -HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
151 -SLOT="0"
152 -KEYWORDS=""
153 -IUSE=""
154 -comment() { echo ''; }
155 -
156 -DEPEND="
157 - >=virtual/perl-CPAN-Meta-2.110.930
158 - >=virtual/perl-ExtUtils-Command-1.16
159 - >=virtual/perl-ExtUtils-Install-1.52
160 - >=virtual/perl-ExtUtils-Manifest-1.58
161 - >=virtual/perl-Parse-CPAN-Meta-1.440.100
162 - >=virtual/perl-File-Spec-0.8 $(comment 0.800.0)
163 -"
164 -RDEPEND="${DEPEND}
165 - !!<dev-lang/perl-5.8.8-r7"
166 -
167 -PATCHES=(
168 - "${FILESDIR}/${PV}/0001-Add-patch-from-gentoo-as-stolen-from-debian.patch"
169 - "${FILESDIR}/${PV}/0002-Add-RUNPATH-patch-from-gentoo.patch"
170 -)
171 -SRC_TEST=do
172 -
173 -src_prepare (){
174 - edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
175 - edos2unix "${S}/lib/ExtUtils/MM_Any.pm"
176 -
177 - perl-module_src_prepare
178 -}
179 -
180 -src_install() {
181 - perl-module_src_install
182 -
183 - # remove all the bundled distributions
184 - pushd "${D}" >/dev/null
185 - find ".${VENDOR_LIB}" -mindepth 1 -maxdepth 1 -not -name "ExtUtils" -exec rm -rf {} \+
186 - popd >/dev/null
187 -}