Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple: binutils-apple-3.2.6.ebuild binutils-apple-6.1.ebuild binutils-apple-3.2.ebuild binutils-apple-4.2.ebuild binutils-apple-3.1.2.ebuild metadata.xml binutils-apple-4.3.ebuild binutils-apple-5.1.ebuild ChangeLog
Date: Sat, 31 Jan 2015 02:33:27
Message-Id: 20150131023323.5D29510BAA@oystercatcher.gentoo.org
1 patrick 15/01/31 02:33:23
2
3 Modified: binutils-apple-3.2.6.ebuild
4 binutils-apple-6.1.ebuild binutils-apple-3.2.ebuild
5 binutils-apple-4.2.ebuild
6 binutils-apple-3.1.2.ebuild metadata.xml
7 binutils-apple-4.3.ebuild binutils-apple-5.1.ebuild
8 ChangeLog
9 Log:
10 Move test deps to DEPEND, fix quoting, make repoman happy
11
12 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
13
14 Revision Changes Path
15 1.2 sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild?r1=1.1&r2=1.2
20
21 Index: binutils-apple-3.2.6.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- binutils-apple-3.2.6.ebuild 11 May 2011 20:06:45 -0000 1.1
28 +++ binutils-apple-3.2.6.ebuild 31 Jan 2015 02:33:23 -0000 1.2
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2011 Gentoo Foundation
31 +# Copyright 1999-2015 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild,v 1.1 2011/05/11 20:06:45 grobian Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.6.ebuild,v 1.2 2015/01/31 02:33:23 patrick Exp $
35
36 EAPI="3"
37
38 @@ -25,9 +25,9 @@
39 SLOT="0"
40
41 RDEPEND="sys-devel/binutils-config
42 - lto? ( sys-devel/llvm )
43 - test? ( >=dev-lang/perl-5.8.8 )"
44 + lto? ( sys-devel/llvm )"
45 DEPEND="${RDEPEND}
46 + test? ( >=dev-lang/perl-5.8.8 )
47 >=sys-devel/gcc-apple-4.2.1"
48
49 export CTARGET=${CTARGET:-${CHOST}}
50
51
52
53 1.2 sys-devel/binutils-apple/binutils-apple-6.1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild?r1=1.1&r2=1.2
58
59 Index: binutils-apple-6.1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- binutils-apple-6.1.ebuild 27 Jan 2015 06:59:53 -0000 1.1
66 +++ binutils-apple-6.1.ebuild 31 Jan 2015 02:33:23 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2015 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild,v 1.1 2015/01/27 06:59:53 grobian Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-6.1.ebuild,v 1.2 2015/01/31 02:33:23 patrick Exp $
72
73 EAPI="3"
74
75 @@ -25,9 +25,9 @@
76
77 RDEPEND="sys-devel/binutils-config
78 lto? ( sys-devel/llvm )
79 - test? ( >=dev-lang/perl-5.8.8 )
80 libcxx? ( sys-libs/libcxx-apple )"
81 DEPEND="${RDEPEND}
82 + test? ( >=dev-lang/perl-5.8.8 )
83 || ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )
84 libcxx? ( sys-devel/llvm )"
85
86
87
88
89 1.9 sys-devel/binutils-apple/binutils-apple-3.2.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild?rev=1.9&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild?rev=1.9&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild?r1=1.8&r2=1.9
94
95 Index: binutils-apple-3.2.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild,v
98 retrieving revision 1.8
99 retrieving revision 1.9
100 diff -u -r1.8 -r1.9
101 --- binutils-apple-3.2.ebuild 10 Aug 2012 09:19:17 -0000 1.8
102 +++ binutils-apple-3.2.ebuild 31 Jan 2015 02:33:23 -0000 1.9
103 @@ -1,6 +1,6 @@
104 -# Copyright 1999-2012 Gentoo Foundation
105 +# Copyright 1999-2015 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild,v 1.8 2012/08/10 09:19:17 grobian Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.ebuild,v 1.9 2015/01/31 02:33:23 patrick Exp $
109
110 EAPI="3"
111
112 @@ -25,9 +25,9 @@
113 IUSE="test"
114 SLOT="0"
115
116 -DEPEND="sys-devel/binutils-config
117 +RDEPEND="sys-devel/binutils-config"
118 +DEPEND="${RDEPEND}
119 test? ( >=dev-lang/perl-5.8.8 )"
120 -RDEPEND="${DEPEND}"
121
122 export CTARGET=${CTARGET:-${CHOST}}
123 if [[ ${CTARGET} == ${CHOST} ]] ; then
124
125
126
127 1.7 sys-devel/binutils-apple/binutils-apple-4.2.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?rev=1.7&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?rev=1.7&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild?r1=1.6&r2=1.7
132
133 Index: binutils-apple-4.2.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v
136 retrieving revision 1.6
137 retrieving revision 1.7
138 diff -u -r1.6 -r1.7
139 --- binutils-apple-4.2.ebuild 4 Mar 2012 15:44:48 -0000 1.6
140 +++ binutils-apple-4.2.ebuild 31 Jan 2015 02:33:23 -0000 1.7
141 @@ -1,6 +1,6 @@
142 -# Copyright 1999-2012 Gentoo Foundation
143 +# Copyright 1999-2015 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v 1.6 2012/03/04 15:44:48 grobian Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v 1.7 2015/01/31 02:33:23 patrick Exp $
147
148 EAPI="3"
149
150 @@ -29,9 +29,9 @@
151 IUSE="lto test"
152
153 RDEPEND="sys-devel/binutils-config
154 - lto? ( sys-devel/llvm )
155 - test? ( >=dev-lang/perl-5.8.8 )"
156 + lto? ( sys-devel/llvm )"
157 DEPEND="${RDEPEND}
158 + test? ( >=dev-lang/perl-5.8.8 )
159 >=sys-devel/gcc-apple-4.2.1"
160
161 export CTARGET=${CTARGET:-${CHOST}}
162 @@ -184,7 +184,7 @@
163 LTO=0
164 fi
165 append-cppflags -DNDEBUG
166 - append-cppflags -I${WORKDIR}/libunwind/include
167 + append-cppflags -I"${WORKDIR}"/libunwind/include
168 }
169
170 compile_libunwind() {
171
172
173
174 1.4 sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild
175
176 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild?rev=1.4&view=markup
177 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild?rev=1.4&content-type=text/plain
178 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild?r1=1.3&r2=1.4
179
180 Index: binutils-apple-3.1.2.ebuild
181 ===================================================================
182 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild,v
183 retrieving revision 1.3
184 retrieving revision 1.4
185 diff -u -r1.3 -r1.4
186 --- binutils-apple-3.1.2.ebuild 21 Mar 2010 19:33:06 -0000 1.3
187 +++ binutils-apple-3.1.2.ebuild 31 Jan 2015 02:33:23 -0000 1.4
188 @@ -1,6 +1,6 @@
189 -# Copyright 1999-2010 Gentoo Foundation
190 +# Copyright 1999-2015 Gentoo Foundation
191 # Distributed under the terms of the GNU General Public License v2
192 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild,v 1.3 2010/03/21 19:33:06 grobian Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.1.2.ebuild,v 1.4 2015/01/31 02:33:23 patrick Exp $
194
195 EAPI="3"
196
197 @@ -21,9 +21,9 @@
198 IUSE="test"
199 SLOT="0"
200
201 -DEPEND="sys-devel/binutils-config
202 +RDEPEND="sys-devel/binutils-config"
203 +DEPEND="${RDEPEND}
204 test? ( >=dev-lang/perl-5.8.8 )"
205 -RDEPEND="${DEPEND}"
206
207 export CTARGET=${CTARGET:-${CHOST}}
208 if [[ ${CTARGET} == ${CHOST} ]] ; then
209
210
211
212 1.4 sys-devel/binutils-apple/metadata.xml
213
214 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/metadata.xml?rev=1.4&view=markup
215 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/metadata.xml?rev=1.4&content-type=text/plain
216 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/metadata.xml?r1=1.3&r2=1.4
217
218 Index: metadata.xml
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/metadata.xml,v
221 retrieving revision 1.3
222 retrieving revision 1.4
223 diff -u -r1.3 -r1.4
224 --- metadata.xml 18 Nov 2010 19:37:05 -0000 1.3
225 +++ metadata.xml 31 Jan 2015 02:33:23 -0000 1.4
226 @@ -4,5 +4,6 @@
227 <herd>prefix</herd>
228 <use>
229 <flag name="lto">Add support for Link-Time Optimization with LLVM</flag>
230 + <flag name="libcxx">Add support for libcxx</flag>
231 </use>
232 </pkgmetadata>
233
234
235
236 1.5 sys-devel/binutils-apple/binutils-apple-4.3.ebuild
237
238 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild?rev=1.5&view=markup
239 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild?rev=1.5&content-type=text/plain
240 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild?r1=1.4&r2=1.5
241
242 Index: binutils-apple-4.3.ebuild
243 ===================================================================
244 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild,v
245 retrieving revision 1.4
246 retrieving revision 1.5
247 diff -u -r1.4 -r1.5
248 --- binutils-apple-4.3.ebuild 12 Nov 2013 19:24:02 -0000 1.4
249 +++ binutils-apple-4.3.ebuild 31 Jan 2015 02:33:23 -0000 1.5
250 @@ -1,6 +1,6 @@
251 -# Copyright 1999-2013 Gentoo Foundation
252 +# Copyright 1999-2015 Gentoo Foundation
253 # Distributed under the terms of the GNU General Public License v2
254 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild,v 1.4 2013/11/12 19:24:02 grobian Exp $
255 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3.ebuild,v 1.5 2015/01/31 02:33:23 patrick Exp $
256
257 EAPI="3"
258
259 @@ -29,9 +29,9 @@
260 IUSE="lto test"
261
262 RDEPEND="sys-devel/binutils-config
263 - lto? ( sys-devel/llvm )
264 - test? ( >=dev-lang/perl-5.8.8 )"
265 + lto? ( sys-devel/llvm )"
266 DEPEND="${RDEPEND}
267 + test? ( >=dev-lang/perl-5.8.8 )
268 >=sys-devel/gcc-apple-4.2.1"
269
270 export CTARGET=${CTARGET:-${CHOST}}
271 @@ -179,7 +179,7 @@
272 LTO=0
273 fi
274 append-cppflags -DNDEBUG
275 - append-cppflags -I${WORKDIR}/libunwind/include
276 + append-cppflags -I"${WORKDIR}"/libunwind/include
277 }
278
279 compile_libunwind() {
280
281
282
283 1.2 sys-devel/binutils-apple/binutils-apple-5.1.ebuild
284
285 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild?rev=1.2&view=markup
286 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild?rev=1.2&content-type=text/plain
287 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild?r1=1.1&r2=1.2
288
289 Index: binutils-apple-5.1.ebuild
290 ===================================================================
291 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild,v
292 retrieving revision 1.1
293 retrieving revision 1.2
294 diff -u -r1.1 -r1.2
295 --- binutils-apple-5.1.ebuild 27 Jan 2015 06:59:53 -0000 1.1
296 +++ binutils-apple-5.1.ebuild 31 Jan 2015 02:33:23 -0000 1.2
297 @@ -1,6 +1,6 @@
298 # Copyright 1999-2015 Gentoo Foundation
299 # Distributed under the terms of the GNU General Public License v2
300 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild,v 1.1 2015/01/27 06:59:53 grobian Exp $
301 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-5.1.ebuild,v 1.2 2015/01/31 02:33:23 patrick Exp $
302
303 EAPI="3"
304
305 @@ -25,9 +25,9 @@
306
307 RDEPEND="sys-devel/binutils-config
308 lto? ( sys-devel/llvm )
309 - test? ( >=dev-lang/perl-5.8.8 )
310 libcxx? ( sys-libs/libcxx-apple )"
311 DEPEND="${RDEPEND}
312 + test? ( >=dev-lang/perl-5.8.8 )
313 || ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )
314 libcxx? ( sys-devel/llvm )"
315
316
317
318
319 1.38 sys-devel/binutils-apple/ChangeLog
320
321 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.38&view=markup
322 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.38&content-type=text/plain
323 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?r1=1.37&r2=1.38
324
325 Index: ChangeLog
326 ===================================================================
327 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v
328 retrieving revision 1.37
329 retrieving revision 1.38
330 diff -u -r1.37 -r1.38
331 --- ChangeLog 27 Jan 2015 07:13:36 -0000 1.37
332 +++ ChangeLog 31 Jan 2015 02:33:23 -0000 1.38
333 @@ -1,6 +1,12 @@
334 # ChangeLog for sys-devel/binutils-apple
335 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
336 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.37 2015/01/27 07:13:36 grobian Exp $
337 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.38 2015/01/31 02:33:23 patrick Exp $
338 +
339 + 31 Jan 2015; Patrick Lauer <patrick@g.o> binutils-apple-3.1.2.ebuild,
340 + binutils-apple-3.2.6.ebuild, binutils-apple-3.2.ebuild,
341 + binutils-apple-4.2.ebuild, binutils-apple-4.3.ebuild,
342 + binutils-apple-5.1.ebuild, binutils-apple-6.1.ebuild, metadata.xml:
343 + Move test deps to DEPEND, fix quoting, make repoman happy
344
345 27 Jan 2015; Fabian Groffen <grobian@g.o> files/ld64-236.3-nolto.patch:
346 Small fix for nolto patch to exit properly on -v, by Michael Weiser