Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-8.33-r1.ebuild libpcre-8.13.ebuild libpcre-8.33.ebuild libpcre-8.31.ebuild libpcre-8.13-r1.ebuild libpcre-8.34.ebuild libpcre-8.30-r2.ebuild libpcre-8.12.ebuild libpcre-8.32-r1.ebuild libpcre-8.21.ebuild libpcre-8.35.ebuild libpcre-8.32.ebuild libpcre-8.20.ebuild ChangeLog
Date: Tue, 29 Apr 2014 19:29:04
Message-Id: 20140429192859.B96CB2004B@flycatcher.gentoo.org
1 vapier 14/04/29 19:28:59
2
3 Modified: libpcre-8.33-r1.ebuild libpcre-8.13.ebuild
4 libpcre-8.33.ebuild libpcre-8.31.ebuild
5 libpcre-8.13-r1.ebuild libpcre-8.34.ebuild
6 libpcre-8.30-r2.ebuild libpcre-8.12.ebuild
7 libpcre-8.32-r1.ebuild libpcre-8.21.ebuild
8 libpcre-8.35.ebuild libpcre-8.32.ebuild
9 libpcre-8.20.ebuild ChangeLog
10 Log:
11 Drop mint-specific -D_GNU_SOURCE as it is no longer needed #256824 by Alan Hourihane.
12
13 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
14
15 Revision Changes Path
16 1.4 dev-libs/libpcre/libpcre-8.33-r1.ebuild
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild?rev=1.4&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild?rev=1.4&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild?r1=1.3&r2=1.4
21
22 Index: libpcre-8.33-r1.ebuild
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild,v
25 retrieving revision 1.3
26 retrieving revision 1.4
27 diff -u -r1.3 -r1.4
28 --- libpcre-8.33-r1.ebuild 18 Jan 2014 04:23:16 -0000 1.3
29 +++ libpcre-8.33-r1.ebuild 29 Apr 2014 19:28:59 -0000 1.4
30 @@ -1,6 +1,6 @@
31 # Copyright 1999-2014 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild,v 1.3 2014/01/18 04:23:16 vapier Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33-r1.ebuild,v 1.4 2014/04/29 19:28:59 vapier Exp $
35
36 EAPI="4"
37
38 @@ -49,7 +49,6 @@
39 }
40
41 multilib_src_configure() {
42 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
43 ECONF_SOURCE="${S}" econf \
44 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
45 $(multilib_is_native_abi && use_enable bzip2 pcregrep-libbz2) \
46
47
48
49 1.3 dev-libs/libpcre/libpcre-8.13.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild?r1=1.2&r2=1.3
54
55 Index: libpcre-8.13.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- libpcre-8.13.ebuild 4 May 2012 18:35:45 -0000 1.2
62 +++ libpcre-8.13.ebuild 29 Apr 2014 19:28:59 -0000 1.3
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild,v 1.2 2012/05/04 18:35:45 jdhore Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13.ebuild,v 1.3 2014/04/29 19:28:59 vapier Exp $
69
70 EAPI=4
71
72 @@ -36,7 +36,6 @@
73 }
74
75 src_configure() {
76 - [[ ${CHOST} == *-mint* ]] && CXXFLAGS="${CXXFLAGS} -D_GNU_SOURCE"
77 econf --with-match-limit-recursion=$(use recursion-limit && echo 8192 || echo MATCH_LIMIT) \
78 $(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
79 $(use_enable cxx cpp) \
80
81
82
83 1.14 dev-libs/libpcre/libpcre-8.33.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild?rev=1.14&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild?rev=1.14&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild?r1=1.13&r2=1.14
88
89 Index: libpcre-8.33.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild,v
92 retrieving revision 1.13
93 retrieving revision 1.14
94 diff -u -r1.13 -r1.14
95 --- libpcre-8.33.ebuild 18 Jan 2014 04:23:16 -0000 1.13
96 +++ libpcre-8.33.ebuild 29 Apr 2014 19:28:59 -0000 1.14
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild,v 1.13 2014/01/18 04:23:16 vapier Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild,v 1.14 2014/04/29 19:28:59 vapier Exp $
102
103 EAPI="4"
104
105 @@ -44,7 +44,6 @@
106 }
107
108 src_configure() {
109 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
110 econf \
111 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
112 $(use_enable bzip2 pcregrep-libbz2) \
113
114
115
116 1.3 dev-libs/libpcre/libpcre-8.31.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild?rev=1.3&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild?rev=1.3&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild?r1=1.2&r2=1.3
121
122 Index: libpcre-8.31.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild,v
125 retrieving revision 1.2
126 retrieving revision 1.3
127 diff -u -r1.2 -r1.3
128 --- libpcre-8.31.ebuild 12 Jul 2012 11:05:15 -0000 1.2
129 +++ libpcre-8.31.ebuild 29 Apr 2014 19:28:59 -0000 1.3
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2012 Gentoo Foundation
132 +# Copyright 1999-2014 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild,v 1.2 2012/07/12 11:05:15 grobian Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.31.ebuild,v 1.3 2014/04/29 19:28:59 vapier Exp $
136
137 EAPI="4"
138
139 @@ -41,7 +41,6 @@
140 }
141
142 src_configure() {
143 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
144 econf \
145 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
146 $(use_enable bzip2 pcregrep-libbz2) \
147
148
149
150 1.4 dev-libs/libpcre/libpcre-8.13-r1.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild?rev=1.4&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild?rev=1.4&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild?r1=1.3&r2=1.4
155
156 Index: libpcre-8.13-r1.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild,v
159 retrieving revision 1.3
160 retrieving revision 1.4
161 diff -u -r1.3 -r1.4
162 --- libpcre-8.13-r1.ebuild 4 May 2012 18:35:45 -0000 1.3
163 +++ libpcre-8.13-r1.ebuild 29 Apr 2014 19:28:59 -0000 1.4
164 @@ -1,6 +1,6 @@
165 -# Copyright 1999-2012 Gentoo Foundation
166 +# Copyright 1999-2014 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild,v 1.3 2012/05/04 18:35:45 jdhore Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.13-r1.ebuild,v 1.4 2014/04/29 19:28:59 vapier Exp $
170
171 EAPI="4"
172
173 @@ -37,7 +37,6 @@
174 }
175
176 src_configure() {
177 - [[ ${CHOST} == *-mint* ]] && append-flags -D_GNU_SOURCE
178 econf \
179 --with-match-limit-recursion=$(use recursion-limit && echo 8192 || echo MATCH_LIMIT) \
180 $(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
181
182
183
184 1.5 dev-libs/libpcre/libpcre-8.34.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?rev=1.5&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?rev=1.5&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?r1=1.4&r2=1.5
189
190 Index: libpcre-8.34.ebuild
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v
193 retrieving revision 1.4
194 retrieving revision 1.5
195 diff -u -r1.4 -r1.5
196 --- libpcre-8.34.ebuild 28 Apr 2014 17:36:49 -0000 1.4
197 +++ libpcre-8.34.ebuild 29 Apr 2014 19:28:59 -0000 1.5
198 @@ -1,6 +1,6 @@
199 # Copyright 1999-2014 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v 1.4 2014/04/28 17:36:49 mgorny Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v 1.5 2014/04/29 19:28:59 vapier Exp $
203
204 EAPI="4"
205
206 @@ -49,7 +49,6 @@
207 }
208
209 multilib_src_configure() {
210 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
211 ECONF_SOURCE="${S}" econf \
212 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
213 $(multilib_is_native_abi && use_enable bzip2 pcregrep-libbz2) \
214
215
216
217 1.14 dev-libs/libpcre/libpcre-8.30-r2.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild?rev=1.14&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild?rev=1.14&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild?r1=1.13&r2=1.14
222
223 Index: libpcre-8.30-r2.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild,v
226 retrieving revision 1.13
227 retrieving revision 1.14
228 diff -u -r1.13 -r1.14
229 --- libpcre-8.30-r2.ebuild 8 Jul 2012 18:32:01 -0000 1.13
230 +++ libpcre-8.30-r2.ebuild 29 Apr 2014 19:28:59 -0000 1.14
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2012 Gentoo Foundation
233 +# Copyright 1999-2014 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild,v 1.13 2012/07/08 18:32:01 armin76 Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.30-r2.ebuild,v 1.14 2014/04/29 19:28:59 vapier Exp $
237
238 EAPI="4"
239
240 @@ -38,7 +38,6 @@
241 }
242
243 src_configure() {
244 - [[ ${CHOST} == *-mint* ]] && append-flags -D_GNU_SOURCE
245 econf \
246 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
247 $(use_enable bzip2 pcregrep-libbz2) \
248
249
250
251 1.10 dev-libs/libpcre/libpcre-8.12.ebuild
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild?rev=1.10&view=markup
254 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild?rev=1.10&content-type=text/plain
255 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild?r1=1.9&r2=1.10
256
257 Index: libpcre-8.12.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild,v
260 retrieving revision 1.9
261 retrieving revision 1.10
262 diff -u -r1.9 -r1.10
263 --- libpcre-8.12.ebuild 4 May 2012 18:35:45 -0000 1.9
264 +++ libpcre-8.12.ebuild 29 Apr 2014 19:28:59 -0000 1.10
265 @@ -1,6 +1,6 @@
266 -# Copyright 1999-2012 Gentoo Foundation
267 +# Copyright 1999-2014 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild,v 1.9 2012/05/04 18:35:45 jdhore Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.12.ebuild,v 1.10 2014/04/29 19:28:59 vapier Exp $
271
272 EAPI=3
273
274 @@ -37,7 +37,6 @@
275 }
276
277 src_configure() {
278 - [[ ${CHOST} == *-mint* ]] && CXXFLAGS="${CXXFLAGS} -D_GNU_SOURCE"
279 econf --with-match-limit-recursion=$(use recursion-limit && echo 8192 || echo MATCH_LIMIT) \
280 $(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
281 $(use_enable cxx cpp) \
282
283
284
285 1.2 dev-libs/libpcre/libpcre-8.32-r1.ebuild
286
287 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild?rev=1.2&view=markup
288 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild?rev=1.2&content-type=text/plain
289 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild?r1=1.1&r2=1.2
290
291 Index: libpcre-8.32-r1.ebuild
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild,v
294 retrieving revision 1.1
295 retrieving revision 1.2
296 diff -u -r1.1 -r1.2
297 --- libpcre-8.32-r1.ebuild 28 Apr 2013 02:22:44 -0000 1.1
298 +++ libpcre-8.32-r1.ebuild 29 Apr 2014 19:28:59 -0000 1.2
299 @@ -1,6 +1,6 @@
300 -# Copyright 1999-2013 Gentoo Foundation
301 +# Copyright 1999-2014 Gentoo Foundation
302 # Distributed under the terms of the GNU General Public License v2
303 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild,v 1.1 2013/04/28 02:22:44 vapier Exp $
304 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32-r1.ebuild,v 1.2 2014/04/29 19:28:59 vapier Exp $
305
306 EAPI="4"
307
308 @@ -44,7 +44,6 @@
309 }
310
311 src_configure() {
312 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
313 econf \
314 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
315 $(use_enable bzip2 pcregrep-libbz2) \
316
317
318
319 1.5 dev-libs/libpcre/libpcre-8.21.ebuild
320
321 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild?rev=1.5&view=markup
322 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild?rev=1.5&content-type=text/plain
323 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild?r1=1.4&r2=1.5
324
325 Index: libpcre-8.21.ebuild
326 ===================================================================
327 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild,v
328 retrieving revision 1.4
329 retrieving revision 1.5
330 diff -u -r1.4 -r1.5
331 --- libpcre-8.21.ebuild 25 May 2012 16:39:29 -0000 1.4
332 +++ libpcre-8.21.ebuild 29 Apr 2014 19:28:59 -0000 1.5
333 @@ -1,6 +1,6 @@
334 -# Copyright 1999-2012 Gentoo Foundation
335 +# Copyright 1999-2014 Gentoo Foundation
336 # Distributed under the terms of the GNU General Public License v2
337 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild,v 1.4 2012/05/25 16:39:29 vapier Exp $
338 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.21.ebuild,v 1.5 2014/04/29 19:28:59 vapier Exp $
339
340 EAPI="4"
341
342 @@ -40,7 +40,6 @@
343 }
344
345 src_configure() {
346 - [[ ${CHOST} == *-mint* ]] && append-flags -D_GNU_SOURCE
347 econf \
348 --with-match-limit-recursion=$(use recursion-limit && echo 8192 || echo MATCH_LIMIT) \
349 $(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
350
351
352
353 1.4 dev-libs/libpcre/libpcre-8.35.ebuild
354
355 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?rev=1.4&view=markup
356 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?rev=1.4&content-type=text/plain
357 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?r1=1.3&r2=1.4
358
359 Index: libpcre-8.35.ebuild
360 ===================================================================
361 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v
362 retrieving revision 1.3
363 retrieving revision 1.4
364 diff -u -r1.3 -r1.4
365 --- libpcre-8.35.ebuild 28 Apr 2014 17:36:49 -0000 1.3
366 +++ libpcre-8.35.ebuild 29 Apr 2014 19:28:59 -0000 1.4
367 @@ -1,6 +1,6 @@
368 # Copyright 1999-2014 Gentoo Foundation
369 # Distributed under the terms of the GNU General Public License v2
370 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.3 2014/04/28 17:36:49 mgorny Exp $
371 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.4 2014/04/29 19:28:59 vapier Exp $
372
373 EAPI="4"
374
375 @@ -49,7 +49,6 @@
376 }
377
378 multilib_src_configure() {
379 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
380 ECONF_SOURCE="${S}" econf \
381 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
382 $(multilib_native_use_enable bzip2 pcregrep-libbz2) \
383
384
385
386 1.4 dev-libs/libpcre/libpcre-8.32.ebuild
387
388 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild?rev=1.4&view=markup
389 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild?rev=1.4&content-type=text/plain
390 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild?r1=1.3&r2=1.4
391
392 Index: libpcre-8.32.ebuild
393 ===================================================================
394 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild,v
395 retrieving revision 1.3
396 retrieving revision 1.4
397 diff -u -r1.3 -r1.4
398 --- libpcre-8.32.ebuild 28 Apr 2013 02:22:45 -0000 1.3
399 +++ libpcre-8.32.ebuild 29 Apr 2014 19:28:59 -0000 1.4
400 @@ -1,6 +1,6 @@
401 -# Copyright 1999-2013 Gentoo Foundation
402 +# Copyright 1999-2014 Gentoo Foundation
403 # Distributed under the terms of the GNU General Public License v2
404 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild,v 1.3 2013/04/28 02:22:45 vapier Exp $
405 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.32.ebuild,v 1.4 2014/04/29 19:28:59 vapier Exp $
406
407 EAPI="4"
408
409 @@ -44,7 +44,6 @@
410 }
411
412 src_configure() {
413 - [[ ${CHOST} == *-mint* ]] && append-cppflags -D_GNU_SOURCE
414 econf \
415 --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
416 $(use_enable bzip2 pcregrep-libbz2) \
417
418
419
420 1.4 dev-libs/libpcre/libpcre-8.20.ebuild
421
422 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild?rev=1.4&view=markup
423 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild?rev=1.4&content-type=text/plain
424 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild?r1=1.3&r2=1.4
425
426 Index: libpcre-8.20.ebuild
427 ===================================================================
428 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild,v
429 retrieving revision 1.3
430 retrieving revision 1.4
431 diff -u -r1.3 -r1.4
432 --- libpcre-8.20.ebuild 4 May 2012 18:35:45 -0000 1.3
433 +++ libpcre-8.20.ebuild 29 Apr 2014 19:28:59 -0000 1.4
434 @@ -1,6 +1,6 @@
435 -# Copyright 1999-2012 Gentoo Foundation
436 +# Copyright 1999-2014 Gentoo Foundation
437 # Distributed under the terms of the GNU General Public License v2
438 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild,v 1.3 2012/05/04 18:35:45 jdhore Exp $
439 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.20.ebuild,v 1.4 2014/04/29 19:28:59 vapier Exp $
440
441 EAPI="4"
442
443 @@ -37,7 +37,6 @@
444 }
445
446 src_configure() {
447 - [[ ${CHOST} == *-mint* ]] && append-flags -D_GNU_SOURCE
448 econf \
449 --with-match-limit-recursion=$(use recursion-limit && echo 8192 || echo MATCH_LIMIT) \
450 $(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
451
452
453
454 1.232 dev-libs/libpcre/ChangeLog
455
456 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.232&view=markup
457 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.232&content-type=text/plain
458 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.231&r2=1.232
459
460 Index: ChangeLog
461 ===================================================================
462 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
463 retrieving revision 1.231
464 retrieving revision 1.232
465 diff -u -r1.231 -r1.232
466 --- ChangeLog 28 Apr 2014 17:36:49 -0000 1.231
467 +++ ChangeLog 29 Apr 2014 19:28:59 -0000 1.232
468 @@ -1,6 +1,14 @@
469 # ChangeLog for dev-libs/libpcre
470 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
471 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.231 2014/04/28 17:36:49 mgorny Exp $
472 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.232 2014/04/29 19:28:59 vapier Exp $
473 +
474 + 29 Apr 2014; Mike Frysinger <vapier@g.o> libpcre-8.12.ebuild,
475 + libpcre-8.13-r1.ebuild, libpcre-8.13.ebuild, libpcre-8.20.ebuild,
476 + libpcre-8.21.ebuild, libpcre-8.30-r2.ebuild, libpcre-8.31.ebuild,
477 + libpcre-8.32-r1.ebuild, libpcre-8.32.ebuild, libpcre-8.33-r1.ebuild,
478 + libpcre-8.33.ebuild, libpcre-8.34.ebuild, libpcre-8.35.ebuild:
479 + Drop mint-specific -D_GNU_SOURCE as it is no longer needed #256824 by Alan
480 + Hourihane.
481
482 28 Apr 2014; Michał Górny <mgorny@g.o> libpcre-8.34.ebuild,
483 libpcre-8.35.ebuild: