Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.44-r1.ebuild mysql-5.0.83.ebuild mysql-5.0.84.ebuild mysql-5.0.84-r1.ebuild mysql-5.5.1_alpha_pre2.ebuild ChangeLog mysql-5.1.44.ebuild mysql-5.4.3_beta.ebuild mysql-5.0.90-r2.ebuild mysql-5.1.39-r1.ebuild mysql-5.0.90.ebuild mysql-5.0.90-r1.ebuild mysql-5.0.87.ebuild mysql-5.0.88.ebuild
Date: Mon, 01 Mar 2010 19:57:49
Message-Id: E1NmBkR-0006ZG-1E@stork.gentoo.org
1 robbat2 10/03/01 19:57:47
2
3 Modified: mysql-5.1.44-r1.ebuild mysql-5.0.83.ebuild
4 mysql-5.0.84.ebuild mysql-5.0.84-r1.ebuild
5 mysql-5.5.1_alpha_pre2.ebuild ChangeLog
6 mysql-5.1.44.ebuild mysql-5.4.3_beta.ebuild
7 mysql-5.0.90-r2.ebuild mysql-5.1.39-r1.ebuild
8 mysql-5.0.90.ebuild mysql-5.0.90-r1.ebuild
9 mysql-5.0.87.ebuild mysql-5.0.88.ebuild
10 Log:
11 Bug #307251: update the GCC DEPEND due to C++ template usage.
12 (Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
13
14 Revision Changes Path
15 1.2 dev-db/mysql/mysql-5.1.44-r1.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild?r1=1.1&r2=1.2
20
21 Index: mysql-5.1.44-r1.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -p -w -b -B -u -u -r1.1 -r1.2
27 --- mysql-5.1.44-r1.ebuild 27 Feb 2010 18:23:30 -0000 1.1
28 +++ mysql-5.1.44-r1.ebuild 1 Mar 2010 19:57:42 -0000 1.2
29 @@ -1,6 +1,6 @@
30 # Copyright 1999-2010 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.1 2010/02/27 18:23:30 robbat2 Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
34
35 MY_EXTRAS_VER="20100227-1814Z"
36 EAPI=2
37 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
38 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
39 EPATCH_EXCLUDE=''
40
41 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
42 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
43 RDEPEND="!media-sound/amarok[embedded]"
44
45 # Please do not add a naive src_unpack to this ebuild
46
47
48
49 1.7 dev-db/mysql/mysql-5.0.83.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.7&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.7&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?r1=1.6&r2=1.7
54
55 Index: mysql-5.0.83.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v
58 retrieving revision 1.6
59 retrieving revision 1.7
60 diff -p -w -b -B -u -u -r1.6 -r1.7
61 --- mysql-5.0.83.ebuild 1 Feb 2010 00:55:52 -0000 1.6
62 +++ mysql-5.0.83.ebuild 1 Mar 2010 19:57:42 -0000 1.7
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2010 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.6 2010/02/01 00:55:52 mr_bones_ Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.7 2010/03/01 19:57:42 robbat2 Exp $
68
69 MY_EXTRAS_VER="20090706-1838Z"
70 EAPI=2
71 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
72 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
73 EPATCH_EXCLUDE=''
74
75 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
76 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
77 RDEPEND=""
78
79 # Please do not add a naive src_unpack to this ebuild
80
81
82
83 1.7 dev-db/mysql/mysql-5.0.84.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.7&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.7&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?r1=1.6&r2=1.7
88
89 Index: mysql-5.0.84.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v
92 retrieving revision 1.6
93 retrieving revision 1.7
94 diff -p -w -b -B -u -u -r1.6 -r1.7
95 --- mysql-5.0.84.ebuild 1 Feb 2010 00:55:52 -0000 1.6
96 +++ mysql-5.0.84.ebuild 1 Mar 2010 19:57:42 -0000 1.7
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2010 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.6 2010/02/01 00:55:52 mr_bones_ Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.7 2010/03/01 19:57:42 robbat2 Exp $
102
103 MY_EXTRAS_VER="20090904-0939Z"
104 EAPI=2
105 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
106 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
107 EPATCH_EXCLUDE=''
108
109 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
110 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
111 RDEPEND=""
112
113 # Please do not add a naive src_unpack to this ebuild
114
115
116
117 1.12 dev-db/mysql/mysql-5.0.84-r1.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.12&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.12&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?r1=1.11&r2=1.12
122
123 Index: mysql-5.0.84-r1.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v
126 retrieving revision 1.11
127 retrieving revision 1.12
128 diff -p -w -b -B -u -u -r1.11 -r1.12
129 --- mysql-5.0.84-r1.ebuild 1 Feb 2010 00:55:52 -0000 1.11
130 +++ mysql-5.0.84-r1.ebuild 1 Mar 2010 19:57:42 -0000 1.12
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2010 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.11 2010/02/01 00:55:52 mr_bones_ Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.12 2010/03/01 19:57:42 robbat2 Exp $
136
137 MY_EXTRAS_VER="20090908-1245Z"
138 EAPI=2
139 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~
140 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
141 EPATCH_EXCLUDE=''
142
143 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
144 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
145 RDEPEND=""
146
147 # Please do not add a naive src_unpack to this ebuild
148
149
150
151 1.4 dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild?rev=1.4&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild?rev=1.4&content-type=text/plain
155 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild?r1=1.3&r2=1.4
156
157 Index: mysql-5.5.1_alpha_pre2.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v
160 retrieving revision 1.3
161 retrieving revision 1.4
162 diff -p -w -b -B -u -u -r1.3 -r1.4
163 --- mysql-5.5.1_alpha_pre2.ebuild 15 Feb 2010 21:27:54 -0000 1.3
164 +++ mysql-5.5.1_alpha_pre2.ebuild 1 Mar 2010 19:57:42 -0000 1.4
165 @@ -1,6 +1,6 @@
166 # Copyright 1999-2010 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.3 2010/02/15 21:27:54 robbat2 Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.4 2010/03/01 19:57:42 robbat2 Exp $
170
171 MY_EXTRAS_VER="20100201-0104Z"
172 EAPI=2
173 @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
174 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
175 EPATCH_EXCLUDE=''
176
177 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
178 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
179 RDEPEND="!media-sound/amarok[embedded]"
180
181 # Please do not add a naive src_unpack to this ebuild
182
183
184
185 1.512 dev-db/mysql/ChangeLog
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.512&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.512&content-type=text/plain
189 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.511&r2=1.512
190
191 Index: ChangeLog
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
194 retrieving revision 1.511
195 retrieving revision 1.512
196 diff -p -w -b -B -u -u -r1.511 -r1.512
197 --- ChangeLog 27 Feb 2010 18:23:30 -0000 1.511
198 +++ ChangeLog 1 Mar 2010 19:57:42 -0000 1.512
199 @@ -1,6 +1,14 @@
200 # ChangeLog for dev-db/mysql
201 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
202 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.511 2010/02/27 18:23:30 robbat2 Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.512 2010/03/01 19:57:42 robbat2 Exp $
204 +
205 + 01 Mar 2010; Robin H. Johnson <robbat2@g.o> mysql-5.0.83.ebuild,
206 + mysql-5.0.84.ebuild, mysql-5.0.84-r1.ebuild, mysql-5.0.87.ebuild,
207 + mysql-5.0.88.ebuild, mysql-5.0.90.ebuild, mysql-5.0.90-r1.ebuild,
208 + mysql-5.0.90-r2.ebuild, mysql-5.1.39-r1.ebuild, mysql-5.1.44.ebuild,
209 + mysql-5.1.44-r1.ebuild, mysql-5.4.3_beta.ebuild,
210 + mysql-5.5.1_alpha_pre2.ebuild:
211 + Bug #307251: update the GCC DEPEND due to C++ template usage.
212
213 *mysql-5.1.44-r1 (27 Feb 2010)
214
215
216
217
218 1.2 dev-db/mysql/mysql-5.1.44.ebuild
219
220 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild?rev=1.2&view=markup
221 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild?rev=1.2&content-type=text/plain
222 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild?r1=1.1&r2=1.2
223
224 Index: mysql-5.1.44.ebuild
225 ===================================================================
226 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v
227 retrieving revision 1.1
228 retrieving revision 1.2
229 diff -p -w -b -B -u -u -r1.1 -r1.2
230 --- mysql-5.1.44.ebuild 21 Feb 2010 00:58:52 -0000 1.1
231 +++ mysql-5.1.44.ebuild 1 Mar 2010 19:57:42 -0000 1.2
232 @@ -1,6 +1,6 @@
233 # Copyright 1999-2010 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v 1.1 2010/02/21 00:58:52 robbat2 Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
237
238 MY_EXTRAS_VER="20100221-0021Z"
239 EAPI=2
240 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
241 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
242 EPATCH_EXCLUDE=''
243
244 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
245 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
246 RDEPEND="!media-sound/amarok[embedded]"
247
248 # Please do not add a naive src_unpack to this ebuild
249
250
251
252 1.4 dev-db/mysql/mysql-5.4.3_beta.ebuild
253
254 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild?rev=1.4&view=markup
255 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild?rev=1.4&content-type=text/plain
256 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild?r1=1.3&r2=1.4
257
258 Index: mysql-5.4.3_beta.ebuild
259 ===================================================================
260 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v
261 retrieving revision 1.3
262 retrieving revision 1.4
263 diff -p -w -b -B -u -u -r1.3 -r1.4
264 --- mysql-5.4.3_beta.ebuild 15 Feb 2010 21:27:54 -0000 1.3
265 +++ mysql-5.4.3_beta.ebuild 1 Mar 2010 19:57:42 -0000 1.4
266 @@ -1,6 +1,6 @@
267 # Copyright 1999-2010 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.3 2010/02/15 21:27:54 robbat2 Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.4 2010/03/01 19:57:42 robbat2 Exp $
271
272 MY_EXTRAS_VER="20100201-0104Z"
273 EAPI=2
274 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
275 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
276 EPATCH_EXCLUDE=''
277
278 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
279 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
280 RDEPEND="!media-sound/amarok[embedded]"
281
282 # Please do not add a naive src_unpack to this ebuild
283
284
285
286 1.2 dev-db/mysql/mysql-5.0.90-r2.ebuild
287
288 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild?rev=1.2&view=markup
289 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild?rev=1.2&content-type=text/plain
290 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild?r1=1.1&r2=1.2
291
292 Index: mysql-5.0.90-r2.ebuild
293 ===================================================================
294 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v
295 retrieving revision 1.1
296 retrieving revision 1.2
297 diff -p -w -b -B -u -u -r1.1 -r1.2
298 --- mysql-5.0.90-r2.ebuild 21 Feb 2010 00:58:52 -0000 1.1
299 +++ mysql-5.0.90-r2.ebuild 1 Mar 2010 19:57:42 -0000 1.2
300 @@ -1,6 +1,6 @@
301 # Copyright 1999-2010 Gentoo Foundation
302 # Distributed under the terms of the GNU General Public License v2
303 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v 1.1 2010/02/21 00:58:52 robbat2 Exp $
304 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
305
306 MY_EXTRAS_VER="20100221-0021Z"
307 EAPI=2
308 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
309 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
310 EPATCH_EXCLUDE=''
311
312 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
313 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
314 RDEPEND=""
315
316 # Please do not add a naive src_unpack to this ebuild
317
318
319
320 1.2 dev-db/mysql/mysql-5.1.39-r1.ebuild
321
322 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild?rev=1.2&view=markup
323 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild?rev=1.2&content-type=text/plain
324 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild?r1=1.1&r2=1.2
325
326 Index: mysql-5.1.39-r1.ebuild
327 ===================================================================
328 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v
329 retrieving revision 1.1
330 retrieving revision 1.2
331 diff -p -w -b -B -u -u -r1.1 -r1.2
332 --- mysql-5.1.39-r1.ebuild 21 Feb 2010 00:58:52 -0000 1.1
333 +++ mysql-5.1.39-r1.ebuild 1 Mar 2010 19:57:42 -0000 1.2
334 @@ -1,6 +1,6 @@
335 # Copyright 1999-2010 Gentoo Foundation
336 # Distributed under the terms of the GNU General Public License v2
337 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v 1.1 2010/02/21 00:58:52 robbat2 Exp $
338 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
339
340 MY_EXTRAS_VER="20100221-0021Z"
341 EAPI=2
342 @@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
343 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
344 EPATCH_EXCLUDE=''
345
346 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
347 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
348 RDEPEND="!media-sound/amarok[embedded]"
349
350 # Please do not add a naive src_unpack to this ebuild
351
352
353
354 1.2 dev-db/mysql/mysql-5.0.90.ebuild
355
356 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild?rev=1.2&view=markup
357 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild?rev=1.2&content-type=text/plain
358 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild?r1=1.1&r2=1.2
359
360 Index: mysql-5.0.90.ebuild
361 ===================================================================
362 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v
363 retrieving revision 1.1
364 retrieving revision 1.2
365 diff -p -w -b -B -u -u -r1.1 -r1.2
366 --- mysql-5.0.90.ebuild 31 Jan 2010 04:47:39 -0000 1.1
367 +++ mysql-5.0.90.ebuild 1 Mar 2010 19:57:42 -0000 1.2
368 @@ -1,6 +1,6 @@
369 # Copyright 1999-2010 Gentoo Foundation
370 # Distributed under the terms of the GNU General Public License v2
371 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v 1.1 2010/01/31 04:47:39 robbat2 Exp $
372 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
373
374 MY_EXTRAS_VER="20100131-0301Z"
375 EAPI=2
376 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
377 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
378 EPATCH_EXCLUDE=''
379
380 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
381 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
382 RDEPEND=""
383
384 # Please do not add a naive src_unpack to this ebuild
385
386
387
388 1.2 dev-db/mysql/mysql-5.0.90-r1.ebuild
389
390 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild?rev=1.2&view=markup
391 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild?rev=1.2&content-type=text/plain
392 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild?r1=1.1&r2=1.2
393
394 Index: mysql-5.0.90-r1.ebuild
395 ===================================================================
396 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v
397 retrieving revision 1.1
398 retrieving revision 1.2
399 diff -p -w -b -B -u -u -r1.1 -r1.2
400 --- mysql-5.0.90-r1.ebuild 31 Jan 2010 06:20:28 -0000 1.1
401 +++ mysql-5.0.90-r1.ebuild 1 Mar 2010 19:57:42 -0000 1.2
402 @@ -1,6 +1,6 @@
403 # Copyright 1999-2010 Gentoo Foundation
404 # Distributed under the terms of the GNU General Public License v2
405 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v 1.1 2010/01/31 06:20:28 robbat2 Exp $
406 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
407
408 MY_EXTRAS_VER="20100131-0616Z"
409 EAPI=2
410 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
411 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
412 EPATCH_EXCLUDE=''
413
414 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
415 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
416 RDEPEND=""
417
418 # Please do not add a naive src_unpack to this ebuild
419
420
421
422 1.2 dev-db/mysql/mysql-5.0.87.ebuild
423
424 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild?rev=1.2&view=markup
425 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild?rev=1.2&content-type=text/plain
426 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild?r1=1.1&r2=1.2
427
428 Index: mysql-5.0.87.ebuild
429 ===================================================================
430 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v
431 retrieving revision 1.1
432 retrieving revision 1.2
433 diff -p -w -b -B -u -u -r1.1 -r1.2
434 --- mysql-5.0.87.ebuild 31 Jan 2010 04:47:39 -0000 1.1
435 +++ mysql-5.0.87.ebuild 1 Mar 2010 19:57:42 -0000 1.2
436 @@ -1,6 +1,6 @@
437 # Copyright 1999-2010 Gentoo Foundation
438 # Distributed under the terms of the GNU General Public License v2
439 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v 1.1 2010/01/31 04:47:39 robbat2 Exp $
440 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
441
442 MY_EXTRAS_VER="20100131-0301Z"
443 EAPI=2
444 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
445 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
446 EPATCH_EXCLUDE=''
447
448 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
449 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
450 RDEPEND=""
451
452 # Please do not add a naive src_unpack to this ebuild
453
454
455
456 1.2 dev-db/mysql/mysql-5.0.88.ebuild
457
458 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild?rev=1.2&view=markup
459 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild?rev=1.2&content-type=text/plain
460 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild?r1=1.1&r2=1.2
461
462 Index: mysql-5.0.88.ebuild
463 ===================================================================
464 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v
465 retrieving revision 1.1
466 retrieving revision 1.2
467 diff -p -w -b -B -u -u -r1.1 -r1.2
468 --- mysql-5.0.88.ebuild 31 Jan 2010 04:47:39 -0000 1.1
469 +++ mysql-5.0.88.ebuild 1 Mar 2010 19:57:42 -0000 1.2
470 @@ -1,6 +1,6 @@
471 # Copyright 1999-2010 Gentoo Foundation
472 # Distributed under the terms of the GNU General Public License v2
473 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v 1.1 2010/01/31 04:47:39 robbat2 Exp $
474 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $
475
476 MY_EXTRAS_VER="20100131-0301Z"
477 EAPI=2
478 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
479 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
480 EPATCH_EXCLUDE=''
481
482 -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
483 +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
484 RDEPEND=""
485
486 # Please do not add a naive src_unpack to this ebuild