Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-6.9.0.ebuild xf86-video-ati-6.8.0-r1.ebuild xf86-video-ati-6.7.197.ebuild ChangeLog xf86-video-ati-6.6.3.ebuild xf86-video-ati-6.8.0.ebuild
Date: Wed, 26 Nov 2008 23:18:32
Message-Id: E1L5TeP-0002dt-HA@stork.gentoo.org
1 dberkholz 08/11/26 23:18:29
2
3 Modified: xf86-video-ati-6.9.0.ebuild
4 xf86-video-ati-6.8.0-r1.ebuild
5 xf86-video-ati-6.7.197.ebuild ChangeLog
6 xf86-video-ati-6.6.3.ebuild
7 xf86-video-ati-6.8.0.ebuild
8 Log:
9 The USE=dri check is handled in x-modular.eclass now so it's not duplicated everywhere.
10 (Portage version: 2.1.6_rc1/cvs/Linux 2.6.28-rc6 x86_64)
11
12 Revision Changes Path
13 1.2 x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?r1=1.1&r2=1.2
18
19 Index: xf86-video-ati-6.9.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- xf86-video-ati-6.9.0.ebuild 27 Jun 2008 05:20:55 -0000 1.1
26 +++ xf86-video-ati-6.9.0.ebuild 26 Nov 2008 23:18:29 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.1 2008/06/27 05:20:55 dberkholz Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.2 2008/11/26 23:18:29 dberkholz Exp $
32
33 # Must be before x-modular eclass is inherited
34 #SNAPSHOT="yes"
35 @@ -29,12 +29,6 @@
36
37 PATCHES=""
38
39 -pkg_setup() {
40 - if use dri && ! built_with_use x11-base/xorg-server dri; then
41 - die "Build x11-base/xorg-server with USE=dri."
42 - fi
43 -}
44 -
45 pkg_postinst() {
46 x-modular_pkg_postinst
47
48
49
50
51 1.7 x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.7&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.7&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?r1=1.6&r2=1.7
56
57 Index: xf86-video-ati-6.8.0-r1.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v
60 retrieving revision 1.6
61 retrieving revision 1.7
62 diff -u -r1.6 -r1.7
63 --- xf86-video-ati-6.8.0-r1.ebuild 19 Aug 2008 19:34:56 -0000 1.6
64 +++ xf86-video-ati-6.8.0-r1.ebuild 26 Nov 2008 23:18:29 -0000 1.7
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2008 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.6 2008/08/19 19:34:56 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.7 2008/11/26 23:18:29 dberkholz Exp $
70
71 # Must be before x-modular eclass is inherited
72 #SNAPSHOT="yes"
73 @@ -39,9 +39,3 @@
74 ${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch
75 ${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch
76 "
77 -
78 -pkg_setup() {
79 - if use dri && ! built_with_use x11-base/xorg-server dri; then
80 - die "Build x11-base/xorg-server with USE=dri."
81 - fi
82 -}
83
84
85
86 1.2 x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?r1=1.1&r2=1.2
91
92 Index: xf86-video-ati-6.7.197.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- xf86-video-ati-6.7.197.ebuild 24 Dec 2007 18:45:00 -0000 1.1
99 +++ xf86-video-ati-6.7.197.ebuild 26 Nov 2008 23:18:29 -0000 1.2
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2007 Gentoo Foundation
102 +# Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v 1.1 2007/12/24 18:45:00 dberkholz Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v 1.2 2008/11/26 23:18:29 dberkholz Exp $
106
107 # Must be before x-modular eclass is inherited
108 #SNAPSHOT="yes"
109 @@ -27,9 +27,3 @@
110 >=x11-libs/libdrm-2 )"
111
112 CONFIGURE_OPTIONS="$(use_enable dri)"
113 -
114 -pkg_setup() {
115 - if use dri && ! built_with_use x11-base/xorg-server dri; then
116 - die "Build x11-base/xorg-server with USE=dri."
117 - fi
118 -}
119
120
121
122 1.68 x11-drivers/xf86-video-ati/ChangeLog
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.68&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.68&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.67&r2=1.68
127
128 Index: ChangeLog
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
131 retrieving revision 1.67
132 retrieving revision 1.68
133 diff -u -r1.67 -r1.68
134 --- ChangeLog 17 Jul 2008 18:46:34 -0000 1.67
135 +++ ChangeLog 26 Nov 2008 23:18:29 -0000 1.68
136 @@ -1,6 +1,13 @@
137 # ChangeLog for x11-drivers/xf86-video-ati
138 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
139 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.67 2008/07/17 18:46:34 corsair Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.68 2008/11/26 23:18:29 dberkholz Exp $
141 +
142 + 26 Nov 2008; Donnie Berkholz <dberkholz@g.o>;
143 + xf86-video-ati-6.6.3.ebuild, xf86-video-ati-6.7.197.ebuild,
144 + xf86-video-ati-6.8.0.ebuild, xf86-video-ati-6.8.0-r1.ebuild,
145 + xf86-video-ati-6.9.0.ebuild:
146 + The USE=dri check is handled in x-modular.eclass now so it's not
147 + duplicated everywhere.
148
149 17 Jul 2008; Markus Rothe <corsair@g.o>
150 xf86-video-ati-6.8.0-r1.ebuild:
151
152
153
154 1.11 x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild
155
156 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?rev=1.11&view=markup
157 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?rev=1.11&content-type=text/plain
158 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild?r1=1.10&r2=1.11
159
160 Index: xf86-video-ati-6.6.3.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v
163 retrieving revision 1.10
164 retrieving revision 1.11
165 diff -u -r1.10 -r1.11
166 --- xf86-video-ati-6.6.3.ebuild 21 Oct 2006 14:42:41 -0000 1.10
167 +++ xf86-video-ati-6.6.3.ebuild 26 Nov 2008 23:18:29 -0000 1.11
168 @@ -1,6 +1,6 @@
169 -# Copyright 1999-2006 Gentoo Foundation
170 +# Copyright 1999-2008 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.10 2006/10/21 14:42:41 exg Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.11 2008/11/26 23:18:29 dberkholz Exp $
174
175 # Must be before x-modular eclass is inherited
176 #SNAPSHOT="yes"
177 @@ -26,9 +26,3 @@
178 >=x11-libs/libdrm-2 )"
179
180 CONFIGURE_OPTIONS="$(use_enable dri)"
181 -
182 -pkg_setup() {
183 - if use dri && ! built_with_use x11-base/xorg-server dri; then
184 - die "Build x11-base/xorg-server with USE=dri."
185 - fi
186 -}
187
188
189
190 1.3 x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild
191
192 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?rev=1.3&view=markup
193 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?rev=1.3&content-type=text/plain
194 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?r1=1.2&r2=1.3
195
196 Index: xf86-video-ati-6.8.0.ebuild
197 ===================================================================
198 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v
199 retrieving revision 1.2
200 retrieving revision 1.3
201 diff -u -r1.2 -r1.3
202 --- xf86-video-ati-6.8.0.ebuild 10 Apr 2008 07:36:24 -0000 1.2
203 +++ xf86-video-ati-6.8.0.ebuild 26 Nov 2008 23:18:29 -0000 1.3
204 @@ -1,6 +1,6 @@
205 # Copyright 1999-2008 Gentoo Foundation
206 # Distributed under the terms of the GNU General Public License v2
207 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v 1.2 2008/04/10 07:36:24 dberkholz Exp $
208 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v 1.3 2008/11/26 23:18:29 dberkholz Exp $
209
210 # Must be before x-modular eclass is inherited
211 #SNAPSHOT="yes"
212 @@ -39,9 +39,3 @@
213 ${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch
214 ${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch
215 "
216 -
217 -pkg_setup() {
218 - if use dri && ! built_with_use x11-base/xorg-server dri; then
219 - die "Build x11-base/xorg-server with USE=dri."
220 - fi
221 -}