Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.4.ebuild php-5.5.23.ebuild php-5.4.36.ebuild php-5.5.20.ebuild php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog php-5.5.21.ebuild php-5.4.37.ebuild php-5.4.38.ebuild php-5.3.29.ebuild php-5.5.22.ebuild php-5.6.6.ebuild php-5.6.7.ebuild
Date: Tue, 31 Mar 2015 19:03:30
Message-Id: 20150331190324.5DB7414EFB@oystercatcher.gentoo.org
1 ulm 15/03/31 19:03:23
2
3 Modified: php-5.6.4.ebuild php-5.5.23.ebuild
4 php-5.4.36.ebuild php-5.5.20.ebuild
5 php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog
6 php-5.5.21.ebuild php-5.4.37.ebuild
7 php-5.4.38.ebuild php-5.3.29.ebuild
8 php-5.5.22.ebuild php-5.6.6.ebuild php-5.6.7.ebuild
9 Log:
10 Update dependency after package move of eselect modules to app-eselect.
11
12 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
13
14 Revision Changes Path
15 1.3 dev-lang/php/php-5.6.4.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.4.ebuild?rev=1.3&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.4.ebuild?rev=1.3&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.4.ebuild?r1=1.2&r2=1.3
20
21 Index: php-5.6.4.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v
24 retrieving revision 1.2
25 retrieving revision 1.3
26 diff -u -r1.2 -r1.3
27 --- php-5.6.4.ebuild 28 Dec 2014 15:27:17 -0000 1.2
28 +++ php-5.6.4.ebuild 31 Mar 2015 19:03:23 -0000 1.3
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2014 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/dev-lang/php/php-5.6.4.ebuild,v 1.2 2014/12/28 15:27:17 titanofold Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v 1.3 2015/03/31 19:03:23 ulm Exp $
35
36 EAPI=5
37
38 @@ -76,7 +76,7 @@
39 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
40
41 DEPEND="
42 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
43 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
44 >=dev-libs/libpcre-8.32[unicode]
45 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
46 <www-servers/apache-2.4[threads=] ) )
47
48
49
50 1.8 dev-lang/php/php-5.5.23.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.8&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.8&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?r1=1.7&r2=1.8
55
56 Index: php-5.5.23.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v
59 retrieving revision 1.7
60 retrieving revision 1.8
61 diff -u -r1.7 -r1.8
62 --- php-5.5.23.ebuild 31 Mar 2015 07:58:03 -0000 1.7
63 +++ php-5.5.23.ebuild 31 Mar 2015 19:03:23 -0000 1.8
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2015 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.7 2015/03/31 07:58:03 ago Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.8 2015/03/31 19:03:23 ulm Exp $
69
70 EAPI=5
71
72 @@ -76,7 +76,7 @@
73 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
74
75 DEPEND="
76 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
77 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
78 >=dev-libs/libpcre-8.32[unicode]
79 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
80 <www-servers/apache-2.4[threads=] ) )
81
82
83
84 1.12 dev-lang/php/php-5.4.36.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.12&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.12&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?r1=1.11&r2=1.12
89
90 Index: php-5.4.36.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
93 retrieving revision 1.11
94 retrieving revision 1.12
95 diff -u -r1.11 -r1.12
96 --- php-5.4.36.ebuild 28 Dec 2014 15:27:17 -0000 1.11
97 +++ php-5.4.36.ebuild 31 Mar 2015 19:03:23 -0000 1.12
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2014 Gentoo Foundation
100 +# Copyright 1999-2015 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.11 2014/12/28 15:27:17 titanofold Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.12 2015/03/31 19:03:23 ulm Exp $
104
105 EAPI=5
106
107 @@ -85,7 +85,7 @@
108 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
109
110 DEPEND="
111 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
112 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
113 >=dev-libs/libpcre-8.32[unicode]
114 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
115 <www-servers/apache-2.4[threads=] ) )
116
117
118
119 1.12 dev-lang/php/php-5.5.20.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.12&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.12&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?r1=1.11&r2=1.12
124
125 Index: php-5.5.20.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
128 retrieving revision 1.11
129 retrieving revision 1.12
130 diff -u -r1.11 -r1.12
131 --- php-5.5.20.ebuild 28 Dec 2014 15:27:17 -0000 1.11
132 +++ php-5.5.20.ebuild 31 Mar 2015 19:03:23 -0000 1.12
133 @@ -1,6 +1,6 @@
134 -# Copyright 1999-2014 Gentoo Foundation
135 +# Copyright 1999-2015 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.11 2014/12/28 15:27:17 titanofold Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.12 2015/03/31 19:03:23 ulm Exp $
139
140 EAPI=5
141
142 @@ -76,7 +76,7 @@
143 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
144
145 DEPEND="
146 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
147 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
148 >=dev-libs/libpcre-8.32[unicode]
149 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
150 <www-servers/apache-2.4[threads=] ) )
151
152
153
154 1.8 dev-lang/php/php-5.4.39.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.39.ebuild?rev=1.8&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.39.ebuild?rev=1.8&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.39.ebuild?r1=1.7&r2=1.8
159
160 Index: php-5.4.39.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.39.ebuild,v
163 retrieving revision 1.7
164 retrieving revision 1.8
165 diff -u -r1.7 -r1.8
166 --- php-5.4.39.ebuild 31 Mar 2015 07:58:03 -0000 1.7
167 +++ php-5.4.39.ebuild 31 Mar 2015 19:03:23 -0000 1.8
168 @@ -1,6 +1,6 @@
169 # Copyright 1999-2015 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.39.ebuild,v 1.7 2015/03/31 07:58:03 ago Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.39.ebuild,v 1.8 2015/03/31 19:03:23 ulm Exp $
173
174 EAPI=5
175
176 @@ -85,7 +85,7 @@
177 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
178
179 DEPEND="
180 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
181 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
182 >=dev-libs/libpcre-8.32[unicode]
183 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
184 <www-servers/apache-2.4[threads=] ) )
185
186
187
188 1.2 dev-lang/php/php-5.6.5.ebuild
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.5.ebuild?rev=1.2&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.5.ebuild?rev=1.2&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.5.ebuild?r1=1.1&r2=1.2
193
194 Index: php-5.6.5.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v
197 retrieving revision 1.1
198 retrieving revision 1.2
199 diff -u -r1.1 -r1.2
200 --- php-5.6.5.ebuild 23 Jan 2015 09:18:48 -0000 1.1
201 +++ php-5.6.5.ebuild 31 Mar 2015 19:03:23 -0000 1.2
202 @@ -1,6 +1,6 @@
203 # Copyright 1999-2015 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v 1.1 2015/01/23 09:18:48 olemarkus Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v 1.2 2015/03/31 19:03:23 ulm Exp $
207
208 EAPI=5
209
210 @@ -76,7 +76,7 @@
211 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
212
213 DEPEND="
214 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
215 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
216 >=dev-libs/libpcre-8.32[unicode]
217 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
218 <www-servers/apache-2.4[threads=] ) )
219
220
221
222 1.949 dev-lang/php/ChangeLog
223
224 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.949&view=markup
225 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.949&content-type=text/plain
226 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.948&r2=1.949
227
228 Index: ChangeLog
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
231 retrieving revision 1.948
232 retrieving revision 1.949
233 diff -u -r1.948 -r1.949
234 --- ChangeLog 31 Mar 2015 07:58:03 -0000 1.948
235 +++ ChangeLog 31 Mar 2015 19:03:23 -0000 1.949
236 @@ -1,6 +1,12 @@
237 # ChangeLog for dev-lang/php
238 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
239 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.948 2015/03/31 07:58:03 ago Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.949 2015/03/31 19:03:23 ulm Exp $
241 +
242 + 31 Mar 2015; Ulrich Müller <ulm@g.o> php-5.3.29.ebuild,
243 + php-5.4.36.ebuild, php-5.4.37.ebuild, php-5.4.38.ebuild, php-5.4.39.ebuild,
244 + php-5.5.20.ebuild, php-5.5.21.ebuild, php-5.5.22.ebuild, php-5.5.23.ebuild,
245 + php-5.6.4.ebuild, php-5.6.5.ebuild, php-5.6.6.ebuild, php-5.6.7.ebuild:
246 + Update dependency after package move of eselect modules to app-eselect.
247
248 31 Mar 2015; Agostino Sarubbo <ago@g.o> php-5.4.39.ebuild,
249 php-5.5.23.ebuild:
250
251
252
253 1.11 dev-lang/php/php-5.5.21.ebuild
254
255 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.21.ebuild?rev=1.11&view=markup
256 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.21.ebuild?rev=1.11&content-type=text/plain
257 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.21.ebuild?r1=1.10&r2=1.11
258
259 Index: php-5.5.21.ebuild
260 ===================================================================
261 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v
262 retrieving revision 1.10
263 retrieving revision 1.11
264 diff -u -r1.10 -r1.11
265 --- php-5.5.21.ebuild 23 Feb 2015 18:46:53 -0000 1.10
266 +++ php-5.5.21.ebuild 31 Mar 2015 19:03:23 -0000 1.11
267 @@ -1,6 +1,6 @@
268 # Copyright 1999-2015 Gentoo Foundation
269 # Distributed under the terms of the GNU General Public License v2
270 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.10 2015/02/23 18:46:53 klausman Exp $
271 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.21.ebuild,v 1.11 2015/03/31 19:03:23 ulm Exp $
272
273 EAPI=5
274
275 @@ -76,7 +76,7 @@
276 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
277
278 DEPEND="
279 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
280 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
281 >=dev-libs/libpcre-8.32[unicode]
282 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
283 <www-servers/apache-2.4[threads=] ) )
284
285
286
287 1.11 dev-lang/php/php-5.4.37.ebuild
288
289 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.37.ebuild?rev=1.11&view=markup
290 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.37.ebuild?rev=1.11&content-type=text/plain
291 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.37.ebuild?r1=1.10&r2=1.11
292
293 Index: php-5.4.37.ebuild
294 ===================================================================
295 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v
296 retrieving revision 1.10
297 retrieving revision 1.11
298 diff -u -r1.10 -r1.11
299 --- php-5.4.37.ebuild 23 Feb 2015 15:57:25 -0000 1.10
300 +++ php-5.4.37.ebuild 31 Mar 2015 19:03:23 -0000 1.11
301 @@ -1,6 +1,6 @@
302 # Copyright 1999-2015 Gentoo Foundation
303 # Distributed under the terms of the GNU General Public License v2
304 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.10 2015/02/23 15:57:25 klausman Exp $
305 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.37.ebuild,v 1.11 2015/03/31 19:03:23 ulm Exp $
306
307 EAPI=5
308
309 @@ -85,7 +85,7 @@
310 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
311
312 DEPEND="
313 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
314 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
315 >=dev-libs/libpcre-8.32[unicode]
316 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
317 <www-servers/apache-2.4[threads=] ) )
318
319
320
321 1.9 dev-lang/php/php-5.4.38.ebuild
322
323 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.9&view=markup
324 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.9&content-type=text/plain
325 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?r1=1.8&r2=1.9
326
327 Index: php-5.4.38.ebuild
328 ===================================================================
329 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v
330 retrieving revision 1.8
331 retrieving revision 1.9
332 diff -u -r1.8 -r1.9
333 --- php-5.4.38.ebuild 26 Mar 2015 11:28:50 -0000 1.8
334 +++ php-5.4.38.ebuild 31 Mar 2015 19:03:23 -0000 1.9
335 @@ -1,6 +1,6 @@
336 # Copyright 1999-2015 Gentoo Foundation
337 # Distributed under the terms of the GNU General Public License v2
338 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v 1.8 2015/03/26 11:28:50 ago Exp $
339 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v 1.9 2015/03/31 19:03:23 ulm Exp $
340
341 EAPI=5
342
343 @@ -85,7 +85,7 @@
344 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
345
346 DEPEND="
347 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
348 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
349 >=dev-libs/libpcre-8.32[unicode]
350 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
351 <www-servers/apache-2.4[threads=] ) )
352
353
354
355 1.14 dev-lang/php/php-5.3.29.ebuild
356
357 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.14&view=markup
358 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.14&content-type=text/plain
359 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?r1=1.13&r2=1.14
360
361 Index: php-5.3.29.ebuild
362 ===================================================================
363 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v
364 retrieving revision 1.13
365 retrieving revision 1.14
366 diff -u -r1.13 -r1.14
367 --- php-5.3.29.ebuild 28 Dec 2014 15:27:17 -0000 1.13
368 +++ php-5.3.29.ebuild 31 Mar 2015 19:03:23 -0000 1.14
369 @@ -1,6 +1,6 @@
370 -# Copyright 1999-2014 Gentoo Foundation
371 +# Copyright 1999-2015 Gentoo Foundation
372 # Distributed under the terms of the GNU General Public License v2
373 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v 1.13 2014/12/28 15:27:17 titanofold Exp $
374 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v 1.14 2015/03/31 19:03:23 ulm Exp $
375
376 EAPI=5
377
378 @@ -85,7 +85,7 @@
379 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
380
381 DEPEND="
382 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
383 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
384 >=dev-libs/libpcre-8.32[unicode]
385 apache2? ( www-servers/apache[threads=] )
386 berkdb? ( =sys-libs/db-4* )
387
388
389
390 1.9 dev-lang/php/php-5.5.22.ebuild
391
392 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.9&view=markup
393 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?rev=1.9&content-type=text/plain
394 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.22.ebuild?r1=1.8&r2=1.9
395
396 Index: php-5.5.22.ebuild
397 ===================================================================
398 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v
399 retrieving revision 1.8
400 retrieving revision 1.9
401 diff -u -r1.8 -r1.9
402 --- php-5.5.22.ebuild 26 Mar 2015 11:28:50 -0000 1.8
403 +++ php-5.5.22.ebuild 31 Mar 2015 19:03:23 -0000 1.9
404 @@ -1,6 +1,6 @@
405 # Copyright 1999-2015 Gentoo Foundation
406 # Distributed under the terms of the GNU General Public License v2
407 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v 1.8 2015/03/26 11:28:50 ago Exp $
408 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.22.ebuild,v 1.9 2015/03/31 19:03:23 ulm Exp $
409
410 EAPI=5
411
412 @@ -76,7 +76,7 @@
413 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
414
415 DEPEND="
416 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
417 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
418 >=dev-libs/libpcre-8.32[unicode]
419 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
420 <www-servers/apache-2.4[threads=] ) )
421
422
423
424 1.3 dev-lang/php/php-5.6.6.ebuild
425
426 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.6.ebuild?rev=1.3&view=markup
427 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.6.ebuild?rev=1.3&content-type=text/plain
428 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.6.ebuild?r1=1.2&r2=1.3
429
430 Index: php-5.6.6.ebuild
431 ===================================================================
432 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.6.ebuild,v
433 retrieving revision 1.2
434 retrieving revision 1.3
435 diff -u -r1.2 -r1.3
436 --- php-5.6.6.ebuild 3 Mar 2015 06:11:48 -0000 1.2
437 +++ php-5.6.6.ebuild 31 Mar 2015 19:03:23 -0000 1.3
438 @@ -1,6 +1,6 @@
439 # Copyright 1999-2015 Gentoo Foundation
440 # Distributed under the terms of the GNU General Public License v2
441 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.6.ebuild,v 1.2 2015/03/03 06:11:48 dlan Exp $
442 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.6.ebuild,v 1.3 2015/03/31 19:03:23 ulm Exp $
443
444 EAPI=5
445
446 @@ -76,7 +76,7 @@
447 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
448
449 DEPEND="
450 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
451 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
452 >=dev-libs/libpcre-8.32[unicode]
453 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
454 <www-servers/apache-2.4[threads=] ) )
455
456
457
458 1.2 dev-lang/php/php-5.6.7.ebuild
459
460 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?rev=1.2&view=markup
461 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?rev=1.2&content-type=text/plain
462 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?r1=1.1&r2=1.2
463
464 Index: php-5.6.7.ebuild
465 ===================================================================
466 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v
467 retrieving revision 1.1
468 retrieving revision 1.2
469 diff -u -r1.1 -r1.2
470 --- php-5.6.7.ebuild 20 Mar 2015 11:38:06 -0000 1.1
471 +++ php-5.6.7.ebuild 31 Mar 2015 19:03:23 -0000 1.2
472 @@ -1,6 +1,6 @@
473 # Copyright 1999-2015 Gentoo Foundation
474 # Distributed under the terms of the GNU General Public License v2
475 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v 1.1 2015/03/20 11:38:06 olemarkus Exp $
476 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v 1.2 2015/03/31 19:03:23 ulm Exp $
477
478 EAPI=5
479
480 @@ -76,7 +76,7 @@
481 +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
482
483 DEPEND="
484 - >=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
485 + >=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
486 >=dev-libs/libpcre-8.32[unicode]
487 apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
488 <www-servers/apache-2.4[threads=] ) )