Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-6.10.0.ebuild xf86-video-ati-6.9.0.ebuild xf86-video-ati-6.12.1-r1.ebuild xf86-video-ati-6.8.0-r1.ebuild ChangeLog xf86-video-ati-6.12.2.ebuild xf86-video-ati-6.6.3.ebuild xf86-video-ati-6.11.0.ebuild
Date: Fri, 26 Jun 2009 11:08:34
Message-Id: E1MK9IE-0006ly-2N@stork.gentoo.org
1 scarabeus 09/06/26 11:08:30
2
3 Modified: xf86-video-ati-6.10.0.ebuild
4 xf86-video-ati-6.9.0.ebuild
5 xf86-video-ati-6.12.1-r1.ebuild
6 xf86-video-ati-6.8.0-r1.ebuild ChangeLog
7 xf86-video-ati-6.12.2.ebuild
8 xf86-video-ati-6.6.3.ebuild
9 xf86-video-ati-6.11.0.ebuild
10 Log:
11 Transfer all ebuilds to eapi2. Depend on xorg-server with -minimal useflag. Per bug #274916.
12 (Portage version: 2.2_rc33/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.6 x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild?rev=1.6&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild?rev=1.6&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild?r1=1.5&r2=1.6
20
21 Index: xf86-video-ati-6.10.0.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild,v
24 retrieving revision 1.5
25 retrieving revision 1.6
26 diff -u -r1.5 -r1.6
27 --- xf86-video-ati-6.10.0.ebuild 14 May 2009 17:42:41 -0000 1.5
28 +++ xf86-video-ati-6.10.0.ebuild 26 Jun 2009 11:08:29 -0000 1.6
29 @@ -1,10 +1,12 @@
30 # Copyright 1999-2009 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild,v 1.5 2009/05/14 17:42:41 scarabeus Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild,v 1.6 2009/06/26 11:08:29 scarabeus Exp $
34
35 # Must be before x-modular eclass is inherited
36 #SNAPSHOT="yes"
37
38 +EAPI=2
39 +
40 inherit x-modular eutils
41
42 DESCRIPTION="ATI video driver"
43 @@ -16,7 +18,7 @@
44 SRC_URI="${SRC_URI}
45 ${SRC_PATCHES}"
46
47 -RDEPEND=">=x11-base/xorg-server-1.2"
48 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
49 DEPEND="${RDEPEND}
50 >=x11-libs/libdrm-2
51 >=x11-misc/util-macros-1.1.3
52 @@ -34,8 +36,8 @@
53
54 #PATCHES=""
55
56 -src_unpack() {
57 - x-modular_src_unpack
58 +src_prepare() {
59 + x-modular_src_prepare
60 if [[ -n "${SRC_PATCHES}" ]]; then
61 EPATCH_FORCE="yes" \
62 EPATCH_SOURCE="${WORKDIR}/patches" \
63
64
65
66 1.7 x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.7&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.7&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?r1=1.6&r2=1.7
71
72 Index: xf86-video-ati-6.9.0.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v
75 retrieving revision 1.6
76 retrieving revision 1.7
77 diff -u -r1.6 -r1.7
78 --- xf86-video-ati-6.9.0.ebuild 14 May 2009 17:42:41 -0000 1.6
79 +++ xf86-video-ati-6.9.0.ebuild 26 Jun 2009 11:08:29 -0000 1.7
80 @@ -1,10 +1,12 @@
81 # Copyright 1999-2009 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.6 2009/05/14 17:42:41 scarabeus Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.7 2009/06/26 11:08:29 scarabeus Exp $
85
86 # Must be before x-modular eclass is inherited
87 #SNAPSHOT="yes"
88
89 +EAPI=2
90 +
91 inherit x-modular eutils
92
93 DESCRIPTION="ATI video driver"
94 @@ -16,7 +18,7 @@
95 SRC_URI="${SRC_URI}
96 ${SRC_PATCHES}"
97
98 -RDEPEND=">=x11-base/xorg-server-1.2"
99 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
100 DEPEND="${RDEPEND}
101 >=x11-libs/libdrm-2
102 >=x11-misc/util-macros-1.1.3
103 @@ -34,8 +36,8 @@
104
105 #PATCHES=""
106
107 -src_unpack() {
108 - x-modular_src_unpack
109 +src_prepare() {
110 + x-modular_src_prepare
111 if [[ -n "${SRC_PATCHES}" ]]; then
112 EPATCH_FORCE="yes" \
113 EPATCH_SOURCE="${WORKDIR}/patches" \
114
115
116
117 1.10 x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild?rev=1.10&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild?rev=1.10&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild?r1=1.9&r2=1.10
122
123 Index: xf86-video-ati-6.12.1-r1.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v
126 retrieving revision 1.9
127 retrieving revision 1.10
128 diff -u -r1.9 -r1.10
129 --- xf86-video-ati-6.12.1-r1.ebuild 14 May 2009 17:18:07 -0000 1.9
130 +++ xf86-video-ati-6.12.1-r1.ebuild 26 Jun 2009 11:08:29 -0000 1.10
131 @@ -1,10 +1,12 @@
132 # Copyright 1999-2009 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v 1.9 2009/05/14 17:18:07 scarabeus Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v 1.10 2009/06/26 11:08:29 scarabeus Exp $
136
137 # Must be before x-modular eclass is inherited
138 #SNAPSHOT="yes"
139
140 +EAPI=2
141 +
142 inherit x-modular eutils
143
144 DESCRIPTION="ATI video driver"
145 @@ -16,7 +18,7 @@
146 SRC_URI="${SRC_URI}
147 ${SRC_PATCHES}"
148
149 -RDEPEND=">=x11-base/xorg-server-1.2"
150 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
151 DEPEND="${RDEPEND}
152 >=x11-libs/libdrm-2
153 >=x11-misc/util-macros-1.1.3
154 @@ -34,8 +36,8 @@
155
156 #PATCHES=""
157
158 -src_unpack() {
159 - x-modular_src_unpack
160 +src_prepare() {
161 + x-modular_src_prepare
162 if [[ -n "${SRC_PATCHES}" ]]; then
163 EPATCH_FORCE="yes" \
164 EPATCH_SOURCE="${WORKDIR}/patches" \
165
166
167
168 1.14 x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.14&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.14&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?r1=1.13&r2=1.14
173
174 Index: xf86-video-ati-6.8.0-r1.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v
177 retrieving revision 1.13
178 retrieving revision 1.14
179 diff -u -r1.13 -r1.14
180 --- xf86-video-ati-6.8.0-r1.ebuild 14 May 2009 17:18:07 -0000 1.13
181 +++ xf86-video-ati-6.8.0-r1.ebuild 26 Jun 2009 11:08:29 -0000 1.14
182 @@ -1,10 +1,12 @@
183 # Copyright 1999-2009 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.13 2009/05/14 17:18:07 scarabeus Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.14 2009/06/26 11:08:29 scarabeus Exp $
187
188 # Must be before x-modular eclass is inherited
189 #SNAPSHOT="yes"
190
191 +EAPI="2"
192 +
193 inherit x-modular
194
195 DESCRIPTION="ATI video driver"
196 @@ -12,7 +14,7 @@
197 KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
198 IUSE=""
199
200 -RDEPEND=">=x11-base/xorg-server-1.2"
201 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
202 DEPEND="${RDEPEND}
203 >=x11-libs/libdrm-2
204 x11-proto/fontsproto
205
206
207
208 1.90 x11-drivers/xf86-video-ati/ChangeLog
209
210 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.90&view=markup
211 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.90&content-type=text/plain
212 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.89&r2=1.90
213
214 Index: ChangeLog
215 ===================================================================
216 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
217 retrieving revision 1.89
218 retrieving revision 1.90
219 diff -u -r1.89 -r1.90
220 --- ChangeLog 23 Jun 2009 20:02:22 -0000 1.89
221 +++ ChangeLog 26 Jun 2009 11:08:29 -0000 1.90
222 @@ -1,6 +1,14 @@
223 # ChangeLog for x11-drivers/xf86-video-ati
224 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
225 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.89 2009/06/23 20:02:22 klausman Exp $
226 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.90 2009/06/26 11:08:29 scarabeus Exp $
227 +
228 + 26 Jun 2009; Tomáš Chvátal <scarabeus@g.o>
229 + xf86-video-ati-6.6.3.ebuild, xf86-video-ati-6.8.0-r1.ebuild,
230 + xf86-video-ati-6.9.0.ebuild, xf86-video-ati-6.10.0.ebuild,
231 + xf86-video-ati-6.11.0.ebuild, xf86-video-ati-6.12.1-r1.ebuild,
232 + xf86-video-ati-6.12.2.ebuild:
233 + Transfer all ebuilds to eapi2. Depend on xorg-server with -minimal
234 + useflag. Per bug #274916.
235
236 23 Jun 2009; Tobias Klausmann <klausman@g.o>
237 xf86-video-ati-6.12.2.ebuild:
238
239
240
241 1.5 x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild
242
243 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild?rev=1.5&view=markup
244 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild?rev=1.5&content-type=text/plain
245 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild?r1=1.4&r2=1.5
246
247 Index: xf86-video-ati-6.12.2.ebuild
248 ===================================================================
249 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild,v
250 retrieving revision 1.4
251 retrieving revision 1.5
252 diff -u -r1.4 -r1.5
253 --- xf86-video-ati-6.12.2.ebuild 23 Jun 2009 20:02:22 -0000 1.4
254 +++ xf86-video-ati-6.12.2.ebuild 26 Jun 2009 11:08:29 -0000 1.5
255 @@ -1,10 +1,12 @@
256 # Copyright 1999-2009 Gentoo Foundation
257 # Distributed under the terms of the GNU General Public License v2
258 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild,v 1.4 2009/06/23 20:02:22 klausman Exp $
259 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild,v 1.5 2009/06/26 11:08:29 scarabeus Exp $
260
261 # Must be before x-modular eclass is inherited
262 #SNAPSHOT="yes"
263
264 +EAPI=2
265 +
266 inherit x-modular eutils
267
268 DESCRIPTION="ATI video driver"
269 @@ -16,7 +18,7 @@
270 SRC_URI="${SRC_URI}
271 ${SRC_PATCHES}"
272
273 -RDEPEND=">=x11-base/xorg-server-1.2"
274 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
275 DEPEND="${RDEPEND}
276 >=x11-libs/libdrm-2
277 >=x11-misc/util-macros-1.1.3
278 @@ -34,8 +36,8 @@
279
280 #PATCHES=""
281
282 -src_unpack() {
283 - x-modular_src_unpack
284 +src_prepare() {
285 + x-modular_src_prepare
286 if [[ -n "${SRC_PATCHES}" ]]; then
287 EPATCH_FORCE="yes" \
288 EPATCH_SOURCE="${WORKDIR}/patches" \
289
290
291
292 1.17 x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild
293
294 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?rev=1.17&view=markup
295 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?rev=1.17&content-type=text/plain
296 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?r1=1.16&r2=1.17
297
298 Index: xf86-video-ati-6.6.3.ebuild
299 ===================================================================
300 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v
301 retrieving revision 1.16
302 retrieving revision 1.17
303 diff -u -r1.16 -r1.17
304 --- xf86-video-ati-6.6.3.ebuild 14 May 2009 17:19:01 -0000 1.16
305 +++ xf86-video-ati-6.6.3.ebuild 26 Jun 2009 11:08:29 -0000 1.17
306 @@ -1,10 +1,12 @@
307 # Copyright 1999-2009 Gentoo Foundation
308 # Distributed under the terms of the GNU General Public License v2
309 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.16 2009/05/14 17:19:01 scarabeus Exp $
310 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.17 2009/06/26 11:08:29 scarabeus Exp $
311
312 # Must be before x-modular eclass is inherited
313 #SNAPSHOT="yes"
314
315 +EAPI="2"
316 +
317 inherit x-modular
318
319 DESCRIPTION="ATI video driver"
320 @@ -12,7 +14,7 @@
321 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
322 IUSE=""
323
324 -RDEPEND=">=x11-base/xorg-server-1.0.99"
325 +RDEPEND=">=x11-base/xorg-server-1.0.99[-minimal]"
326 DEPEND="${RDEPEND}
327 >=x11-libs/libdrm-2
328 x11-proto/glproto
329
330
331
332 1.5 x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild
333
334 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild?rev=1.5&view=markup
335 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild?rev=1.5&content-type=text/plain
336 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild?r1=1.4&r2=1.5
337
338 Index: xf86-video-ati-6.11.0.ebuild
339 ===================================================================
340 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild,v
341 retrieving revision 1.4
342 retrieving revision 1.5
343 diff -u -r1.4 -r1.5
344 --- xf86-video-ati-6.11.0.ebuild 14 May 2009 17:42:41 -0000 1.4
345 +++ xf86-video-ati-6.11.0.ebuild 26 Jun 2009 11:08:29 -0000 1.5
346 @@ -1,10 +1,12 @@
347 # Copyright 1999-2009 Gentoo Foundation
348 # Distributed under the terms of the GNU General Public License v2
349 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild,v 1.4 2009/05/14 17:42:41 scarabeus Exp $
350 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.11.0.ebuild,v 1.5 2009/06/26 11:08:29 scarabeus Exp $
351
352 # Must be before x-modular eclass is inherited
353 #SNAPSHOT="yes"
354
355 +EAPI=2
356 +
357 inherit x-modular eutils
358
359 DESCRIPTION="ATI video driver"
360 @@ -16,7 +18,7 @@
361 SRC_URI="${SRC_URI}
362 ${SRC_PATCHES}"
363
364 -RDEPEND=">=x11-base/xorg-server-1.2"
365 +RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
366 DEPEND="${RDEPEND}
367 >=x11-libs/libdrm-2
368 >=x11-misc/util-macros-1.1.3
369 @@ -34,8 +36,8 @@
370
371 #PATCHES=""
372
373 -src_unpack() {
374 - x-modular_src_unpack
375 +src_prepare() {
376 + x-modular_src_prepare
377 if [[ -n "${SRC_PATCHES}" ]]; then
378 EPATCH_FORCE="yes" \
379 EPATCH_SOURCE="${WORKDIR}/patches" \