Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.1.0.ebuild newlib-1.19.0.ebuild newlib-1.18.0.ebuild newlib-2.2.0.20150225.ebuild newlib-9999.ebuild newlib-2.0.0.ebuild newlib-1.20.0.ebuild newlib-2.2.0.ebuild ChangeLog
Date: Fri, 27 Feb 2015 08:01:17
Message-Id: 20150227080112.5D9FE12A67@oystercatcher.gentoo.org
1 vapier 15/02/27 08:01:12
2
3 Modified: newlib-2.1.0.ebuild newlib-1.19.0.ebuild
4 newlib-1.18.0.ebuild newlib-2.2.0.20150225.ebuild
5 newlib-9999.ebuild newlib-2.0.0.ebuild
6 newlib-1.20.0.ebuild newlib-2.2.0.ebuild ChangeLog
7 Log:
8 Use more readable CTARGET setup logic.
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
11
12 Revision Changes Path
13 1.4 sys-libs/newlib/newlib-2.1.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild?r1=1.3&r2=1.4
18
19 Index: newlib-2.1.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- newlib-2.1.0.ebuild 31 Oct 2014 01:55:04 -0000 1.3
26 +++ newlib-2.1.0.ebuild 27 Feb 2015 08:01:12 -0000 1.4
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild,v 1.3 2014/10/31 01:55:04 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.1.0.ebuild,v 1.4 2015/02/27 08:01:12 vapier Exp $
33
34 EAPI="4"
35
36 @@ -9,8 +9,8 @@
37 export CBUILD=${CBUILD:-${CHOST}}
38 export CTARGET=${CTARGET:-${CHOST}}
39 if [[ ${CTARGET} == ${CHOST} ]] ; then
40 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
41 - export CTARGET=${CATEGORY/cross-}
42 + if [[ ${CATEGORY} == cross-* ]] ; then
43 + export CTARGET=${CATEGORY#cross-}
44 fi
45 fi
46
47
48
49
50 1.4 sys-libs/newlib/newlib-1.19.0.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild?r1=1.3&r2=1.4
55
56 Index: newlib-1.19.0.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- newlib-1.19.0.ebuild 9 Feb 2013 04:40:10 -0000 1.3
63 +++ newlib-1.19.0.ebuild 27 Feb 2015 08:01:12 -0000 1.4
64 @@ -1,14 +1,14 @@
65 -# Copyright 1999-2013 Gentoo Foundation
66 +# Copyright 1999-2015 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild,v 1.3 2013/02/09 04:40:10 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild,v 1.4 2015/02/27 08:01:12 vapier Exp $
70
71 inherit eutils flag-o-matic toolchain-funcs
72
73 export CBUILD=${CBUILD:-${CHOST}}
74 export CTARGET=${CTARGET:-${CHOST}}
75 if [[ ${CTARGET} == ${CHOST} ]] ; then
76 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
77 - export CTARGET=${CATEGORY/cross-}
78 + if [[ ${CATEGORY} == cross-* ]] ; then
79 + export CTARGET=${CATEGORY#cross-}
80 fi
81 fi
82
83
84
85
86 1.6 sys-libs/newlib/newlib-1.18.0.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild?rev=1.6&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild?rev=1.6&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild?r1=1.5&r2=1.6
91
92 Index: newlib-1.18.0.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild,v
95 retrieving revision 1.5
96 retrieving revision 1.6
97 diff -u -r1.5 -r1.6
98 --- newlib-1.18.0.ebuild 9 Feb 2013 04:40:10 -0000 1.5
99 +++ newlib-1.18.0.ebuild 27 Feb 2015 08:01:12 -0000 1.6
100 @@ -1,14 +1,14 @@
101 -# Copyright 1999-2013 Gentoo Foundation
102 +# Copyright 1999-2015 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild,v 1.5 2013/02/09 04:40:10 vapier Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild,v 1.6 2015/02/27 08:01:12 vapier Exp $
106
107 inherit eutils flag-o-matic toolchain-funcs
108
109 export CBUILD=${CBUILD:-${CHOST}}
110 export CTARGET=${CTARGET:-${CHOST}}
111 if [[ ${CTARGET} == ${CHOST} ]] ; then
112 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
113 - export CTARGET=${CATEGORY/cross-}
114 + if [[ ${CATEGORY} == cross-* ]] ; then
115 + export CTARGET=${CATEGORY#cross-}
116 fi
117 fi
118
119
120
121
122 1.2 sys-libs/newlib/newlib-2.2.0.20150225.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild?rev=1.2&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild?rev=1.2&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild?r1=1.1&r2=1.2
127
128 Index: newlib-2.2.0.20150225.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild,v
131 retrieving revision 1.1
132 retrieving revision 1.2
133 diff -u -r1.1 -r1.2
134 --- newlib-2.2.0.20150225.ebuild 25 Feb 2015 19:42:48 -0000 1.1
135 +++ newlib-2.2.0.20150225.ebuild 27 Feb 2015 08:01:12 -0000 1.2
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2015 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild,v 1.1 2015/02/25 19:42:48 vapier Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150225.ebuild,v 1.2 2015/02/27 08:01:12 vapier Exp $
141
142 EAPI="4"
143
144 @@ -19,8 +19,8 @@
145 export CBUILD=${CBUILD:-${CHOST}}
146 export CTARGET=${CTARGET:-${CHOST}}
147 if [[ ${CTARGET} == ${CHOST} ]] ; then
148 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
149 - export CTARGET=${CATEGORY/cross-}
150 + if [[ ${CATEGORY} == cross-* ]] ; then
151 + export CTARGET=${CATEGORY#cross-}
152 fi
153 fi
154
155
156
157
158 1.4 sys-libs/newlib/newlib-9999.ebuild
159
160 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild?rev=1.4&view=markup
161 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild?rev=1.4&content-type=text/plain
162 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild?r1=1.3&r2=1.4
163
164 Index: newlib-9999.ebuild
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild,v
167 retrieving revision 1.3
168 retrieving revision 1.4
169 diff -u -r1.3 -r1.4
170 --- newlib-9999.ebuild 25 Feb 2015 19:42:48 -0000 1.3
171 +++ newlib-9999.ebuild 27 Feb 2015 08:01:12 -0000 1.4
172 @@ -1,6 +1,6 @@
173 # Copyright 1999-2015 Gentoo Foundation
174 # Distributed under the terms of the GNU General Public License v2
175 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild,v 1.3 2015/02/25 19:42:48 vapier Exp $
176 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-9999.ebuild,v 1.4 2015/02/27 08:01:12 vapier Exp $
177
178 EAPI="4"
179
180 @@ -19,8 +19,8 @@
181 export CBUILD=${CBUILD:-${CHOST}}
182 export CTARGET=${CTARGET:-${CHOST}}
183 if [[ ${CTARGET} == ${CHOST} ]] ; then
184 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
185 - export CTARGET=${CATEGORY/cross-}
186 + if [[ ${CATEGORY} == cross-* ]] ; then
187 + export CTARGET=${CATEGORY#cross-}
188 fi
189 fi
190
191
192
193
194 1.3 sys-libs/newlib/newlib-2.0.0.ebuild
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild?rev=1.3&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild?rev=1.3&content-type=text/plain
198 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild?r1=1.2&r2=1.3
199
200 Index: newlib-2.0.0.ebuild
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild,v
203 retrieving revision 1.2
204 retrieving revision 1.3
205 diff -u -r1.2 -r1.3
206 --- newlib-2.0.0.ebuild 24 Dec 2013 06:43:22 -0000 1.2
207 +++ newlib-2.0.0.ebuild 27 Feb 2015 08:01:12 -0000 1.3
208 @@ -1,6 +1,6 @@
209 -# Copyright 1999-2013 Gentoo Foundation
210 +# Copyright 1999-2015 Gentoo Foundation
211 # Distributed under the terms of the GNU General Public License v2
212 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild,v 1.2 2013/12/24 06:43:22 vapier Exp $
213 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.0.0.ebuild,v 1.3 2015/02/27 08:01:12 vapier Exp $
214
215 EAPI="4"
216
217 @@ -9,8 +9,8 @@
218 export CBUILD=${CBUILD:-${CHOST}}
219 export CTARGET=${CTARGET:-${CHOST}}
220 if [[ ${CTARGET} == ${CHOST} ]] ; then
221 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
222 - export CTARGET=${CATEGORY/cross-}
223 + if [[ ${CATEGORY} == cross-* ]] ; then
224 + export CTARGET=${CATEGORY#cross-}
225 fi
226 fi
227
228
229
230
231 1.6 sys-libs/newlib/newlib-1.20.0.ebuild
232
233 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild?rev=1.6&view=markup
234 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild?rev=1.6&content-type=text/plain
235 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild?r1=1.5&r2=1.6
236
237 Index: newlib-1.20.0.ebuild
238 ===================================================================
239 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild,v
240 retrieving revision 1.5
241 retrieving revision 1.6
242 diff -u -r1.5 -r1.6
243 --- newlib-1.20.0.ebuild 9 Feb 2013 04:40:10 -0000 1.5
244 +++ newlib-1.20.0.ebuild 27 Feb 2015 08:01:12 -0000 1.6
245 @@ -1,6 +1,6 @@
246 -# Copyright 1999-2013 Gentoo Foundation
247 +# Copyright 1999-2015 Gentoo Foundation
248 # Distributed under the terms of the GNU General Public License v2
249 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild,v 1.5 2013/02/09 04:40:10 vapier Exp $
250 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild,v 1.6 2015/02/27 08:01:12 vapier Exp $
251
252 EAPI="4"
253
254 @@ -9,8 +9,8 @@
255 export CBUILD=${CBUILD:-${CHOST}}
256 export CTARGET=${CTARGET:-${CHOST}}
257 if [[ ${CTARGET} == ${CHOST} ]] ; then
258 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
259 - export CTARGET=${CATEGORY/cross-}
260 + if [[ ${CATEGORY} == cross-* ]] ; then
261 + export CTARGET=${CATEGORY#cross-}
262 fi
263 fi
264
265
266
267
268 1.2 sys-libs/newlib/newlib-2.2.0.ebuild
269
270 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild?rev=1.2&view=markup
271 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild?rev=1.2&content-type=text/plain
272 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild?r1=1.1&r2=1.2
273
274 Index: newlib-2.2.0.ebuild
275 ===================================================================
276 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v
277 retrieving revision 1.1
278 retrieving revision 1.2
279 diff -u -r1.1 -r1.2
280 --- newlib-2.2.0.ebuild 17 Feb 2015 07:03:09 -0000 1.1
281 +++ newlib-2.2.0.ebuild 27 Feb 2015 08:01:12 -0000 1.2
282 @@ -1,6 +1,6 @@
283 # Copyright 1999-2015 Gentoo Foundation
284 # Distributed under the terms of the GNU General Public License v2
285 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.1 2015/02/17 07:03:09 vapier Exp $
286 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.2 2015/02/27 08:01:12 vapier Exp $
287
288 EAPI="4"
289
290 @@ -17,8 +17,8 @@
291 export CBUILD=${CBUILD:-${CHOST}}
292 export CTARGET=${CTARGET:-${CHOST}}
293 if [[ ${CTARGET} == ${CHOST} ]] ; then
294 - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
295 - export CTARGET=${CATEGORY/cross-}
296 + if [[ ${CATEGORY} == cross-* ]] ; then
297 + export CTARGET=${CATEGORY#cross-}
298 fi
299 fi
300
301
302
303
304 1.29 sys-libs/newlib/ChangeLog
305
306 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/ChangeLog?rev=1.29&view=markup
307 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/ChangeLog?rev=1.29&content-type=text/plain
308 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/newlib/ChangeLog?r1=1.28&r2=1.29
309
310 Index: ChangeLog
311 ===================================================================
312 RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
313 retrieving revision 1.28
314 retrieving revision 1.29
315 diff -u -r1.28 -r1.29
316 --- ChangeLog 25 Feb 2015 19:42:48 -0000 1.28
317 +++ ChangeLog 27 Feb 2015 08:01:12 -0000 1.29
318 @@ -1,6 +1,12 @@
319 # ChangeLog for sys-libs/newlib
320 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
321 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.28 2015/02/25 19:42:48 vapier Exp $
322 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.29 2015/02/27 08:01:12 vapier Exp $
323 +
324 + 27 Feb 2015; Mike Frysinger <vapier@g.o> newlib-1.18.0.ebuild,
325 + newlib-1.19.0.ebuild, newlib-1.20.0.ebuild, newlib-2.0.0.ebuild,
326 + newlib-2.1.0.ebuild, newlib-2.2.0.20150225.ebuild, newlib-2.2.0.ebuild,
327 + newlib-9999.ebuild:
328 + Use more readable CTARGET setup logic.
329
330 *newlib-2.2.0.20150225 (25 Feb 2015)