Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@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.7.2-r1.ebuild gcc-4.7.3.ebuild ChangeLog gcc-4.7.1.ebuild
Date: Mon, 20 May 2013 10:56:13
Message-Id: 20130520105606.A5D0C2171D@flycatcher.gentoo.org
1 aballier 13/05/20 10:56:06
2
3 Modified: gcc-4.7.0.ebuild gcc-4.7.2-r1.ebuild
4 gcc-4.7.3.ebuild ChangeLog gcc-4.7.1.ebuild
5 Log:
6 drop fbsd keywords on gcc 4.7: bug #444678; gcc 4.8 is fine so we can move on with that version when it gets unmasked.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.10 sys-devel/gcc/gcc-4.7.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?r1=1.9&r2=1.10
16
17 Index: gcc-4.7.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- gcc-4.7.0.ebuild 15 May 2013 02:43:13 -0000 1.9
24 +++ gcc-4.7.0.ebuild 20 May 2013 10:56:06 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.9 2013/05/15 02:43:13 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.10 2013/05/20 10:56:06 aballier Exp $
30
31 PATCH_VER="1.2"
32 UCLIBC_VER="1.0"
33 @@ -23,7 +23,7 @@
34 DESCRIPTION="The GNU Compiler Collection"
35
36 LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -x86-fbsd"
39
40 RDEPEND=""
41 DEPEND="${RDEPEND}
42
43
44
45 1.6 sys-devel/gcc/gcc-4.7.2-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?r1=1.5&r2=1.6
50
51 Index: gcc-4.7.2-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- gcc-4.7.2-r1.ebuild 15 May 2013 02:43:13 -0000 1.5
58 +++ gcc-4.7.2-r1.ebuild 20 May 2013 10:56:06 -0000 1.6
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.5 2013/05/15 02:43:13 dirtyepic Exp $
63 +# $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 $
64
65 PATCH_VER="1.6"
66 UCLIBC_VER="1.0"
67 @@ -24,8 +24,7 @@
68
69 LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+"
70
71 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
72 -~amd64-fbsd ~x86-fbsd"
73 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -x86-fbsd"
74
75 RDEPEND=""
76 DEPEND="${RDEPEND}
77
78
79
80 1.2 sys-devel/gcc/gcc-4.7.3.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild?r1=1.1&r2=1.2
85
86 Index: gcc-4.7.3.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- gcc-4.7.3.ebuild 15 May 2013 01:09:36 -0000 1.1
93 +++ gcc-4.7.3.ebuild 20 May 2013 10:56:06 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v 1.1 2013/05/15 01:09:36 dirtyepic Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v 1.2 2013/05/20 10:56:06 aballier Exp $
99
100 PATCH_VER="1.0"
101 UCLIBC_VER="1.0"
102 @@ -24,8 +24,7 @@
103
104 LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+"
105
106 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
107 -~amd64-fbsd ~x86-fbsd"
108 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -x86-fbsd"
109
110 RDEPEND=""
111 DEPEND="${RDEPEND}
112
113
114
115 1.951 sys-devel/gcc/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.951&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.951&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.950&r2=1.951
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
124 retrieving revision 1.950
125 retrieving revision 1.951
126 diff -u -r1.950 -r1.951
127 --- ChangeLog 19 May 2013 14:12:15 -0000 1.950
128 +++ ChangeLog 20 May 2013 10:56:06 -0000 1.951
129 @@ -1,6 +1,11 @@
130 # ChangeLog for sys-devel/gcc
131 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.950 2013/05/19 14:12:15 blueness Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.951 2013/05/20 10:56:06 aballier Exp $
134 +
135 + 20 May 2013; Alexis Ballier <aballier@g.o> gcc-4.7.0.ebuild,
136 + gcc-4.7.1.ebuild, gcc-4.7.2-r1.ebuild, gcc-4.7.3.ebuild:
137 + drop fbsd keywords on gcc 4.7: bug #444678; gcc 4.8 is fine so we can move on
138 + with that version when it gets unmasked.
139
140 19 May 2013; Anthony G. Basile <blueness@g.o> gcc-4.8.0.ebuild:
141 PIE/SSP work on mips for both glibc and uclibc
142
143
144
145 1.11 sys-devel/gcc/gcc-4.7.1.ebuild
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.11&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.11&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?r1=1.10&r2=1.11
150
151 Index: gcc-4.7.1.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v
154 retrieving revision 1.10
155 retrieving revision 1.11
156 diff -u -r1.10 -r1.11
157 --- gcc-4.7.1.ebuild 15 May 2013 02:43:13 -0000 1.10
158 +++ gcc-4.7.1.ebuild 20 May 2013 10:56:06 -0000 1.11
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2013 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.10 2013/05/15 02:43:13 dirtyepic Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.11 2013/05/20 10:56:06 aballier Exp $
164
165 PATCH_VER="1.5"
166 UCLIBC_VER="1.0"
167 @@ -23,7 +23,7 @@
168 DESCRIPTION="The GNU Compiler Collection"
169
170 LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+"
171 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
172 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -x86-fbsd"
173
174 RDEPEND=""
175 DEPEND="${RDEPEND}