Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.7.0.ebuild gcc-4.6.1-r1.ebuild gcc-4.6.4.ebuild ChangeLog gcc-4.6.2.ebuild gcc-4.7.2-r1.ebuild gcc-4.8.1-r1.ebuild gcc-4.6.0.ebuild gcc-4.7.3-r1.ebuild gcc-4.8.0.ebuild gcc-4.7.1.ebuild metadata.xml gcc-4.6.3.ebuild gcc-4.8.2.ebuild
Date: Mon, 23 Dec 2013 21:36:14
Message-Id: 20131223213609.E47E62004C@flycatcher.gentoo.org
1 dirtyepic 13/12/23 21:36:09
2
3 Modified: gcc-4.7.0.ebuild gcc-4.6.1-r1.ebuild
4 gcc-4.6.4.ebuild ChangeLog gcc-4.6.2.ebuild
5 gcc-4.7.2-r1.ebuild gcc-4.8.1-r1.ebuild
6 gcc-4.6.0.ebuild gcc-4.7.3-r1.ebuild
7 gcc-4.8.0.ebuild gcc-4.7.1.ebuild metadata.xml
8 gcc-4.6.3.ebuild gcc-4.8.2.ebuild
9 Log:
10 4.8.2 p1.1: Fix segfault with std::nth_element (bug #494796) and build
11 failures in gcj due to freetype include dir changes (bug #494606). Rename gtk
12 USE flag to awt. Remove lto USE flag. Remove messages.
13
14 Signed-off-by: Ryan Hill <dirtyepic@g.o>
15 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
16
17 Revision Changes Path
18 1.11 sys-devel/gcc/gcc-4.7.0.ebuild
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.11&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.11&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?r1=1.10&r2=1.11
23
24 Index: gcc-4.7.0.ebuild
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v
27 retrieving revision 1.10
28 retrieving revision 1.11
29 diff -u -r1.10 -r1.11
30 --- gcc-4.7.0.ebuild 20 May 2013 10:56:06 -0000 1.10
31 +++ gcc-4.7.0.ebuild 23 Dec 2013 21:36:09 -0000 1.11
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.10 2013/05/20 10:56:06 aballier Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.11 2013/12/23 21:36:09 dirtyepic Exp $
37
38 PATCH_VER="1.2"
39 UCLIBC_VER="1.0"
40 @@ -52,14 +52,3 @@
41
42 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
43 }
44 -
45 -pkg_setup() {
46 - toolchain_pkg_setup
47 -
48 - if use lto ; then
49 - ewarn
50 - ewarn "LTO support is still experimental and unstable."
51 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
52 - ewarn
53 - fi
54 -}
55
56
57
58 1.12 sys-devel/gcc/gcc-4.6.1-r1.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild?rev=1.12&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild?rev=1.12&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild?r1=1.11&r2=1.12
63
64 Index: gcc-4.6.1-r1.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v
67 retrieving revision 1.11
68 retrieving revision 1.12
69 diff -u -r1.11 -r1.12
70 --- gcc-4.6.1-r1.ebuild 15 May 2013 02:43:13 -0000 1.11
71 +++ gcc-4.6.1-r1.ebuild 23 Dec 2013 21:36:09 -0000 1.12
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2013 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v 1.11 2013/05/15 02:43:13 dirtyepic Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v 1.12 2013/12/23 21:36:09 dirtyepic Exp $
77
78 PATCH_VER="1.1"
79 UCLIBC_VER="1.0"
80 @@ -46,14 +46,3 @@
81
82 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
83 }
84 -
85 -pkg_setup() {
86 - toolchain_pkg_setup
87 -
88 - if use lto ; then
89 - ewarn
90 - ewarn "LTO support is still experimental and unstable."
91 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
92 - ewarn
93 - fi
94 -}
95
96
97
98 1.3 sys-devel/gcc/gcc-4.6.4.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.3&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.3&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?r1=1.2&r2=1.3
103
104 Index: gcc-4.6.4.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v
107 retrieving revision 1.2
108 retrieving revision 1.3
109 diff -u -r1.2 -r1.3
110 --- gcc-4.6.4.ebuild 15 May 2013 02:43:13 -0000 1.2
111 +++ gcc-4.6.4.ebuild 23 Dec 2013 21:36:09 -0000 1.3
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2013 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.2 2013/05/15 02:43:13 dirtyepic Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.3 2013/12/23 21:36:09 dirtyepic Exp $
117
118 PATCH_VER="1.0"
119 UCLIBC_VER="1.0"
120 @@ -47,14 +47,3 @@
121
122 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
123 }
124 -
125 -pkg_setup() {
126 - toolchain_pkg_setup
127 -
128 - if use lto ; then
129 - ewarn
130 - ewarn "LTO support is still experimental and unstable."
131 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
132 - ewarn
133 - fi
134 -}
135
136
137
138 1.985 sys-devel/gcc/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.985&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.985&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.984&r2=1.985
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
147 retrieving revision 1.984
148 retrieving revision 1.985
149 diff -u -r1.984 -r1.985
150 --- ChangeLog 23 Dec 2013 19:42:05 -0000 1.984
151 +++ ChangeLog 23 Dec 2013 21:36:09 -0000 1.985
152 @@ -1,6 +1,14 @@
153 # ChangeLog for sys-devel/gcc
154 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.984 2013/12/23 19:42:05 vapier Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.985 2013/12/23 21:36:09 dirtyepic Exp $
157 +
158 + 23 Dec 2013; Ryan Hill <dirtyepic@g.o> gcc-4.6.0.ebuild,
159 + gcc-4.6.1-r1.ebuild, gcc-4.6.2.ebuild, gcc-4.6.3.ebuild, gcc-4.6.4.ebuild,
160 + gcc-4.7.0.ebuild, gcc-4.7.1.ebuild, gcc-4.7.2-r1.ebuild, gcc-4.7.3-r1.ebuild,
161 + gcc-4.8.0.ebuild, gcc-4.8.1-r1.ebuild, gcc-4.8.2.ebuild, metadata.xml:
162 + 4.8.2 p1.1: Fix segfault with std::nth_element (bug #494796) and build
163 + failures in gcj due to freetype include dir changes (bug #494606). Rename gtk
164 + USE flag to awt. Remove lto USE flag. Remove messages.
165
166 23 Dec 2013; Mike Frysinger <vapier@g.o> gcc-4.7.3-r1.ebuild:
167 Mark ia64 stable #467274.
168
169
170
171 1.17 sys-devel/gcc/gcc-4.6.2.ebuild
172
173 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.17&view=markup
174 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.17&content-type=text/plain
175 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.16&r2=1.17
176
177 Index: gcc-4.6.2.ebuild
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
180 retrieving revision 1.16
181 retrieving revision 1.17
182 diff -u -r1.16 -r1.17
183 --- gcc-4.6.2.ebuild 15 May 2013 02:43:13 -0000 1.16
184 +++ gcc-4.6.2.ebuild 23 Dec 2013 21:36:09 -0000 1.17
185 @@ -1,6 +1,6 @@
186 # Copyright 1999-2013 Gentoo Foundation
187 # Distributed under the terms of the GNU General Public License v2
188 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.16 2013/05/15 02:43:13 dirtyepic Exp $
189 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.17 2013/12/23 21:36:09 dirtyepic Exp $
190
191 PATCH_VER="1.5"
192 UCLIBC_VER="1.0"
193 @@ -49,14 +49,3 @@
194
195 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
196 }
197 -
198 -pkg_setup() {
199 - toolchain_pkg_setup
200 -
201 - if use lto ; then
202 - ewarn
203 - ewarn "LTO support is still experimental and unstable."
204 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
205 - ewarn
206 - fi
207 -}
208
209
210
211 1.7 sys-devel/gcc/gcc-4.7.2-r1.ebuild
212
213 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.7&view=markup
214 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.7&content-type=text/plain
215 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?r1=1.6&r2=1.7
216
217 Index: gcc-4.7.2-r1.ebuild
218 ===================================================================
219 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v
220 retrieving revision 1.6
221 retrieving revision 1.7
222 diff -u -r1.6 -r1.7
223 --- gcc-4.7.2-r1.ebuild 20 May 2013 10:56:06 -0000 1.6
224 +++ gcc-4.7.2-r1.ebuild 23 Dec 2013 21:36:09 -0000 1.7
225 @@ -1,6 +1,6 @@
226 # Copyright 1999-2013 Gentoo Foundation
227 # Distributed under the terms of the GNU General Public License v2
228 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.6 2013/05/20 10:56:06 aballier Exp $
229 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.7 2013/12/23 21:36:09 dirtyepic Exp $
230
231 PATCH_VER="1.6"
232 UCLIBC_VER="1.0"
233 @@ -53,14 +53,3 @@
234
235 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
236 }
237 -
238 -pkg_setup() {
239 - toolchain_pkg_setup
240 -
241 - if use lto ; then
242 - ewarn
243 - ewarn "LTO support is still experimental and unstable."
244 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
245 - ewarn
246 - fi
247 -}
248
249
250
251 1.9 sys-devel/gcc/gcc-4.8.1-r1.ebuild
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?rev=1.9&view=markup
254 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?rev=1.9&content-type=text/plain
255 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?r1=1.8&r2=1.9
256
257 Index: gcc-4.8.1-r1.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v
260 retrieving revision 1.8
261 retrieving revision 1.9
262 diff -u -r1.8 -r1.9
263 --- gcc-4.8.1-r1.ebuild 4 Nov 2013 02:29:58 -0000 1.8
264 +++ gcc-4.8.1-r1.ebuild 23 Dec 2013 21:36:09 -0000 1.9
265 @@ -1,6 +1,6 @@
266 # Copyright 1999-2013 Gentoo Foundation
267 # Distributed under the terms of the GNU General Public License v2
268 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v 1.8 2013/11/04 02:29:58 mattst88 Exp $
269 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v 1.9 2013/12/23 21:36:09 dirtyepic Exp $
270
271 PATCH_VER="1.2"
272 UCLIBC_VER="1.0"
273 @@ -48,24 +48,3 @@
274 #Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs.
275 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch
276 }
277 -
278 -pkg_setup() {
279 - toolchain_pkg_setup
280 -
281 - if use lto ; then
282 - ewarn
283 - ewarn "LTO support is still experimental and unstable. Any bug reports"
284 - ewarn "about LTO that do not include an upstream patch will be closed as"
285 - ewarn "invalid."
286 - ewarn
287 - fi
288 -}
289 -
290 -pkg_postinst() {
291 - toolchain_pkg_postinst
292 -
293 - elog
294 - elog "Packages failing to build with GCC 4.8 are tracked at"
295 - elog "https://bugs.gentoo.org/461954"
296 - elog
297 -}
298
299
300
301 1.15 sys-devel/gcc/gcc-4.6.0.ebuild
302
303 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild?rev=1.15&view=markup
304 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild?rev=1.15&content-type=text/plain
305 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild?r1=1.14&r2=1.15
306
307 Index: gcc-4.6.0.ebuild
308 ===================================================================
309 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v
310 retrieving revision 1.14
311 retrieving revision 1.15
312 diff -u -r1.14 -r1.15
313 --- gcc-4.6.0.ebuild 15 May 2013 02:43:13 -0000 1.14
314 +++ gcc-4.6.0.ebuild 23 Dec 2013 21:36:09 -0000 1.15
315 @@ -1,6 +1,6 @@
316 # Copyright 1999-2013 Gentoo Foundation
317 # Distributed under the terms of the GNU General Public License v2
318 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.14 2013/05/15 02:43:13 dirtyepic Exp $
319 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.15 2013/12/23 21:36:09 dirtyepic Exp $
320
321 PATCH_VER="1.3"
322 UCLIBC_VER="1.0"
323 @@ -45,14 +45,3 @@
324
325 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
326 }
327 -
328 -pkg_setup() {
329 - toolchain_pkg_setup
330 -
331 - if use lto ; then
332 - ewarn
333 - ewarn "LTO support is still experimental and unstable."
334 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
335 - ewarn
336 - fi
337 -}
338
339
340
341 1.13 sys-devel/gcc/gcc-4.7.3-r1.ebuild
342
343 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.13&view=markup
344 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.13&content-type=text/plain
345 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?r1=1.12&r2=1.13
346
347 Index: gcc-4.7.3-r1.ebuild
348 ===================================================================
349 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v
350 retrieving revision 1.12
351 retrieving revision 1.13
352 diff -u -r1.12 -r1.13
353 --- gcc-4.7.3-r1.ebuild 23 Dec 2013 19:42:05 -0000 1.12
354 +++ gcc-4.7.3-r1.ebuild 23 Dec 2013 21:36:09 -0000 1.13
355 @@ -1,6 +1,6 @@
356 # Copyright 1999-2013 Gentoo Foundation
357 # Distributed under the terms of the GNU General Public License v2
358 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.12 2013/12/23 19:42:05 vapier Exp $
359 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.13 2013/12/23 21:36:09 dirtyepic Exp $
360
361 PATCH_VER="1.3"
362 UCLIBC_VER="1.0"
363 @@ -53,14 +53,3 @@
364
365 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
366 }
367 -
368 -pkg_setup() {
369 - toolchain_pkg_setup
370 -
371 - if use lto ; then
372 - ewarn
373 - ewarn "LTO support is still experimental and unstable."
374 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
375 - ewarn
376 - fi
377 -}
378
379
380
381 1.11 sys-devel/gcc/gcc-4.8.0.ebuild
382
383 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild?rev=1.11&view=markup
384 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild?rev=1.11&content-type=text/plain
385 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild?r1=1.10&r2=1.11
386
387 Index: gcc-4.8.0.ebuild
388 ===================================================================
389 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v
390 retrieving revision 1.10
391 retrieving revision 1.11
392 diff -u -r1.10 -r1.11
393 --- gcc-4.8.0.ebuild 7 Nov 2013 03:29:24 -0000 1.10
394 +++ gcc-4.8.0.ebuild 23 Dec 2013 21:36:09 -0000 1.11
395 @@ -1,6 +1,6 @@
396 # Copyright 1999-2013 Gentoo Foundation
397 # Distributed under the terms of the GNU General Public License v2
398 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.10 2013/11/07 03:29:24 dirtyepic Exp $
399 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.11 2013/12/23 21:36:09 dirtyepic Exp $
400
401 PATCH_VER="1.3"
402 UCLIBC_VER="1.0"
403 @@ -48,24 +48,3 @@
404
405 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
406 }
407 -
408 -pkg_setup() {
409 - toolchain_pkg_setup
410 -
411 - if use lto ; then
412 - ewarn
413 - ewarn "LTO support is still experimental and unstable. Any bug reports"
414 - ewarn "about LTO that do not include an upstream patch will be closed as"
415 - ewarn "invalid."
416 - ewarn
417 - fi
418 -}
419 -
420 -pkg_postinst() {
421 - toolchain_pkg_postinst
422 -
423 - elog
424 - elog "Packages failing to build with GCC 4.8 are tracked at"
425 - elog "https://bugs.gentoo.org/461954"
426 - elog
427 -}
428
429
430
431 1.12 sys-devel/gcc/gcc-4.7.1.ebuild
432
433 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.12&view=markup
434 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.12&content-type=text/plain
435 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?r1=1.11&r2=1.12
436
437 Index: gcc-4.7.1.ebuild
438 ===================================================================
439 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v
440 retrieving revision 1.11
441 retrieving revision 1.12
442 diff -u -r1.11 -r1.12
443 --- gcc-4.7.1.ebuild 20 May 2013 10:56:06 -0000 1.11
444 +++ gcc-4.7.1.ebuild 23 Dec 2013 21:36:09 -0000 1.12
445 @@ -1,6 +1,6 @@
446 # Copyright 1999-2013 Gentoo Foundation
447 # Distributed under the terms of the GNU General Public License v2
448 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.11 2013/05/20 10:56:06 aballier Exp $
449 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.12 2013/12/23 21:36:09 dirtyepic Exp $
450
451 PATCH_VER="1.5"
452 UCLIBC_VER="1.0"
453 @@ -52,14 +52,3 @@
454
455 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
456 }
457 -
458 -pkg_setup() {
459 - toolchain_pkg_setup
460 -
461 - if use lto ; then
462 - ewarn
463 - ewarn "LTO support is still experimental and unstable."
464 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
465 - ewarn
466 - fi
467 -}
468
469
470
471 1.18 sys-devel/gcc/metadata.xml
472
473 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/metadata.xml?rev=1.18&view=markup
474 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/metadata.xml?rev=1.18&content-type=text/plain
475 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/metadata.xml?r1=1.17&r2=1.18
476
477 Index: metadata.xml
478 ===================================================================
479 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/metadata.xml,v
480 retrieving revision 1.17
481 retrieving revision 1.18
482 diff -u -r1.17 -r1.18
483 --- metadata.xml 15 May 2013 01:09:36 -0000 1.17
484 +++ metadata.xml 23 Dec 2013 21:36:09 -0000 1.18
485 @@ -3,22 +3,20 @@
486 <pkgmetadata>
487 <herd>toolchain</herd>
488 <use>
489 + <flag name="awt">Useful only when building GCJ, this enables Abstract Window Toolkit
490 + (AWT) peer support on top of GTK+</flag>
491 <flag name="d">Enable support for the D programming language</flag>
492 <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets
493 in gcc (Warning: significantly increases compile time!)</flag>
494 <flag name="go">Build the GCC Go language frontend.</flag>
495 <flag name="graphite">Add support for the framework for loop
496 optimizations based on a polyhedral intermediate representation</flag>
497 - <flag name="gtk">Useful only when building GCJ, this enables Abstract Window Toolkit
498 - (AWT) peer support on top of GTK+</flag>
499 <flag name="ip28">Enable building a compiler capable of building a kernel
500 for SGI Indigo2 Impact R10000 (IP28)</flag>
501 <flag name="ip32r10k">Enable building a compiler capable of building an
502 experimental kernel for SGI O2 w/ R1x000 CPUs (IP32)</flag>
503 <flag name="libssp">Build SSP support into a dedicated library rather than use the
504 code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
505 - <flag name="lto">Add support for link-time optimizations (unsupported, use
506 - at your own risk).</flag>
507 <flag name="mudflap">Add support for mudflap, a pointer use checking library</flag>
508 <flag name="multislot">Allow for SLOTs to include minor version (3.3.4
509 instead of just 3.3)</flag>
510
511
512
513 1.39 sys-devel/gcc/gcc-4.6.3.ebuild
514
515 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.39&view=markup
516 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.39&content-type=text/plain
517 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?r1=1.38&r2=1.39
518
519 Index: gcc-4.6.3.ebuild
520 ===================================================================
521 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v
522 retrieving revision 1.38
523 retrieving revision 1.39
524 diff -u -r1.38 -r1.39
525 --- gcc-4.6.3.ebuild 5 Oct 2013 04:08:32 -0000 1.38
526 +++ gcc-4.6.3.ebuild 23 Dec 2013 21:36:09 -0000 1.39
527 @@ -1,6 +1,6 @@
528 # Copyright 1999-2013 Gentoo Foundation
529 # Distributed under the terms of the GNU General Public License v2
530 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.38 2013/10/05 04:08:32 dirtyepic Exp $
531 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.39 2013/12/23 21:36:09 dirtyepic Exp $
532
533 PATCH_VER="1.13"
534 UCLIBC_VER="1.0"
535 @@ -47,14 +47,3 @@
536
537 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
538 }
539 -
540 -pkg_setup() {
541 - toolchain_pkg_setup
542 -
543 - if use lto ; then
544 - ewarn
545 - ewarn "LTO support is still experimental and unstable."
546 - ewarn "Any bugs resulting from the use of LTO will not be fixed."
547 - ewarn
548 - fi
549 -}
550
551
552
553 1.2 sys-devel/gcc/gcc-4.8.2.ebuild
554
555 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?rev=1.2&view=markup
556 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?rev=1.2&content-type=text/plain
557 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?r1=1.1&r2=1.2
558
559 Index: gcc-4.8.2.ebuild
560 ===================================================================
561 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v
562 retrieving revision 1.1
563 retrieving revision 1.2
564 diff -u -r1.1 -r1.2
565 --- gcc-4.8.2.ebuild 11 Nov 2013 23:38:10 -0000 1.1
566 +++ gcc-4.8.2.ebuild 23 Dec 2013 21:36:09 -0000 1.2
567 @@ -1,8 +1,8 @@
568 # Copyright 1999-2013 Gentoo Foundation
569 # Distributed under the terms of the GNU General Public License v2
570 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v 1.1 2013/11/11 23:38:10 dirtyepic Exp $
571 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v 1.2 2013/12/23 21:36:09 dirtyepic Exp $
572
573 -PATCH_VER="1.0"
574 +PATCH_VER="1.1"
575 UCLIBC_VER="1.0"
576
577 # Hardened gcc 4 stuff
578 @@ -48,19 +48,3 @@
579 #Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs.
580 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch
581 }
582 -
583 -pkg_setup() {
584 - toolchain_pkg_setup
585 -
586 - if use lto ; then
587 - ewarn
588 - ewarn "LTO support is still experimental and unstable. Any bug reports"
589 - ewarn "about LTO that do not include an upstream patch will be closed as"
590 - ewarn "invalid."
591 - ewarn
592 - fi
593 -}
594 -
595 -pkg_postinst() {
596 - toolchain_pkg_postinst
597 -}