Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@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.8.0-r1.ebuild xf86-video-ati-6.7.197.ebuild ChangeLog xf86-video-ati-6.8.0.ebuild
Date: Fri, 20 Feb 2009 11:13:57
Message-Id: E1LaTKK-0008Df-Qy@stork.gentoo.org
1 remi 09/02/20 11:13:52
2
3 Modified: xf86-video-ati-6.10.0.ebuild
4 xf86-video-ati-6.9.0.ebuild
5 xf86-video-ati-6.8.0-r1.ebuild
6 xf86-video-ati-6.7.197.ebuild ChangeLog
7 xf86-video-ati-6.8.0.ebuild
8 Log:
9 x11-drivers/xf86-video-ati: fix repoman warnings and remove XDPVER cruft
10 (Portage version: 2.2_rc23/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.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.10.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.10.0.ebuild?r1=1.1&r2=1.2
18
19 Index: xf86-video-ati-6.10.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.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.10.0.ebuild 13 Jan 2009 06:02:23 -0000 1.1
26 +++ xf86-video-ati-6.10.0.ebuild 20 Feb 2009 11:13:52 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2009 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.10.0.ebuild,v 1.1 2009/01/13 06:02:23 dberkholz Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild,v 1.2 2009/02/20 11:13:52 remi Exp $
32
33 # Must be before x-modular eclass is inherited
34 #SNAPSHOT="yes"
35 @@ -27,8 +27,6 @@
36
37 CONFIGURE_OPTIONS="$(use_enable dri)"
38
39 -PATCHES=""
40 -
41 pkg_postinst() {
42 x-modular_pkg_postinst
43
44
45
46
47 1.3 x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?r1=1.2&r2=1.3
52
53 Index: xf86-video-ati-6.9.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- xf86-video-ati-6.9.0.ebuild 26 Nov 2008 23:18:29 -0000 1.2
60 +++ xf86-video-ati-6.9.0.ebuild 20 Feb 2009 11:13:52 -0000 1.3
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/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.2 2008/11/26 23:18:29 dberkholz Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.3 2009/02/20 11:13:52 remi Exp $
67
68 # Must be before x-modular eclass is inherited
69 #SNAPSHOT="yes"
70 @@ -27,8 +27,6 @@
71
72 CONFIGURE_OPTIONS="$(use_enable dri)"
73
74 -PATCHES=""
75 -
76 pkg_postinst() {
77 x-modular_pkg_postinst
78
79
80
81
82 1.10 x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild?r1=1.9&r2=1.10
87
88 Index: xf86-video-ati-6.8.0-r1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- xf86-video-ati-6.8.0-r1.ebuild 20 Feb 2009 11:04:38 -0000 1.9
95 +++ xf86-video-ati-6.8.0-r1.ebuild 20 Feb 2009 11:13:52 -0000 1.10
96 @@ -1,10 +1,9 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.9 2009/02/20 11:04:38 remi Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0-r1.ebuild,v 1.10 2009/02/20 11:13:52 remi Exp $
101
102 # Must be before x-modular eclass is inherited
103 #SNAPSHOT="yes"
104 -XDPVER=4
105
106 inherit x-modular
107
108 @@ -28,17 +27,18 @@
109
110 CONFIGURE_OPTIONS="$(use_enable dri)"
111
112 -PATCHES="
113 - ${FILESDIR}/${PV}/0001-Bump-CRTC-size-limits-on-AVIVO-chips-so-30-displays.patch
114 - ${FILESDIR}/${PV}/0002-RADEON-update-man-page-with-supported-chips.patch
115 - ${FILESDIR}/${PV}/0003-RADEON-fix-DDC-types-5-and-6.patch
116 - ${FILESDIR}/${PV}/0004-RADEON-restore-clock-gating-and-CP-clock-errata-on.patch
117 - ${FILESDIR}/${PV}/0005-R100-fix-render-accel-for-transforms.patch
118 - ${FILESDIR}/${PV}/0006-radeon-Fix-typo-flagged-by-gcc-Wall.patch
119 - ${FILESDIR}/${PV}/0007-ATOM-properly-set-up-DDIA-output-on-RS6xx-boards.patch
120 - ${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch
121 - ${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch
122 - "
123 +PATCHES=(
124 + "${FILESDIR}/${PV}/0001-Bump-CRTC-size-limits-on-AVIVO-chips-so-30-displays.patch"
125 + "${FILESDIR}/${PV}/0002-RADEON-update-man-page-with-supported-chips.patch"
126 + "${FILESDIR}/${PV}/0003-RADEON-fix-DDC-types-5-and-6.patch"
127 + "${FILESDIR}/${PV}/0004-RADEON-restore-clock-gating-and-CP-clock-errata-on.patch"
128 + "${FILESDIR}/${PV}/0005-R100-fix-render-accel-for-transforms.patch"
129 + "${FILESDIR}/${PV}/0006-radeon-Fix-typo-flagged-by-gcc-Wall.patch"
130 + "${FILESDIR}/${PV}/0007-ATOM-properly-set-up-DDIA-output-on-RS6xx-boards.patch"
131 + "${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch"
132 + "${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch"
133 +)
134 +
135 src_install() {
136 x-modular_src_install
137 insinto /usr/share/hwdata/videoaliases
138
139
140
141 1.4 x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.4&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.4&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?r1=1.3&r2=1.4
146
147 Index: xf86-video-ati-6.7.197.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v
150 retrieving revision 1.3
151 retrieving revision 1.4
152 diff -u -r1.3 -r1.4
153 --- xf86-video-ati-6.7.197.ebuild 20 Feb 2009 11:04:38 -0000 1.3
154 +++ xf86-video-ati-6.7.197.ebuild 20 Feb 2009 11:13:52 -0000 1.4
155 @@ -1,10 +1,9 @@
156 # Copyright 1999-2009 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v 1.3 2009/02/20 11:04:38 remi Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v 1.4 2009/02/20 11:13:52 remi Exp $
160
161 # Must be before x-modular eclass is inherited
162 #SNAPSHOT="yes"
163 -XDPVER=4
164
165 inherit x-modular
166
167
168
169
170 1.73 x11-drivers/xf86-video-ati/ChangeLog
171
172 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.73&view=markup
173 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.73&content-type=text/plain
174 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.72&r2=1.73
175
176 Index: ChangeLog
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
179 retrieving revision 1.72
180 retrieving revision 1.73
181 diff -u -r1.72 -r1.73
182 --- ChangeLog 20 Feb 2009 11:04:38 -0000 1.72
183 +++ ChangeLog 20 Feb 2009 11:13:52 -0000 1.73
184 @@ -1,6 +1,12 @@
185 # ChangeLog for x11-drivers/xf86-video-ati
186 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
187 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.72 2009/02/20 11:04:38 remi Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.73 2009/02/20 11:13:52 remi Exp $
189 +
190 + 20 Feb 2009; Rémi Cardona <remi@g.o>
191 + xf86-video-ati-6.7.197.ebuild, xf86-video-ati-6.8.0.ebuild,
192 + xf86-video-ati-6.8.0-r1.ebuild, xf86-video-ati-6.9.0.ebuild,
193 + xf86-video-ati-6.10.0.ebuild:
194 + fix repoman warnings and remove XDPVER cruft
195
196 20 Feb 2009; Rémi Cardona <remi@g.o> -files/ati.xinf,
197 -files/r128.xinf, xf86-video-ati-6.6.3.ebuild,
198
199
200
201 1.5 x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild
202
203 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?rev=1.5&view=markup
204 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?rev=1.5&content-type=text/plain
205 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild?r1=1.4&r2=1.5
206
207 Index: xf86-video-ati-6.8.0.ebuild
208 ===================================================================
209 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v
210 retrieving revision 1.4
211 retrieving revision 1.5
212 diff -u -r1.4 -r1.5
213 --- xf86-video-ati-6.8.0.ebuild 20 Feb 2009 11:04:38 -0000 1.4
214 +++ xf86-video-ati-6.8.0.ebuild 20 Feb 2009 11:13:52 -0000 1.5
215 @@ -1,10 +1,9 @@
216 # Copyright 1999-2009 Gentoo Foundation
217 # Distributed under the terms of the GNU General Public License v2
218 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v 1.4 2009/02/20 11:04:38 remi Exp $
219 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v 1.5 2009/02/20 11:13:52 remi Exp $
220
221 # Must be before x-modular eclass is inherited
222 #SNAPSHOT="yes"
223 -XDPVER=4
224
225 inherit x-modular
226
227 @@ -28,17 +27,18 @@
228
229 CONFIGURE_OPTIONS="$(use_enable dri)"
230
231 -PATCHES="
232 - ${FILESDIR}/${PV}/0001-Bump-CRTC-size-limits-on-AVIVO-chips-so-30-displays.patch
233 - ${FILESDIR}/${PV}/0002-RADEON-update-man-page-with-supported-chips.patch
234 - ${FILESDIR}/${PV}/0003-RADEON-fix-DDC-types-5-and-6.patch
235 - ${FILESDIR}/${PV}/0004-RADEON-restore-clock-gating-and-CP-clock-errata-on.patch
236 - ${FILESDIR}/${PV}/0005-R100-fix-render-accel-for-transforms.patch
237 - ${FILESDIR}/${PV}/0006-radeon-Fix-typo-flagged-by-gcc-Wall.patch
238 - ${FILESDIR}/${PV}/0007-ATOM-properly-set-up-DDIA-output-on-RS6xx-boards.patch
239 - ${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch
240 - ${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch
241 - "
242 +PATCHES=(
243 + "${FILESDIR}/${PV}/0001-Bump-CRTC-size-limits-on-AVIVO-chips-so-30-displays.patch"
244 + "${FILESDIR}/${PV}/0002-RADEON-update-man-page-with-supported-chips.patch"
245 + "${FILESDIR}/${PV}/0003-RADEON-fix-DDC-types-5-and-6.patch"
246 + "${FILESDIR}/${PV}/0004-RADEON-restore-clock-gating-and-CP-clock-errata-on.patch"
247 + "${FILESDIR}/${PV}/0005-R100-fix-render-accel-for-transforms.patch"
248 + "${FILESDIR}/${PV}/0006-radeon-Fix-typo-flagged-by-gcc-Wall.patch"
249 + "${FILESDIR}/${PV}/0007-ATOM-properly-set-up-DDIA-output-on-RS6xx-boards.patch"
250 + "${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch"
251 + "${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch"
252 +)
253 +
254 src_install() {
255 x-modular_src_install
256 insinto /usr/share/hwdata/videoaliases