Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-3.4.6-r2.ebuild gcc-4.3.2.ebuild gcc-4.3.1-r1.ebuild gcc-4.3.3-r2.ebuild ChangeLog gcc-4.3.3.ebuild gcc-4.0.4.ebuild gcc-4.1.2.ebuild gcc-4.3.0.ebuild gcc-4.3.2-r3.ebuild gcc-4.3.1.ebuild gcc-4.3.2-r2.ebuild gcc-4.2.4-r1.ebuild gcc-4.3.2-r4.ebuild
Date: Sun, 03 May 2009 00:21:56
Message-Id: E1M0PSq-0001KR-GD@stork.gentoo.org
1 halcy0n 09/05/03 00:21:52
2
3 Modified: gcc-3.4.6-r2.ebuild gcc-4.3.2.ebuild
4 gcc-4.3.1-r1.ebuild gcc-4.3.3-r2.ebuild ChangeLog
5 gcc-4.3.3.ebuild gcc-4.0.4.ebuild gcc-4.1.2.ebuild
6 gcc-4.3.0.ebuild gcc-4.3.2-r3.ebuild
7 gcc-4.3.1.ebuild gcc-4.3.2-r2.ebuild
8 gcc-4.2.4-r1.ebuild gcc-4.3.2-r4.ebuild
9 Log:
10 Add sys-devel/flex as a DEPEND; bug #221411
11 (Portage version: 2.2_rc31/cvs/Linux i686)
12
13 Revision Changes Path
14 1.23 sys-devel/gcc/gcc-3.4.6-r2.ebuild
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.23&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.23&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?r1=1.22&r2=1.23
19
20 Index: gcc-3.4.6-r2.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v
23 retrieving revision 1.22
24 retrieving revision 1.23
25 diff -u -r1.22 -r1.23
26 --- gcc-3.4.6-r2.ebuild 15 Mar 2009 07:14:09 -0000 1.22
27 +++ gcc-3.4.6-r2.ebuild 3 May 2009 00:21:52 -0000 1.23
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2009 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.22 2009/03/15 07:14:09 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $
33
34 MAN_VER=""
35 PATCH_VER="1.6"
36 @@ -77,6 +77,7 @@
37 DEPEND="${RDEPEND}
38 >=sys-apps/texinfo-4.2-r4
39 >=sys-devel/bison-1.875
40 + sys-devel/flex
41 >=sys-devel/binutils-2.14.90.0.8-r1
42 amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )"
43 PDEPEND=">=sys-devel/gcc-config-1.4"
44
45
46
47 1.10 sys-devel/gcc/gcc-4.3.2.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?rev=1.10&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?rev=1.10&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?r1=1.9&r2=1.10
52
53 Index: gcc-4.3.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v
56 retrieving revision 1.9
57 retrieving revision 1.10
58 diff -u -r1.9 -r1.10
59 --- gcc-4.3.2.ebuild 29 Dec 2008 09:38:06 -0000 1.9
60 +++ gcc-4.3.2.ebuild 3 May 2009 00:21:52 -0000 1.10
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/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.9 2008/12/29 09:38:06 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.10 2009/05/03 00:21:52 halcy0n Exp $
67
68 PATCH_VER="1.2"
69 UCLIBC_VER="1.0"
70 @@ -45,6 +45,7 @@
71 test? ( sys-devel/autogen dev-util/dejagnu )
72 >=sys-apps/texinfo-4.2-r4
73 >=sys-devel/bison-1.875
74 + sys-devel/flex
75 amd64? (
76 >=sys-libs/glibc-2.7-r2
77 multilib? (
78
79
80
81 1.3 sys-devel/gcc/gcc-4.3.1-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild?r1=1.2&r2=1.3
86
87 Index: gcc-4.3.1-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- gcc-4.3.1-r1.ebuild 19 Aug 2008 18:20:33 -0000 1.2
94 +++ gcc-4.3.1-r1.ebuild 3 May 2009 00:21:52 -0000 1.3
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2008 Gentoo Foundation
97 +# Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.2 2008/08/19 18:20:33 yoswink Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.3 2009/05/03 00:21:52 halcy0n Exp $
101
102 PATCH_VER="1.1"
103 UCLIBC_VER="1.0"
104 @@ -45,6 +45,7 @@
105 test? ( sys-devel/autogen dev-util/dejagnu )
106 >=sys-apps/texinfo-4.2-r4
107 >=sys-devel/bison-1.875
108 + sys-devel/flex
109 amd64? ( >=sys-libs/glibc-2.7-r2 )
110 ppc? ( >=${CATEGORY}/binutils-2.17 )
111 ppc64? ( >=${CATEGORY}/binutils-2.17 )
112
113
114
115 1.2 sys-devel/gcc/gcc-4.3.3-r2.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.2&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.2&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?r1=1.1&r2=1.2
120
121 Index: gcc-4.3.3-r2.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v
124 retrieving revision 1.1
125 retrieving revision 1.2
126 diff -u -r1.1 -r1.2
127 --- gcc-4.3.3-r2.ebuild 27 Mar 2009 20:52:29 -0000 1.1
128 +++ gcc-4.3.3-r2.ebuild 3 May 2009 00:21:52 -0000 1.2
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2009 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.1 2009/03/27 20:52:29 loki_val Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.2 2009/05/03 00:21:52 halcy0n Exp $
134
135 GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567
136
137 @@ -57,6 +57,7 @@
138 test? ( sys-devel/autogen dev-util/dejagnu )
139 >=sys-apps/texinfo-4.2-r4
140 >=sys-devel/bison-1.875
141 + sys-devel/flex
142 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
143 ppc? ( >=${CATEGORY}/binutils-2.17 )
144 ppc64? ( >=${CATEGORY}/binutils-2.17 )
145
146
147
148 1.702 sys-devel/gcc/ChangeLog
149
150 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.702&view=markup
151 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.702&content-type=text/plain
152 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.701&r2=1.702
153
154 Index: ChangeLog
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
157 retrieving revision 1.701
158 retrieving revision 1.702
159 diff -u -r1.701 -r1.702
160 --- ChangeLog 26 Apr 2009 20:14:11 -0000 1.701
161 +++ ChangeLog 3 May 2009 00:21:52 -0000 1.702
162 @@ -1,6 +1,13 @@
163 # ChangeLog for sys-devel/gcc
164 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
165 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.701 2009/04/26 20:14:11 halcy0n Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.702 2009/05/03 00:21:52 halcy0n Exp $
167 +
168 + 03 May 2009; Mark Loeser <halcy0n@g.o> gcc-3.4.6-r2.ebuild,
169 + gcc-4.0.4.ebuild, gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild, gcc-4.3.0.ebuild,
170 + gcc-4.3.1.ebuild, gcc-4.3.1-r1.ebuild, gcc-4.3.2.ebuild,
171 + gcc-4.3.2-r2.ebuild, gcc-4.3.2-r3.ebuild, gcc-4.3.2-r4.ebuild,
172 + gcc-4.3.3.ebuild, gcc-4.3.3-r2.ebuild:
173 + Add sys-devel/flex as a DEPEND; bug #221411
174
175 *gcc-4.3.2-r4 (26 Apr 2009)
176
177
178
179
180 1.4 sys-devel/gcc/gcc-4.3.3.ebuild
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.4&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.4&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?r1=1.3&r2=1.4
185
186 Index: gcc-4.3.3.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v
189 retrieving revision 1.3
190 retrieving revision 1.4
191 diff -u -r1.3 -r1.4
192 --- gcc-4.3.3.ebuild 24 Feb 2009 23:20:55 -0000 1.3
193 +++ gcc-4.3.3.ebuild 3 May 2009 00:21:52 -0000 1.4
194 @@ -1,6 +1,6 @@
195 # Copyright 1999-2009 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.3 2009/02/24 23:20:55 kumba Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.4 2009/05/03 00:21:52 halcy0n Exp $
199
200 PATCH_VER="1.0"
201 UCLIBC_VER="1.0"
202 @@ -55,6 +55,7 @@
203 test? ( sys-devel/autogen dev-util/dejagnu )
204 >=sys-apps/texinfo-4.2-r4
205 >=sys-devel/bison-1.875
206 + sys-devel/flex
207 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
208 ppc? ( >=${CATEGORY}/binutils-2.17 )
209 ppc64? ( >=${CATEGORY}/binutils-2.17 )
210
211
212
213 1.5 sys-devel/gcc/gcc-4.0.4.ebuild
214
215 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?rev=1.5&view=markup
216 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?rev=1.5&content-type=text/plain
217 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?r1=1.4&r2=1.5
218
219 Index: gcc-4.0.4.ebuild
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v
222 retrieving revision 1.4
223 retrieving revision 1.5
224 diff -u -r1.4 -r1.5
225 --- gcc-4.0.4.ebuild 1 Mar 2009 20:46:52 -0000 1.4
226 +++ gcc-4.0.4.ebuild 3 May 2009 00:21:52 -0000 1.5
227 @@ -1,6 +1,6 @@
228 -# Copyright 1999-2008 Gentoo Foundation
229 +# Copyright 1999-2009 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.4 2009/03/01 20:46:52 vapier Exp $
232 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.5 2009/05/03 00:21:52 halcy0n Exp $
233
234 PATCH_VER="1.1"
235 UCLIBC_VER="1.0"
236 @@ -50,6 +50,7 @@
237 test? ( sys-devel/autogen dev-util/dejagnu )
238 >=sys-apps/texinfo-4.2-r4
239 >=sys-devel/bison-1.875
240 + sys-devel/flex
241 >=${CATEGORY}/binutils-2.15.94"
242 PDEPEND=">=sys-devel/gcc-config-1.4"
243 if [[ ${CATEGORY} != cross-* ]] ; then
244
245
246
247 1.23 sys-devel/gcc/gcc-4.1.2.ebuild
248
249 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?rev=1.23&view=markup
250 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?rev=1.23&content-type=text/plain
251 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?r1=1.22&r2=1.23
252
253 Index: gcc-4.1.2.ebuild
254 ===================================================================
255 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v
256 retrieving revision 1.22
257 retrieving revision 1.23
258 diff -u -r1.22 -r1.23
259 --- gcc-4.1.2.ebuild 19 Jan 2009 16:36:33 -0000 1.22
260 +++ gcc-4.1.2.ebuild 3 May 2009 00:21:52 -0000 1.23
261 @@ -1,6 +1,6 @@
262 # Copyright 1999-2009 Gentoo Foundation
263 # Distributed under the terms of the GNU General Public License v2
264 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.22 2009/01/19 16:36:33 halcy0n Exp $
265 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $
266
267 PATCH_VER="1.3"
268 UCLIBC_VER="1.0"
269 @@ -46,6 +46,7 @@
270 test? ( sys-devel/autogen dev-util/dejagnu )
271 >=sys-apps/texinfo-4.2-r4
272 >=sys-devel/bison-1.875
273 + sys-devel/flex
274 ppc? ( >=${CATEGORY}/binutils-2.17 )
275 ppc64? ( >=${CATEGORY}/binutils-2.17 )
276 >=${CATEGORY}/binutils-2.15.94"
277
278
279
280 1.9 sys-devel/gcc/gcc-4.3.0.ebuild
281
282 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?rev=1.9&view=markup
283 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?rev=1.9&content-type=text/plain
284 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?r1=1.8&r2=1.9
285
286 Index: gcc-4.3.0.ebuild
287 ===================================================================
288 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v
289 retrieving revision 1.8
290 retrieving revision 1.9
291 diff -u -r1.8 -r1.9
292 --- gcc-4.3.0.ebuild 21 Jun 2008 04:23:11 -0000 1.8
293 +++ gcc-4.3.0.ebuild 3 May 2009 00:21:52 -0000 1.9
294 @@ -1,6 +1,6 @@
295 -# Copyright 1999-2008 Gentoo Foundation
296 +# Copyright 1999-2009 Gentoo Foundation
297 # Distributed under the terms of the GNU General Public License v2
298 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.8 2008/06/21 04:23:11 vapier Exp $
299 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.9 2009/05/03 00:21:52 halcy0n Exp $
300
301 PATCH_VER="1.2"
302 UCLIBC_VER="1.0"
303 @@ -45,6 +45,7 @@
304 test? ( sys-devel/autogen dev-util/dejagnu )
305 >=sys-apps/texinfo-4.2-r4
306 >=sys-devel/bison-1.875
307 + sys-devel/flex
308 ppc? ( >=${CATEGORY}/binutils-2.17 )
309 ppc64? ( >=${CATEGORY}/binutils-2.17 )
310 >=${CATEGORY}/binutils-2.15.94"
311
312
313
314 1.11 sys-devel/gcc/gcc-4.3.2-r3.ebuild
315
316 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?rev=1.11&view=markup
317 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?rev=1.11&content-type=text/plain
318 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?r1=1.10&r2=1.11
319
320 Index: gcc-4.3.2-r3.ebuild
321 ===================================================================
322 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v
323 retrieving revision 1.10
324 retrieving revision 1.11
325 diff -u -r1.10 -r1.11
326 --- gcc-4.3.2-r3.ebuild 14 Apr 2009 20:07:45 -0000 1.10
327 +++ gcc-4.3.2-r3.ebuild 3 May 2009 00:21:52 -0000 1.11
328 @@ -1,6 +1,6 @@
329 # Copyright 1999-2009 Gentoo Foundation
330 # Distributed under the terms of the GNU General Public License v2
331 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.10 2009/04/14 20:07:45 ranger Exp $
332 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.11 2009/05/03 00:21:52 halcy0n Exp $
333
334 PATCH_VER="1.6"
335 UCLIBC_VER="1.0"
336 @@ -57,6 +57,7 @@
337 test? ( sys-devel/autogen dev-util/dejagnu )
338 >=sys-apps/texinfo-4.2-r4
339 >=sys-devel/bison-1.875
340 + sys-devel/flex
341 amd64? (
342 >=sys-libs/glibc-2.7-r2
343 multilib? (
344
345
346
347 1.6 sys-devel/gcc/gcc-4.3.1.ebuild
348
349 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.6&view=markup
350 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.6&content-type=text/plain
351 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?r1=1.5&r2=1.6
352
353 Index: gcc-4.3.1.ebuild
354 ===================================================================
355 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v
356 retrieving revision 1.5
357 retrieving revision 1.6
358 diff -u -r1.5 -r1.6
359 --- gcc-4.3.1.ebuild 29 Jun 2008 16:51:31 -0000 1.5
360 +++ gcc-4.3.1.ebuild 3 May 2009 00:21:52 -0000 1.6
361 @@ -1,6 +1,6 @@
362 -# Copyright 1999-2008 Gentoo Foundation
363 +# Copyright 1999-2009 Gentoo Foundation
364 # Distributed under the terms of the GNU General Public License v2
365 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.5 2008/06/29 16:51:31 bluebird Exp $
366 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.6 2009/05/03 00:21:52 halcy0n Exp $
367
368 PATCH_VER="1.0"
369 UCLIBC_VER="1.0"
370 @@ -45,6 +45,7 @@
371 test? ( sys-devel/autogen dev-util/dejagnu )
372 >=sys-apps/texinfo-4.2-r4
373 >=sys-devel/bison-1.875
374 + sys-devel/flex
375 amd64? ( >=sys-libs/glibc-2.7-r2 )
376 ppc? ( >=${CATEGORY}/binutils-2.17 )
377 ppc64? ( >=${CATEGORY}/binutils-2.17 )
378
379
380
381 1.7 sys-devel/gcc/gcc-4.3.2-r2.ebuild
382
383 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild?rev=1.7&view=markup
384 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild?rev=1.7&content-type=text/plain
385 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild?r1=1.6&r2=1.7
386
387 Index: gcc-4.3.2-r2.ebuild
388 ===================================================================
389 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild,v
390 retrieving revision 1.6
391 retrieving revision 1.7
392 diff -u -r1.6 -r1.7
393 --- gcc-4.3.2-r2.ebuild 2 Jan 2009 20:18:54 -0000 1.6
394 +++ gcc-4.3.2-r2.ebuild 3 May 2009 00:21:52 -0000 1.7
395 @@ -1,6 +1,6 @@
396 -# Copyright 1999-2008 Gentoo Foundation
397 +# Copyright 1999-2009 Gentoo Foundation
398 # Distributed under the terms of the GNU General Public License v2
399 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild,v 1.6 2009/01/02 20:18:54 solar Exp $
400 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild,v 1.7 2009/05/03 00:21:52 halcy0n Exp $
401
402 PATCH_VER="1.5"
403 UCLIBC_VER="1.0"
404 @@ -57,6 +57,7 @@
405 test? ( sys-devel/autogen dev-util/dejagnu )
406 >=sys-apps/texinfo-4.2-r4
407 >=sys-devel/bison-1.875
408 + sys-devel/flex
409 amd64? (
410 >=sys-libs/glibc-2.7-r2
411 multilib? (
412
413
414
415 1.3 sys-devel/gcc/gcc-4.2.4-r1.ebuild
416
417 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?rev=1.3&view=markup
418 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?rev=1.3&content-type=text/plain
419 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?r1=1.2&r2=1.3
420
421 Index: gcc-4.2.4-r1.ebuild
422 ===================================================================
423 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v
424 retrieving revision 1.2
425 retrieving revision 1.3
426 diff -u -r1.2 -r1.3
427 --- gcc-4.2.4-r1.ebuild 31 Jan 2009 17:28:39 -0000 1.2
428 +++ gcc-4.2.4-r1.ebuild 3 May 2009 00:21:52 -0000 1.3
429 @@ -1,6 +1,6 @@
430 # Copyright 1999-2009 Gentoo Foundation
431 # Distributed under the terms of the GNU General Public License v2
432 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.2 2009/01/31 17:28:39 gmsoft Exp $
433 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.3 2009/05/03 00:21:52 halcy0n Exp $
434
435 PATCH_VER="1.1"
436 UCLIBC_VER="1.0"
437 @@ -47,6 +47,7 @@
438 test? ( sys-devel/autogen dev-util/dejagnu )
439 >=sys-apps/texinfo-4.2-r4
440 >=sys-devel/bison-1.875
441 + sys-devel/flex
442 ppc? ( >=${CATEGORY}/binutils-2.17 )
443 ppc64? ( >=${CATEGORY}/binutils-2.17 )
444 >=${CATEGORY}/binutils-2.15.94"
445
446
447
448 1.2 sys-devel/gcc/gcc-4.3.2-r4.ebuild
449
450 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild?rev=1.2&view=markup
451 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild?rev=1.2&content-type=text/plain
452 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild?r1=1.1&r2=1.2
453
454 Index: gcc-4.3.2-r4.ebuild
455 ===================================================================
456 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v
457 retrieving revision 1.1
458 retrieving revision 1.2
459 diff -u -r1.1 -r1.2
460 --- gcc-4.3.2-r4.ebuild 26 Apr 2009 20:14:11 -0000 1.1
461 +++ gcc-4.3.2-r4.ebuild 3 May 2009 00:21:52 -0000 1.2
462 @@ -1,6 +1,6 @@
463 # Copyright 1999-2009 Gentoo Foundation
464 # Distributed under the terms of the GNU General Public License v2
465 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v 1.1 2009/04/26 20:14:11 halcy0n Exp $
466 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v 1.2 2009/05/03 00:21:52 halcy0n Exp $
467
468 PATCH_VER="1.7"
469 UCLIBC_VER="1.0"
470 @@ -57,6 +57,7 @@
471 test? ( sys-devel/autogen dev-util/dejagnu )
472 >=sys-apps/texinfo-4.2-r4
473 >=sys-devel/bison-1.875
474 + sys-devel/flex
475 amd64? (
476 >=sys-libs/glibc-2.7-r2
477 multilib? (