Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.19.ebuild php-5.4.9.ebuild php-5.5.0_alpha1.ebuild php-5.4.8.ebuild php-5.3.18.ebuild ChangeLog
Date: Tue, 27 Nov 2012 12:05:41
Message-Id: 20121127111038.B5D3920C9F@flycatcher.gentoo.org
1 olemarkus 12/11/27 11:10:38
2
3 Modified: php-5.3.19.ebuild php-5.4.9.ebuild
4 php-5.5.0_alpha1.ebuild php-5.4.8.ebuild
5 php-5.3.18.ebuild ChangeLog
6 Log:
7 Fixed ancient typo in all ebuilds. Bug #444916
8
9 (Portage version: 2.1.11.9/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-lang/php/php-5.3.19.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.19.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.19.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.19.ebuild?r1=1.1&r2=1.2
17
18 Index: php-5.3.19.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.19.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- php-5.3.19.ebuild 23 Nov 2012 14:45:43 -0000 1.1
25 +++ php-5.3.19.ebuild 27 Nov 2012 11:10:38 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.19.ebuild,v 1.1 2012/11/23 14:45:43 olemarkus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.19.ebuild,v 1.2 2012/11/27 11:10:38 olemarkus Exp $
31
32 EAPI=4
33
34 @@ -805,7 +805,7 @@
35 }
36
37 src_test() {
38 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
39 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
40 PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php"
41 if [[ ! -x "${PHP_BIN}" ]] ; then
42 ewarn "Test phase requires USE=cli, skipping"
43
44
45
46 1.2 dev-lang/php/php-5.4.9.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.9.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.9.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.9.ebuild?r1=1.1&r2=1.2
51
52 Index: php-5.4.9.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.9.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- php-5.4.9.ebuild 23 Nov 2012 14:45:43 -0000 1.1
59 +++ php-5.4.9.ebuild 27 Nov 2012 11:10:38 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.9.ebuild,v 1.1 2012/11/23 14:45:43 olemarkus Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.9.ebuild,v 1.2 2012/11/27 11:10:38 olemarkus Exp $
65
66 EAPI=4
67
68 @@ -751,7 +751,7 @@
69 }
70
71 src_test() {
72 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
73 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
74 PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php"
75 if [[ ! -x "${PHP_BIN}" ]] ; then
76 ewarn "Test phase requires USE=cli, skipping"
77
78
79
80 1.3 dev-lang/php/php-5.5.0_alpha1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild?r1=1.2&r2=1.3
85
86 Index: php-5.5.0_alpha1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- php-5.5.0_alpha1.ebuild 23 Nov 2012 14:45:43 -0000 1.2
93 +++ php-5.5.0_alpha1.ebuild 27 Nov 2012 11:10:38 -0000 1.3
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild,v 1.2 2012/11/23 14:45:43 olemarkus Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild,v 1.3 2012/11/27 11:10:38 olemarkus Exp $
99
100 EAPI=4
101
102 @@ -762,7 +762,7 @@
103 }
104
105 src_test() {
106 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
107 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
108 PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php"
109 if [[ ! -x "${PHP_BIN}" ]] ; then
110 ewarn "Test phase requires USE=cli, skipping"
111
112
113
114 1.3 dev-lang/php/php-5.4.8.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.8.ebuild?r1=1.2&r2=1.3
119
120 Index: php-5.4.8.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- php-5.4.8.ebuild 24 Oct 2012 16:08:03 -0000 1.2
127 +++ php-5.4.8.ebuild 27 Nov 2012 11:10:38 -0000 1.3
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2012 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.2 2012/10/24 16:08:03 mr_bones_ Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.3 2012/11/27 11:10:38 olemarkus Exp $
133
134 EAPI=4
135
136 @@ -761,7 +761,7 @@
137 }
138
139 src_test() {
140 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
141 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
142 PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php"
143 if [[ ! -x "${PHP_BIN}" ]] ; then
144 ewarn "Test phase requires USE=cli, skipping"
145
146
147
148 1.4 dev-lang/php/php-5.3.18.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.18.ebuild?rev=1.4&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.18.ebuild?rev=1.4&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.18.ebuild?r1=1.3&r2=1.4
153
154 Index: php-5.3.18.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.18.ebuild,v
157 retrieving revision 1.3
158 retrieving revision 1.4
159 diff -u -r1.3 -r1.4
160 --- php-5.3.18.ebuild 25 Oct 2012 08:00:44 -0000 1.3
161 +++ php-5.3.18.ebuild 27 Nov 2012 11:10:38 -0000 1.4
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2012 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.18.ebuild,v 1.3 2012/10/25 08:00:44 olemarkus Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.18.ebuild,v 1.4 2012/11/27 11:10:38 olemarkus Exp $
167
168 EAPI=4
169
170 @@ -816,7 +816,7 @@
171 }
172
173 src_test() {
174 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
175 + echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
176 PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php"
177 if [[ ! -x "${PHP_BIN}" ]] ; then
178 ewarn "Test phase requires USE=cli, skipping"
179
180
181
182 1.645 dev-lang/php/ChangeLog
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.645&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.645&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.644&r2=1.645
187
188 Index: ChangeLog
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
191 retrieving revision 1.644
192 retrieving revision 1.645
193 diff -u -r1.644 -r1.645
194 --- ChangeLog 23 Nov 2012 16:44:28 -0000 1.644
195 +++ ChangeLog 27 Nov 2012 11:10:38 -0000 1.645
196 @@ -1,6 +1,11 @@
197 # ChangeLog for dev-lang/php
198 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
199 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.644 2012/11/23 16:44:28 jer Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.645 2012/11/27 11:10:38 olemarkus Exp $
201 +
202 + 27 Nov 2012; Ole Markus With <olemarkus@g.o>
203 + files/eblits/src_test-v1.eblit, php-5.3.18.ebuild, php-5.3.19.ebuild,
204 + php-5.4.8.ebuild, php-5.4.9.ebuild, php-5.5.0_alpha1.ebuild:
205 + Fixed ancient typo in all ebuilds. Bug #444916
206
207 15 Nov 2012; Ole Markus With <olemarkus@g.o> -php-5.3.16-r1.ebuild,
208 -php-5.3.16-r2.ebuild, -php-5.3.17.ebuild, -php-5.4.6-r2.ebuild,