Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers: ati-drivers-12.11_beta.ebuild ati-drivers-12.6.ebuild ati-drivers-12.8.ebuild ati-drivers-12.4.ebuild ati-drivers-12.6_beta_pre897.ebuild ati-drivers-12.10.ebuild ChangeLog
Date: Tue, 27 Nov 2012 02:16:06
Message-Id: 20121127021554.49B2220C9F@flycatcher.gentoo.org
1 zerochaos 12/11/27 02:15:54
2
3 Modified: ati-drivers-12.11_beta.ebuild
4 ati-drivers-12.6.ebuild ati-drivers-12.8.ebuild
5 ati-drivers-12.4.ebuild
6 ati-drivers-12.6_beta_pre897.ebuild
7 ati-drivers-12.10.ebuild ChangeLog
8 Log:
9 masking clinfo for revdep-rebuild, see bug #443466
10
11 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
12
13 Revision Changes Path
14 1.6 x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild?rev=1.6&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild?rev=1.6&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild?r1=1.5&r2=1.6
19
20 Index: ati-drivers-12.11_beta.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild,v
23 retrieving revision 1.5
24 retrieving revision 1.6
25 diff -u -r1.5 -r1.6
26 --- ati-drivers-12.11_beta.ebuild 18 Nov 2012 12:09:22 -0000 1.5
27 +++ ati-drivers-12.11_beta.ebuild 27 Nov 2012 02:15:54 -0000 1.6
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild,v 1.5 2012/11/18 12:09:22 ago Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild,v 1.6 2012/11/27 02:15:54 zerochaos Exp $
33
34 EAPI=4
35
36 @@ -593,6 +593,10 @@
37 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
38 done
39
40 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
41 + dodir /etc/revdep-rebuild/
42 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
43 +
44 #remove static libs if not wanted
45 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
46 }
47
48
49
50 1.6 x11-drivers/ati-drivers/ati-drivers-12.6.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild?rev=1.6&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild?rev=1.6&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild?r1=1.5&r2=1.6
55
56 Index: ati-drivers-12.6.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v
59 retrieving revision 1.5
60 retrieving revision 1.6
61 diff -u -r1.5 -r1.6
62 --- ati-drivers-12.6.ebuild 10 Oct 2012 16:58:55 -0000 1.5
63 +++ ati-drivers-12.6.ebuild 27 Nov 2012 02:15:54 -0000 1.6
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2012 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.5 2012/10/10 16:58:55 zerochaos Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.6 2012/11/27 02:15:54 zerochaos Exp $
69
70 EAPI=4
71
72 @@ -587,6 +587,10 @@
73 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
74 done
75
76 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
77 + dodir /etc/revdep-rebuild/
78 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
79 +
80 #remove static libs if not wanted
81 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
82 }
83
84
85
86 1.4 x11-drivers/ati-drivers/ati-drivers-12.8.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild?rev=1.4&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild?rev=1.4&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild?r1=1.3&r2=1.4
91
92 Index: ati-drivers-12.8.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild,v
95 retrieving revision 1.3
96 retrieving revision 1.4
97 diff -u -r1.3 -r1.4
98 --- ati-drivers-12.8.ebuild 10 Oct 2012 16:58:55 -0000 1.3
99 +++ ati-drivers-12.8.ebuild 27 Nov 2012 02:15:54 -0000 1.4
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2012 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild,v 1.3 2012/10/10 16:58:55 zerochaos Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild,v 1.4 2012/11/27 02:15:54 zerochaos Exp $
105
106 EAPI=4
107
108 @@ -591,6 +591,10 @@
109 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
110 done
111
112 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
113 + dodir /etc/revdep-rebuild/
114 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
115 +
116 #remove static libs if not wanted
117 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
118 }
119
120
121
122 1.9 x11-drivers/ati-drivers/ati-drivers-12.4.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild?rev=1.9&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild?rev=1.9&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild?r1=1.8&r2=1.9
127
128 Index: ati-drivers-12.4.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild,v
131 retrieving revision 1.8
132 retrieving revision 1.9
133 diff -u -r1.8 -r1.9
134 --- ati-drivers-12.4.ebuild 26 Oct 2012 14:24:29 -0000 1.8
135 +++ ati-drivers-12.4.ebuild 27 Nov 2012 02:15:54 -0000 1.9
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2012 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild,v 1.8 2012/10/26 14:24:29 chithanh Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.4.ebuild,v 1.9 2012/11/27 02:15:54 zerochaos Exp $
141
142 EAPI=4
143
144 @@ -581,6 +581,10 @@
145 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
146 done
147
148 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
149 + dodir /etc/revdep-rebuild/
150 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
151 +
152 #remove static libs if not wanted
153 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
154 }
155
156
157
158 1.8 x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild
159
160 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild?rev=1.8&view=markup
161 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild?rev=1.8&content-type=text/plain
162 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild?r1=1.7&r2=1.8
163
164 Index: ati-drivers-12.6_beta_pre897.ebuild
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v
167 retrieving revision 1.7
168 retrieving revision 1.8
169 diff -u -r1.7 -r1.8
170 --- ati-drivers-12.6_beta_pre897.ebuild 26 Oct 2012 17:37:55 -0000 1.7
171 +++ ati-drivers-12.6_beta_pre897.ebuild 27 Nov 2012 02:15:54 -0000 1.8
172 @@ -1,6 +1,6 @@
173 # Copyright 1999-2012 Gentoo Foundation
174 # Distributed under the terms of the GNU General Public License v2
175 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v 1.7 2012/10/26 17:37:55 chithanh Exp $
176 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v 1.8 2012/11/27 02:15:54 zerochaos Exp $
177
178 EAPI=4
179
180 @@ -579,6 +579,10 @@
181 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
182 done
183
184 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
185 + dodir /etc/revdep-rebuild/
186 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
187 +
188 #remove static libs if not wanted
189 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
190 }
191
192
193
194 1.2 x11-drivers/ati-drivers/ati-drivers-12.10.ebuild
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild?rev=1.2&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild?rev=1.2&content-type=text/plain
198 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild?r1=1.1&r2=1.2
199
200 Index: ati-drivers-12.10.ebuild
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild,v
203 retrieving revision 1.1
204 retrieving revision 1.2
205 diff -u -r1.1 -r1.2
206 --- ati-drivers-12.10.ebuild 26 Oct 2012 14:24:29 -0000 1.1
207 +++ ati-drivers-12.10.ebuild 27 Nov 2012 02:15:54 -0000 1.2
208 @@ -1,6 +1,6 @@
209 # Copyright 1999-2012 Gentoo Foundation
210 # Distributed under the terms of the GNU General Public License v2
211 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild,v 1.1 2012/10/26 14:24:29 chithanh Exp $
212 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.10.ebuild,v 1.2 2012/11/27 02:15:54 zerochaos Exp $
213
214 EAPI=4
215
216 @@ -590,6 +590,10 @@
217 dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so})
218 done
219
220 + # See https://bugs.gentoo.org/show_bug.cgi?id=443466
221 + dodir /etc/revdep-rebuild/
222 + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers"
223 +
224 #remove static libs if not wanted
225 use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a
226 }
227
228
229
230 1.307 x11-drivers/ati-drivers/ChangeLog
231
232 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.307&view=markup
233 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?rev=1.307&content-type=text/plain
234 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/ChangeLog?r1=1.306&r2=1.307
235
236 Index: ChangeLog
237 ===================================================================
238 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v
239 retrieving revision 1.306
240 retrieving revision 1.307
241 diff -u -r1.306 -r1.307
242 --- ChangeLog 18 Nov 2012 12:09:22 -0000 1.306
243 +++ ChangeLog 27 Nov 2012 02:15:54 -0000 1.307
244 @@ -1,6 +1,12 @@
245 # ChangeLog for x11-drivers/ati-drivers
246 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
247 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.306 2012/11/18 12:09:22 ago Exp $
248 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.307 2012/11/27 02:15:54 zerochaos Exp $
249 +
250 + 27 Nov 2012; Rick Farina <zerochaos@g.o> ati-drivers-12.10.ebuild,
251 + ati-drivers-12.11_beta.ebuild, ati-drivers-12.4.ebuild,
252 + ati-drivers-12.6.ebuild, ati-drivers-12.6_beta_pre897.ebuild,
253 + ati-drivers-12.8.ebuild:
254 + masking clinfo for revdep-rebuild, see bug #443466
255
256 18 Nov 2012; Agostino Sarubbo <ago@g.o> ati-drivers-12.11_beta.ebuild:
257 Stable for x86, wrt bug #440872