Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.2.9-r2.ebuild php-5.2.11.ebuild php-5.2.12.ebuild php-5.2.11-r1.ebuild ChangeLog php-5.2.10-r2.ebuild php-5.2.10-r1.ebuild php-5.2.10.ebuild
Date: Sun, 31 Jan 2010 19:53:13
Message-Id: E1Nbfr5-0006c4-Fo@stork.gentoo.org
1 tove 10/01/31 19:53:11
2
3 Modified: php-5.2.9-r2.ebuild php-5.2.11.ebuild
4 php-5.2.12.ebuild php-5.2.11-r1.ebuild ChangeLog
5 php-5.2.10-r2.ebuild php-5.2.10-r1.ebuild
6 php-5.2.10.ebuild
7 Log:
8 Change vecho to echo
9 (Portage version: 2.2_rc62/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 dev-lang/php/php-5.2.9-r2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild?r1=1.9&r2=1.10
17
18 Index: php-5.2.9-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- php-5.2.9-r2.ebuild 26 May 2009 16:53:59 -0000 1.9
25 +++ php-5.2.9-r2.ebuild 31 Jan 2010 19:53:09 -0000 1.10
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2009 Gentoo Foundation
28 +# Copyright 1999-2010 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.9 2009/05/26 16:53:59 arfrever Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.10 2010/01/31 19:53:09 tove Exp $
32
33 CGI_SAPI_USE="discard-path force-cgi-redirect"
34 APACHE2_SAPI_USE="concurrentmodphp threads"
35 @@ -529,7 +529,7 @@
36 }
37
38 src_test() {
39 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
40 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
41 if [[ ! -x "${S}"/php-cli ]]; then
42 ewarn "Running the php test suite requires USE=cli"
43 return
44
45
46
47 1.10 dev-lang/php/php-5.2.11.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?rev=1.10&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?rev=1.10&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11.ebuild?r1=1.9&r2=1.10
52
53 Index: php-5.2.11.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v
56 retrieving revision 1.9
57 retrieving revision 1.10
58 diff -u -r1.9 -r1.10
59 --- php-5.2.11.ebuild 16 Dec 2009 21:53:55 -0000 1.9
60 +++ php-5.2.11.ebuild 31 Jan 2010 19:53:09 -0000 1.10
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2009 Gentoo Foundation
63 +# Copyright 1999-2010 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.9 2009/12/16 21:53:55 hoffie Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.10 2010/01/31 19:53:09 tove Exp $
67
68 CGI_SAPI_USE="discard-path force-cgi-redirect"
69 APACHE2_SAPI_USE="concurrentmodphp threads"
70 @@ -531,7 +531,7 @@
71 }
72
73 src_test() {
74 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
75 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
76 if [[ ! -x "${S}"/php-cli ]]; then
77 ewarn "Running the php test suite requires USE=cli"
78 return
79
80
81
82 1.9 dev-lang/php/php-5.2.12.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?rev=1.9&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?rev=1.9&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.12.ebuild?r1=1.8&r2=1.9
87
88 Index: php-5.2.12.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v
91 retrieving revision 1.8
92 retrieving revision 1.9
93 diff -u -r1.8 -r1.9
94 --- php-5.2.12.ebuild 5 Jan 2010 19:56:43 -0000 1.8
95 +++ php-5.2.12.ebuild 31 Jan 2010 19:53:09 -0000 1.9
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.8 2010/01/05 19:56:43 armin76 Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.9 2010/01/31 19:53:09 tove Exp $
101
102 CGI_SAPI_USE="discard-path force-cgi-redirect"
103 APACHE2_SAPI_USE="concurrentmodphp threads"
104 @@ -530,7 +530,7 @@
105 }
106
107 src_test() {
108 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
109 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
110 if [[ ! -x "${S}"/php-cli ]]; then
111 ewarn "Running the php test suite requires USE=cli"
112 return
113
114
115
116 1.9 dev-lang/php/php-5.2.11-r1.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild?rev=1.9&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild?rev=1.9&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild?r1=1.8&r2=1.9
121
122 Index: php-5.2.11-r1.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v
125 retrieving revision 1.8
126 retrieving revision 1.9
127 diff -u -r1.8 -r1.9
128 --- php-5.2.11-r1.ebuild 16 Dec 2009 21:53:55 -0000 1.8
129 +++ php-5.2.11-r1.ebuild 31 Jan 2010 19:53:09 -0000 1.9
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2009 Gentoo Foundation
132 +# Copyright 1999-2010 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v 1.8 2009/12/16 21:53:55 hoffie Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v 1.9 2010/01/31 19:53:09 tove Exp $
136
137 CGI_SAPI_USE="discard-path force-cgi-redirect"
138 APACHE2_SAPI_USE="concurrentmodphp threads"
139 @@ -534,7 +534,7 @@
140 }
141
142 src_test() {
143 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
144 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
145 if [[ ! -x "${S}"/php-cli ]]; then
146 ewarn "Running the php test suite requires USE=cli"
147 return
148
149
150
151 1.368 dev-lang/php/ChangeLog
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.368&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.368&content-type=text/plain
155 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.367&r2=1.368
156
157 Index: ChangeLog
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
160 retrieving revision 1.367
161 retrieving revision 1.368
162 diff -u -r1.367 -r1.368
163 --- ChangeLog 5 Jan 2010 19:56:43 -0000 1.367
164 +++ ChangeLog 31 Jan 2010 19:53:09 -0000 1.368
165 @@ -1,6 +1,11 @@
166 # ChangeLog for dev-lang/php
167 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
168 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.367 2010/01/05 19:56:43 armin76 Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.368 2010/01/31 19:53:09 tove Exp $
170 +
171 + 31 Jan 2010; Torsten Veller <tove@g.o> php-5.2.9-r2.ebuild,
172 + php-5.2.10.ebuild, php-5.2.10-r1.ebuild, php-5.2.10-r2.ebuild,
173 + php-5.2.11.ebuild, php-5.2.11-r1.ebuild, php-5.2.12.ebuild:
174 + Change vecho to echo
175
176 05 Jan 2010; Raúl Porcel <armin76@g.o> php-5.2.12.ebuild:
177 ia64/s390/sh/sparc stable wrt #293888
178
179
180
181 1.2 dev-lang/php/php-5.2.10-r2.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild?rev=1.2&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild?rev=1.2&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild?r1=1.1&r2=1.2
186
187 Index: php-5.2.10-r2.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild,v
190 retrieving revision 1.1
191 retrieving revision 1.2
192 diff -u -r1.1 -r1.2
193 --- php-5.2.10-r2.ebuild 24 Sep 2009 23:36:54 -0000 1.1
194 +++ php-5.2.10-r2.ebuild 31 Jan 2010 19:53:09 -0000 1.2
195 @@ -1,6 +1,6 @@
196 -# Copyright 1999-2009 Gentoo Foundation
197 +# Copyright 1999-2010 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild,v 1.1 2009/09/24 23:36:54 cla Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild,v 1.2 2010/01/31 19:53:09 tove Exp $
201
202 CGI_SAPI_USE="discard-path force-cgi-redirect"
203 APACHE2_SAPI_USE="concurrentmodphp threads"
204 @@ -532,7 +532,7 @@
205 }
206
207 src_test() {
208 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
209 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
210 if [[ ! -x "${S}"/php-cli ]]; then
211 ewarn "Running the php test suite requires USE=cli"
212 return
213
214
215
216 1.2 dev-lang/php/php-5.2.10-r1.ebuild
217
218 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild?rev=1.2&view=markup
219 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild?rev=1.2&content-type=text/plain
220 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild?r1=1.1&r2=1.2
221
222 Index: php-5.2.10-r1.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild,v
225 retrieving revision 1.1
226 retrieving revision 1.2
227 diff -u -r1.1 -r1.2
228 --- php-5.2.10-r1.ebuild 5 Jul 2009 23:26:08 -0000 1.1
229 +++ php-5.2.10-r1.ebuild 31 Jan 2010 19:53:09 -0000 1.2
230 @@ -1,6 +1,6 @@
231 -# Copyright 1999-2009 Gentoo Foundation
232 +# Copyright 1999-2010 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild,v 1.1 2009/07/05 23:26:08 hoffie Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild,v 1.2 2010/01/31 19:53:09 tove Exp $
236
237 CGI_SAPI_USE="discard-path force-cgi-redirect"
238 APACHE2_SAPI_USE="concurrentmodphp threads"
239 @@ -529,7 +529,7 @@
240 }
241
242 src_test() {
243 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
244 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
245 if [[ ! -x "${S}"/php-cli ]]; then
246 ewarn "Running the php test suite requires USE=cli"
247 return
248
249
250
251 1.8 dev-lang/php/php-5.2.10.ebuild
252
253 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10.ebuild?rev=1.8&view=markup
254 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10.ebuild?rev=1.8&content-type=text/plain
255 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.10.ebuild?r1=1.7&r2=1.8
256
257 Index: php-5.2.10.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v
260 retrieving revision 1.7
261 retrieving revision 1.8
262 diff -u -r1.7 -r1.8
263 --- php-5.2.10.ebuild 30 Jun 2009 13:33:13 -0000 1.7
264 +++ php-5.2.10.ebuild 31 Jan 2010 19:53:09 -0000 1.8
265 @@ -1,6 +1,6 @@
266 -# Copyright 1999-2009 Gentoo Foundation
267 +# Copyright 1999-2010 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.7 2009/06/30 13:33:13 armin76 Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.8 2010/01/31 19:53:09 tove Exp $
271
272 CGI_SAPI_USE="discard-path force-cgi-redirect"
273 APACHE2_SAPI_USE="concurrentmodphp threads"
274 @@ -529,7 +529,7 @@
275 }
276
277 src_test() {
278 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
279 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
280 if [[ ! -x "${S}"/php-cli ]]; then
281 ewarn "Running the php test suite requires USE=cli"
282 return