Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm: rpm-4.4.7-r4.ebuild rpm-4.4.6-r6.ebuild rpm-5.1.6.ebuild rpm-5.0.3.ebuild ChangeLog rpm-5.0.0.ebuild rpm-4.4.7-r1.ebuild rpm-4.4.7-r2.ebuild
Date: Sat, 05 Sep 2009 13:26:52
Message-Id: E1MjvI2-0003NV-MT@stork.gentoo.org
1 tove 09/09/05 13:26:50
2
3 Modified: rpm-4.4.7-r4.ebuild rpm-4.4.6-r6.ebuild
4 rpm-5.1.6.ebuild rpm-5.0.3.ebuild ChangeLog
5 rpm-5.0.0.ebuild rpm-4.4.7-r1.ebuild
6 rpm-4.4.7-r2.ebuild
7 Log:
8 Add INSTALLDIRS=vendor to install perl modules to vendor_perl (#280728)
9 (Portage version: 2.2_rc40/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-arch/rpm/rpm-4.4.7-r4.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?r1=1.1&r2=1.2
17
18 Index: rpm-4.4.7-r4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- rpm-4.4.7-r4.ebuild 20 May 2008 07:44:25 -0000 1.1
25 +++ rpm-4.4.7-r4.ebuild 5 Sep 2009 13:26:49 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.1 2008/05/20 07:44:25 caster Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.2 2009/09/05 13:26:49 tove Exp $
32
33 inherit eutils autotools distutils perl-module flag-o-matic
34
35 @@ -76,7 +76,7 @@
36 }
37
38 src_install() {
39 - emake DESTDIR="${D}" install || die "emake install failed"
40 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
41
42 mv "${D}"/bin/rpm "${D}"/usr/bin
43 rmdir "${D}"/bin
44
45
46
47 1.9 app-arch/rpm/rpm-4.4.6-r6.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?r1=1.8&r2=1.9
52
53 Index: rpm-4.4.6-r6.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- rpm-4.4.6-r6.ebuild 27 Oct 2008 05:42:32 -0000 1.8
60 +++ rpm-4.4.6-r6.ebuild 5 Sep 2009 13:26:49 -0000 1.9
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2008 Gentoo Foundation
63 +# Copyright 1999-2009 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.8 2008/10/27 05:42:32 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.9 2009/09/05 13:26:49 tove Exp $
67
68 inherit eutils autotools distutils perl-module flag-o-matic
69
70 @@ -75,7 +75,7 @@
71 }
72
73 src_install() {
74 - emake DESTDIR="${D}" install || die "emake install failed"
75 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
76
77 mv "${D}"/bin/rpm "${D}"/usr/bin
78 rmdir "${D}"/bin
79
80
81
82 1.3 app-arch/rpm/rpm-5.1.6.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?rev=1.3&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?rev=1.3&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?r1=1.2&r2=1.3
87
88 Index: rpm-5.1.6.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v
91 retrieving revision 1.2
92 retrieving revision 1.3
93 diff -u -r1.2 -r1.3
94 --- rpm-5.1.6.ebuild 21 Aug 2009 13:18:32 -0000 1.2
95 +++ rpm-5.1.6.ebuild 5 Sep 2009 13:26:49 -0000 1.3
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v 1.2 2009/08/21 13:18:32 ulm Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
101
102 inherit multilib distutils python
103
104 @@ -83,7 +83,7 @@
105 }
106
107 src_install() {
108 - emake DESTDIR="${D}" install || die "emake install failed"
109 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
110 dodoc CHANGES CREDITS NEWS README TODO
111 }
112
113
114
115
116 1.4 app-arch/rpm/rpm-5.0.3.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild?rev=1.4&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild?rev=1.4&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild?r1=1.3&r2=1.4
121
122 Index: rpm-5.0.3.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild,v
125 retrieving revision 1.3
126 retrieving revision 1.4
127 diff -u -r1.3 -r1.4
128 --- rpm-5.0.3.ebuild 21 Aug 2009 13:18:32 -0000 1.3
129 +++ rpm-5.0.3.ebuild 5 Sep 2009 13:26:49 -0000 1.4
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild,v 1.3 2009/08/21 13:18:32 ulm Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild,v 1.4 2009/09/05 13:26:49 tove Exp $
135
136 inherit multilib distutils python
137
138 @@ -76,7 +76,7 @@
139 }
140
141 src_install() {
142 - emake DESTDIR="${D}" install || die "emake install failed"
143 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
144 dodoc CHANGES CREDITS NEWS README TODO
145 }
146
147
148
149
150 1.103 app-arch/rpm/ChangeLog
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.103&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.103&content-type=text/plain
154 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?r1=1.102&r2=1.103
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v
159 retrieving revision 1.102
160 retrieving revision 1.103
161 diff -u -r1.102 -r1.103
162 --- ChangeLog 21 Aug 2009 13:18:32 -0000 1.102
163 +++ ChangeLog 5 Sep 2009 13:26:49 -0000 1.103
164 @@ -1,6 +1,11 @@
165 # ChangeLog for app-arch/rpm
166 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.102 2009/08/21 13:18:32 ulm Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.103 2009/09/05 13:26:49 tove Exp $
169 +
170 + 05 Sep 2009; Torsten Veller <tove@g.o> rpm-4.4.6-r6.ebuild,
171 + rpm-4.4.7-r1.ebuild, rpm-4.4.7-r2.ebuild, rpm-4.4.7-r4.ebuild,
172 + rpm-5.0.0.ebuild, rpm-5.0.3.ebuild, rpm-5.1.6.ebuild:
173 + Add INSTALLDIRS=vendor to install perl modules to vendor_perl (#280728)
174
175 21 Aug 2009; Ulrich Mueller <ulm@g.o> rpm-5.0.0.ebuild,
176 rpm-5.0.3.ebuild, rpm-5.1.6.ebuild, metadata.xml:
177
178
179
180 1.3 app-arch/rpm/rpm-5.0.0.ebuild
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild?rev=1.3&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild?rev=1.3&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild?r1=1.2&r2=1.3
185
186 Index: rpm-5.0.0.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild,v
189 retrieving revision 1.2
190 retrieving revision 1.3
191 diff -u -r1.2 -r1.3
192 --- rpm-5.0.0.ebuild 21 Aug 2009 13:18:32 -0000 1.2
193 +++ rpm-5.0.0.ebuild 5 Sep 2009 13:26:49 -0000 1.3
194 @@ -1,6 +1,6 @@
195 # Copyright 1999-2009 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild,v 1.2 2009/08/21 13:18:32 ulm Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
199
200 inherit multilib distutils python
201
202 @@ -76,7 +76,7 @@
203 }
204
205 src_install() {
206 - emake DESTDIR="${D}" install || die "emake install failed"
207 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
208 dodoc CHANGES CREDITS NEWS README TODO
209 }
210
211
212
213
214 1.3 app-arch/rpm/rpm-4.4.7-r1.ebuild
215
216 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?rev=1.3&view=markup
217 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?rev=1.3&content-type=text/plain
218 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?r1=1.2&r2=1.3
219
220 Index: rpm-4.4.7-r1.ebuild
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v
223 retrieving revision 1.2
224 retrieving revision 1.3
225 diff -u -r1.2 -r1.3
226 --- rpm-4.4.7-r1.ebuild 12 Feb 2007 19:44:53 -0000 1.2
227 +++ rpm-4.4.7-r1.ebuild 5 Sep 2009 13:26:49 -0000 1.3
228 @@ -1,6 +1,6 @@
229 -# Copyright 1999-2007 Gentoo Foundation
230 +# Copyright 1999-2009 Gentoo Foundation
231 # Distributed under the terms of the GNU General Public License v2
232 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v 1.2 2007/02/12 19:44:53 sanchan Exp $
233 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
234
235 WANT_AUTOCONF="latest"
236 WANT_AUTOMAKE="latest"
237 @@ -71,7 +71,7 @@
238 }
239
240 src_install() {
241 - emake DESTDIR="${D}" install || die "emake install failed"
242 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
243
244 mv "${D}"/bin/rpm "${D}"/usr/bin
245 rmdir "${D}"/bin
246
247
248
249 1.3 app-arch/rpm/rpm-4.4.7-r2.ebuild
250
251 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?rev=1.3&view=markup
252 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?rev=1.3&content-type=text/plain
253 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?r1=1.2&r2=1.3
254
255 Index: rpm-4.4.7-r2.ebuild
256 ===================================================================
257 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v
258 retrieving revision 1.2
259 retrieving revision 1.3
260 diff -u -r1.2 -r1.3
261 --- rpm-4.4.7-r2.ebuild 12 Feb 2007 19:44:53 -0000 1.2
262 +++ rpm-4.4.7-r2.ebuild 5 Sep 2009 13:26:49 -0000 1.3
263 @@ -1,6 +1,6 @@
264 -# Copyright 1999-2007 Gentoo Foundation
265 +# Copyright 1999-2009 Gentoo Foundation
266 # Distributed under the terms of the GNU General Public License v2
267 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v 1.2 2007/02/12 19:44:53 sanchan Exp $
268 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
269
270 inherit eutils autotools distutils perl-module flag-o-matic
271
272 @@ -74,7 +74,7 @@
273 }
274
275 src_install() {
276 - emake DESTDIR="${D}" install || die "emake install failed"
277 + emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "emake install failed"
278
279 mv "${D}"/bin/rpm "${D}"/usr/bin
280 rmdir "${D}"/bin