Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: depend.php.eclass ghc-package.eclass gnat.eclass gnustep-2.eclass java-pkg-opt-2.eclass php-ext-base.eclass php-ext-pecl-r1.eclass php-ext-pecl.eclass php-ext-source-r1.eclass php-ext-source.eclass php-ext.eclass php-lib-r1.eclass php-lib.eclass php-pear.eclass php-sapi.eclass php5-sapi-r1.eclass php5-sapi-r2.eclass php5-sapi-r3.eclass php5-sapi.eclass phpconfutils.eclass ruby.eclass
Date: Sun, 06 Jan 2008 19:30:28
Message-Id: E1JBbCT-0008GP-2d@stork.gentoo.org
1 swegener 08/01/06 19:30:25
2
3 Modified: depend.php.eclass ghc-package.eclass gnat.eclass
4 gnustep-2.eclass java-pkg-opt-2.eclass
5 php-ext-base.eclass php-ext-pecl-r1.eclass
6 php-ext-pecl.eclass php-ext-source-r1.eclass
7 php-ext-source.eclass php-ext.eclass
8 php-lib-r1.eclass php-lib.eclass php-pear.eclass
9 php-sapi.eclass php5-sapi-r1.eclass
10 php5-sapi-r2.eclass php5-sapi-r3.eclass
11 php5-sapi.eclass phpconfutils.eclass ruby.eclass
12 Log:
13 whitespace
14
15 Revision Changes Path
16 1.23 eclass/depend.php.eclass
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.php.eclass?rev=1.23&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.php.eclass?rev=1.23&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/depend.php.eclass?r1=1.22&r2=1.23
21
22 Index: depend.php.eclass
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v
25 retrieving revision 1.22
26 retrieving revision 1.23
27 diff -u -r1.22 -r1.23
28 --- depend.php.eclass 24 Dec 2007 12:29:36 -0000 1.22
29 +++ depend.php.eclass 6 Jan 2008 19:30:24 -0000 1.23
30 @@ -1,6 +1,6 @@
31 # Copyright 1999-2007 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.22 2007/12/24 12:29:36 armin76 Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.23 2008/01/06 19:30:24 swegener Exp $
35
36 # Author: Stuart Herbert <stuart@g.o>
37 # Author: Luca Longinotti <chtekk@g.o>
38 @@ -11,7 +11,7 @@
39 # Gentoo PHP team <php-bugs@g.o>
40 # @BLURB: Functions to allow ebuilds to depend on php[45] and check for specific features.
41 # @DESCRIPTION:
42 -# This eclass provides functions that allow ebuilds to depend on php[45] and check
43 +# This eclass provides functions that allow ebuilds to depend on php[45] and check
44 # for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install
45 # documentation for PHP packages to php-specific location.
46
47 @@ -168,7 +168,7 @@
48 # @FUNCTION: has_php
49 # @DESCRIPTION:
50 # Call this function from your pkg_setup, src_compile, src_install etc. if you
51 -# need to know which PHP version is being used and where the PHP binaries/data
52 +# need to know which PHP version is being used and where the PHP binaries/data
53 # are installed.
54 has_php() {
55 # If PHP_PKG is already set, then we have remembered our PHP settings
56 @@ -205,7 +205,7 @@
57 # Unfortunately, if you want to be really sure that the required SAPI is
58 # provided by PHP, you will have to use this function or similar ones (like
59 # require_php_cli or require_php_cgi) in pkg_setup until we are able to
60 -# depend on USE flags being enabled. The above described need_php[45]_cli
61 +# depend on USE flags being enabled. The above described need_php[45]_cli
62 # and need_php[45]_httpd functions cannot guarantee these requirements.
63 # See Bug 2272 for details.
64 require_php_sapi_from() {
65 @@ -247,7 +247,7 @@
66 # @DESCRIPTION:
67 # You can set PHPCHECKNODIE to non-empty value in your ebuild to chain multiple
68 # require_php_with_(any)_use checks without making the ebuild die on every failure.
69 -# This is useful in cases when certain PHP features are only required if specific
70 +# This is useful in cases when certain PHP features are only required if specific
71 # USE flag(s) are enabled for that ebuild.
72 # @CODE
73 # Example:
74 @@ -623,7 +623,7 @@
75 # @USAGE: <list of docs>
76 # @DESCRIPTION:
77 # Alternative to dodoc function for use in our PHP eclasses and ebuilds.
78 -# Stored here because depend.php gets always sourced everywhere in the PHP
79 +# Stored here because depend.php gets always sourced everywhere in the PHP
80 # ebuilds and eclasses. It simply is dodoc with a changed path to the docs.
81 # NOTE: No support for docinto is provided!
82 dodoc-php() {
83
84
85
86 1.26 eclass/ghc-package.eclass
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ghc-package.eclass?rev=1.26&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ghc-package.eclass?rev=1.26&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ghc-package.eclass?r1=1.25&r2=1.26
91
92 Index: ghc-package.eclass
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v
95 retrieving revision 1.25
96 retrieving revision 1.26
97 diff -u -r1.25 -r1.26
98 --- ghc-package.eclass 13 Dec 2007 04:42:48 -0000 1.25
99 +++ ghc-package.eclass 6 Jan 2008 19:30:24 -0000 1.26
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2004 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.25 2007/12/13 04:42:48 dcoutts Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.26 2008/01/06 19:30:24 swegener Exp $
105 #
106 # Author: Andres Loeh <kosmikus@g.o>
107 # Maintained by: Haskell herd <haskell@g.o>
108 @@ -84,7 +84,7 @@
109 }
110
111 # checks if ghc and ghc-bin are installed in the same version
112 -# (if they're both installed); if this is not the case, we
113 +# (if they're both installed); if this is not the case, we
114 # unfortunately cannot trust portage's dependency resolution
115 ghc-saneghc() {
116 local ghcversion
117
118
119
120 1.33 eclass/gnat.eclass
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.33&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.33&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?r1=1.32&r2=1.33
125
126 Index: gnat.eclass
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
129 retrieving revision 1.32
130 retrieving revision 1.33
131 diff -u -r1.32 -r1.33
132 --- gnat.eclass 29 Dec 2007 23:41:29 -0000 1.32
133 +++ gnat.eclass 6 Jan 2008 19:30:24 -0000 1.33
134 @@ -1,6 +1,6 @@
135 # Copyright 1999-2004 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.32 2007/12/29 23:41:29 george Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.33 2008/01/06 19:30:24 swegener Exp $
139 #
140 # Author: George Shapovalov <george@g.o>
141 # Belongs to: ada herd <ada@g.o>
142 @@ -22,7 +22,7 @@
143 # The environment is set locally in src_compile and src_install functions
144 # by the common code sourced here and in gnat-eselect module.
145 # This is the standard location for this code (belongs to eselect-gnat,
146 -# since eselect should work even in the absense of portage tree and we can
147 +# since eselect should work even in the absense of portage tree and we can
148 # guarantee to some extent presence of gnat-eselect when anything gnat-related
149 # gets processed. See #192505)
150 #
151 @@ -202,10 +202,10 @@
152 # get common code and settings
153 . ${GnatCommon} || die "failed to source gnat-common lib"
154
155 - local profiles=( $(get_env_list) )
156 + local profiles=( $(get_env_list) )
157
158 - if [[ ${profiles[@]} == "${MARKER}*" ]]; then
159 - return
160 + if [[ ${profiles[@]} == "${MARKER}*" ]]; then
161 + return
162 # returning empty string
163 fi
164
165
166
167
168 1.2 eclass/gnustep-2.eclass
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-2.eclass?rev=1.2&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-2.eclass?rev=1.2&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnustep-2.eclass?r1=1.1&r2=1.2
173
174 Index: gnustep-2.eclass
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v
177 retrieving revision 1.1
178 retrieving revision 1.2
179 diff -u -r1.1 -r1.2
180 --- gnustep-2.eclass 18 Aug 2007 13:12:57 -0000 1.1
181 +++ gnustep-2.eclass 6 Jan 2008 19:30:24 -0000 1.2
182 @@ -1,6 +1,6 @@
183 # Copyright 1999-2007 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.1 2007/08/18 13:12:57 grobian Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.2 2008/01/06 19:30:24 swegener Exp $
187
188 inherit gnustep-base
189
190 @@ -15,6 +15,6 @@
191
192 # The following gnustep-based EXPORT_FUNCTIONS are available:
193 # * gnustep-base_pkg_setup
194 -# * gnustep-base_src_compile
195 -# * gnustep-base_src_install
196 +# * gnustep-base_src_compile
197 +# * gnustep-base_src_install
198 # * gnustep-base_pkg_postinst
199
200
201
202 1.9 eclass/java-pkg-opt-2.eclass
203
204 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-pkg-opt-2.eclass?rev=1.9&view=markup
205 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-pkg-opt-2.eclass?rev=1.9&content-type=text/plain
206 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-pkg-opt-2.eclass?r1=1.8&r2=1.9
207
208 Index: java-pkg-opt-2.eclass
209 ===================================================================
210 RCS file: /var/cvsroot/gentoo-x86/eclass/java-pkg-opt-2.eclass,v
211 retrieving revision 1.8
212 retrieving revision 1.9
213 diff -u -r1.8 -r1.9
214 --- java-pkg-opt-2.eclass 13 Nov 2007 19:36:50 -0000 1.8
215 +++ java-pkg-opt-2.eclass 6 Jan 2008 19:30:24 -0000 1.9
216 @@ -6,11 +6,11 @@
217 # Licensed under the GNU General Public License, v2
218 #
219 # Major changes:
220 -# 20070805:
221 +# 20070805:
222 # Removed phase hooks because Portage does proper env saving now.
223 # <betelgeuse@g.o>
224 #
225 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg-opt-2.eclass,v 1.8 2007/11/13 19:36:50 betelgeuse Exp $
226 +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg-opt-2.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $
227
228 inherit java-utils-2
229
230
231
232
233 1.22 eclass/php-ext-base.eclass
234
235 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-base.eclass?rev=1.22&view=markup
236 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-base.eclass?rev=1.22&content-type=text/plain
237 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-base.eclass?r1=1.21&r2=1.22
238
239 Index: php-ext-base.eclass
240 ===================================================================
241 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v
242 retrieving revision 1.21
243 retrieving revision 1.22
244 diff -u -r1.21 -r1.22
245 --- php-ext-base.eclass 2 Sep 2007 17:49:20 -0000 1.21
246 +++ php-ext-base.eclass 6 Jan 2008 19:30:24 -0000 1.22
247 @@ -1,6 +1,6 @@
248 # Copyright 1999-2004 Gentoo Foundation
249 # Distributed under the terms of the GNU General Public License v2
250 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.21 2007/09/02 17:49:20 jokey Exp $
251 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.22 2008/01/06 19:30:24 swegener Exp $
252 #
253 # Author: Tal Peer <coredumb@g.o>
254 # Author: Stuart Herbert <stuart@g.o>
255 @@ -11,7 +11,7 @@
256 # Combined with php-ext-source, we have a standardised solution for supporting
257 # PHP extensions
258
259 -# DEPRECATED!!!
260 +# DEPRECATED!!!
261 # STOP USING THIS ECLASS, use php-ext-base-r1.eclass instead!
262
263 inherit php-ext-base-r1
264
265
266
267 1.11 eclass/php-ext-pecl-r1.eclass
268
269 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl-r1.eclass?rev=1.11&view=markup
270 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl-r1.eclass?rev=1.11&content-type=text/plain
271 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl-r1.eclass?r1=1.10&r2=1.11
272
273 Index: php-ext-pecl-r1.eclass
274 ===================================================================
275 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v
276 retrieving revision 1.10
277 retrieving revision 1.11
278 diff -u -r1.10 -r1.11
279 --- php-ext-pecl-r1.eclass 22 Oct 2007 22:54:19 -0000 1.10
280 +++ php-ext-pecl-r1.eclass 6 Jan 2008 19:30:24 -0000 1.11
281 @@ -1,6 +1,6 @@
282 # Copyright 1999-2007 Gentoo Foundation
283 # Distributed under the terms of the GNU General Public License v2
284 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.10 2007/10/22 22:54:19 jokey Exp $
285 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.11 2008/01/06 19:30:24 swegener Exp $
286 #
287 # Author: Tal Peer <coredumb@g.o>
288 # Author: Luca Longinotti <chtekk@g.o>
289 @@ -18,7 +18,7 @@
290 # @ECLASS-VARIABLE: PHP_EXT_PECL_PKG
291 # @DESCRIPTION:
292 # Set in ebuild before inheriting this eclass if the tarball name
293 -# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE gets set
294 +# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE gets set
295 # correctly by the eclass.
296 #
297 # Setting this variable manually also affects PHP_EXT_NAME and ${S}
298 @@ -32,7 +32,7 @@
299 # the eclass.
300 #
301 # Unlike PHP_EXT_PECL_PKG, setting this variable does not affect
302 -# HOMEPAGE, PHP_EXT_NAME or ${S}.
303 +# HOMEPAGE, PHP_EXT_NAME or ${S}.
304
305
306 [[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}"
307 @@ -69,7 +69,7 @@
308 # @FUNCTION: php-ext-pecl-r1_src_install
309 # @DESCRIPTION:
310 # Takes care of standard install for PECL packages.
311 -# You can also simply add examples to IUSE to automagically install
312 +# You can also simply add examples to IUSE to automagically install
313 # examples supplied with the package.
314
315 # @VARIABLE: DOCS
316
317
318
319 1.7 eclass/php-ext-pecl.eclass
320
321 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl.eclass?rev=1.7&view=markup
322 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl.eclass?rev=1.7&content-type=text/plain
323 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-pecl.eclass?r1=1.6&r2=1.7
324
325 Index: php-ext-pecl.eclass
326 ===================================================================
327 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v
328 retrieving revision 1.6
329 retrieving revision 1.7
330 diff -u -r1.6 -r1.7
331 --- php-ext-pecl.eclass 2 Sep 2007 17:49:20 -0000 1.6
332 +++ php-ext-pecl.eclass 6 Jan 2008 19:30:24 -0000 1.7
333 @@ -1,13 +1,13 @@
334 # Copyright 1999-2004 Gentoo Foundation
335 # Distributed under the terms of the GNU General Public License v2
336 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.6 2007/09/02 17:49:20 jokey Exp $
337 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.7 2008/01/06 19:30:24 swegener Exp $
338 #
339 # Author: Tal Peer <coredumb@g.o>
340 #
341 # This eclass should be used by all dev-php/PECL-* ebuilds, as a uniform way of installing PECL extensions.
342 # For more information about PECL, see: http://pecl.php.net
343
344 -# DEPRECATED!!!
345 +# DEPRECATED!!!
346 # STOP USING THIS ECLASS, use php-ext-pecl-r1.eclass instead!
347
348 inherit php-ext-pecl-r1
349
350
351
352 1.16 eclass/php-ext-source-r1.eclass
353
354 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.16&view=markup
355 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.16&content-type=text/plain
356 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source-r1.eclass?r1=1.15&r2=1.16
357
358 Index: php-ext-source-r1.eclass
359 ===================================================================
360 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v
361 retrieving revision 1.15
362 retrieving revision 1.16
363 diff -u -r1.15 -r1.16
364 --- php-ext-source-r1.eclass 4 Sep 2007 18:43:27 -0000 1.15
365 +++ php-ext-source-r1.eclass 6 Jan 2008 19:30:24 -0000 1.16
366 @@ -1,6 +1,6 @@
367 # Copyright 1999-2007 Gentoo Foundation
368 # Distributed under the terms of the GNU General Public License v2
369 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.15 2007/09/04 18:43:27 jokey Exp $
370 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.16 2008/01/06 19:30:24 swegener Exp $
371 #
372 # Author: Tal Peer <coredumb@g.o>
373 # Author: Stuart Herbert <stuart@g.o>
374 @@ -12,7 +12,7 @@
375 # Gentoo PHP team <php-bugs@g.o>
376 # @BLURB: A unified interface for compiling and installing standalone PHP extensions from source code.
377 # @DESCRIPTION:
378 -# This eclass provides a unified interface for compiling and installing standalone
379 +# This eclass provides a unified interface for compiling and installing standalone
380 # PHP extensions (modules) from source code.
381
382
383 @@ -107,9 +107,9 @@
384 newins "${WORKDIR}/${PHP_EXT_NAME}-versioned.so" "${PHP_EXT_NAME}.so" || die "Unable to install extension"
385 fi
386
387 - for doc in ${DOCS} ; do
388 - [[ -s ${doc} ]] && dodoc-php ${doc}
389 - done
390 + for doc in ${DOCS} ; do
391 + [[ -s ${doc} ]] && dodoc-php ${doc}
392 + done
393
394 php-ext-base-r1_src_install
395 }
396
397
398
399 1.13 eclass/php-ext-source.eclass
400
401 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source.eclass?rev=1.13&view=markup
402 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source.eclass?rev=1.13&content-type=text/plain
403 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext-source.eclass?r1=1.12&r2=1.13
404
405 Index: php-ext-source.eclass
406 ===================================================================
407 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v
408 retrieving revision 1.12
409 retrieving revision 1.13
410 diff -u -r1.12 -r1.13
411 --- php-ext-source.eclass 2 Sep 2007 19:17:44 -0000 1.12
412 +++ php-ext-source.eclass 6 Jan 2008 19:30:24 -0000 1.13
413 @@ -1,6 +1,6 @@
414 # Copyright 1999-2004 Gentoo Foundation
415 # Distributed under the terms of the GNU General Public License v2
416 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.12 2007/09/02 19:17:44 jokey Exp $
417 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.13 2008/01/06 19:30:24 swegener Exp $
418 #
419 # Author: Tal Peer <coredumb@g.o>
420 # Author: Stuart Herbert <stuart@g.o>
421 @@ -8,13 +8,13 @@
422 # The php-ext-source eclass provides a unified interface for compiling and
423 # installing standalone PHP extensions ('modules') from source code
424
425 -# DEPRECATED!!!
426 +# DEPRECATED!!!
427 # STOP USING THIS ECLASS, use php-ext-source-r1.eclass instead!
428
429 inherit php-ext-source-r1
430
431 deprecation_warning() {
432 - eerror "Please upgrade ${PF} to use php-ext-source-r1.eclass!"
433 + eerror "Please upgrade ${PF} to use php-ext-source-r1.eclass!"
434 }
435
436
437
438
439
440 1.13 eclass/php-ext.eclass
441
442 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext.eclass?rev=1.13&view=markup
443 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext.eclass?rev=1.13&content-type=text/plain
444 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-ext.eclass?r1=1.12&r2=1.13
445
446 Index: php-ext.eclass
447 ===================================================================
448 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v
449 retrieving revision 1.12
450 retrieving revision 1.13
451 diff -u -r1.12 -r1.13
452 --- php-ext.eclass 2 Sep 2007 17:49:20 -0000 1.12
453 +++ php-ext.eclass 6 Jan 2008 19:30:24 -0000 1.13
454 @@ -1,13 +1,13 @@
455 # Copyright 1999-2004 Gentoo Foundation
456 # Distributed under the terms of the GNU General Public License v2
457 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.12 2007/09/02 17:49:20 jokey Exp $
458 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.13 2008/01/06 19:30:24 swegener Exp $
459 #
460 # Author: Tal Peer <coredumb@g.o>
461 #
462 # The php-ext eclass provides a unified interface for compiling and
463 # installing standalone PHP extensions ('modules').
464
465 -# DEPRECATED!!!
466 +# DEPRECATED!!!
467 # STOP USING THIS ECLASS, use php-ext-source-r1.eclass instead!
468
469 inherit php-ext-source-r1 php-ext-base-r1
470
471
472
473 1.9 eclass/php-lib-r1.eclass
474
475 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib-r1.eclass?rev=1.9&view=markup
476 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib-r1.eclass?rev=1.9&content-type=text/plain
477 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib-r1.eclass?r1=1.8&r2=1.9
478
479 Index: php-lib-r1.eclass
480 ===================================================================
481 RCS file: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v
482 retrieving revision 1.8
483 retrieving revision 1.9
484 diff -u -r1.8 -r1.9
485 --- php-lib-r1.eclass 29 Nov 2007 23:12:13 -0000 1.8
486 +++ php-lib-r1.eclass 6 Jan 2008 19:30:24 -0000 1.9
487 @@ -1,6 +1,6 @@
488 # Copyright 1999-2007 Gentoo Foundation
489 # Distributed under the terms of the GNU General Public License v2
490 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v 1.8 2007/11/29 23:12:13 jokey Exp $
491 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $
492 #
493 # Author: Stuart Herbert <stuart@g.o>
494 # Author: Luca Longinotti <chtekk@g.o>
495 @@ -59,7 +59,7 @@
496 doins "${S_DIR}/${x}"
497 done
498
499 - for doc in ${DOCS} ; do
500 - [[ -s ${doc} ]] && dodoc-php ${doc}
501 - done
502 + for doc in ${DOCS} ; do
503 + [[ -s ${doc} ]] && dodoc-php ${doc}
504 + done
505 }
506
507
508
509 1.7 eclass/php-lib.eclass
510
511 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib.eclass?rev=1.7&view=markup
512 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib.eclass?rev=1.7&content-type=text/plain
513 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-lib.eclass?r1=1.6&r2=1.7
514
515 Index: php-lib.eclass
516 ===================================================================
517 RCS file: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v
518 retrieving revision 1.6
519 retrieving revision 1.7
520 diff -u -r1.6 -r1.7
521 --- php-lib.eclass 2 Sep 2007 17:49:20 -0000 1.6
522 +++ php-lib.eclass 6 Jan 2008 19:30:24 -0000 1.7
523 @@ -1,6 +1,6 @@
524 # Copyright 1999-2004 Gentoo Foundation
525 # Distributed under the terms of the GNU General Public License v2
526 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.6 2007/09/02 17:49:20 jokey Exp $
527 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.7 2008/01/06 19:30:24 swegener Exp $
528 #
529 # Author: Stuart Herbert <stuart@g.o>
530 #
531 @@ -10,7 +10,7 @@
532 #
533 # This eclass doesn't do a lot (yet)
534
535 -# DEPRECATED!!!
536 +# DEPRECATED!!!
537 # STOP USING THIS ECLASS, use php-lib-r1.eclass instead!
538
539 inherit php-lib-r1
540
541
542
543 1.15 eclass/php-pear.eclass
544
545 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear.eclass?rev=1.15&view=markup
546 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear.eclass?rev=1.15&content-type=text/plain
547 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear.eclass?r1=1.14&r2=1.15
548
549 Index: php-pear.eclass
550 ===================================================================
551 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v
552 retrieving revision 1.14
553 retrieving revision 1.15
554 diff -u -r1.14 -r1.15
555 --- php-pear.eclass 2 Sep 2007 17:49:20 -0000 1.14
556 +++ php-pear.eclass 6 Jan 2008 19:30:24 -0000 1.15
557 @@ -1,6 +1,6 @@
558 # Copyright 1999-2004 Gentoo Foundation
559 # Distributed under the terms of the GNU General Public License v2
560 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.14 2007/09/02 17:49:20 jokey Exp $
561 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.15 2008/01/06 19:30:24 swegener Exp $
562 #
563 # Author: Tal Peer <coredumb@g.o>
564 #
565 @@ -10,7 +10,7 @@
566 # Note that this eclass doesn't handle PEAR packages' dependencies on
567 # purpose, please use (R)DEPEND to define them.
568
569 -# DEPRECATED!!!
570 +# DEPRECATED!!!
571 # STOP USING THIS ECLASS, use php-pear-r1.eclass instead!
572
573 inherit php-pear-r1
574
575
576
577 1.94 eclass/php-sapi.eclass
578
579 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-sapi.eclass?rev=1.94&view=markup
580 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-sapi.eclass?rev=1.94&content-type=text/plain
581 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-sapi.eclass?r1=1.93&r2=1.94
582
583 Index: php-sapi.eclass
584 ===================================================================
585 RCS file: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v
586 retrieving revision 1.93
587 retrieving revision 1.94
588 diff -u -r1.93 -r1.94
589 --- php-sapi.eclass 2 Sep 2007 17:49:20 -0000 1.93
590 +++ php-sapi.eclass 6 Jan 2008 19:30:24 -0000 1.94
591 @@ -1,9 +1,9 @@
592 # Copyright 1999-2005 Gentoo Foundation
593 # Distributed under the terms of the GNU General Public License v2
594 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.93 2007/09/02 17:49:20 jokey Exp $
595 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.94 2008/01/06 19:30:24 swegener Exp $
596 # Author: Robin H. Johnson <robbat2@g.o>
597
598 -# DEPRECATED!!!
599 +# DEPRECATED!!!
600 # STOP USING THIS ECLASS, use one of the php?_?-sapi eclasses instead!
601
602 deprecation_warning() {
603
604
605
606 1.26 eclass/php5-sapi-r1.eclass
607
608 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r1.eclass?rev=1.26&view=markup
609 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r1.eclass?rev=1.26&content-type=text/plain
610 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r1.eclass?r1=1.25&r2=1.26
611
612 Index: php5-sapi-r1.eclass
613 ===================================================================
614 RCS file: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v
615 retrieving revision 1.25
616 retrieving revision 1.26
617 diff -u -r1.25 -r1.26
618 --- php5-sapi-r1.eclass 2 Sep 2007 17:49:20 -0000 1.25
619 +++ php5-sapi-r1.eclass 6 Jan 2008 19:30:24 -0000 1.26
620 @@ -1,6 +1,6 @@
621 # Copyright 1999-2005 Gentoo Foundation
622 # Distributed under the terms of the GNU General Public License v2
623 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.25 2007/09/02 17:49:20 jokey Exp $
624 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.26 2008/01/06 19:30:24 swegener Exp $
625 #
626 # eclass/php5-sapi-r1.eclass
627 # Eclass for building different php5 SAPI instances
628 @@ -12,13 +12,13 @@
629 #
630 # ========================================================================
631
632 -# DEPRECATED!!!
633 +# DEPRECATED!!!
634 # STOP USING THIS ECLASS, use php5_2-sapi eclass instead!
635
636 inherit php5_2-sapi
637
638 deprecation_warning() {
639 - eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
640 + eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
641 }
642
643 php5-sapi-r1_check_awkward_uses() {
644
645
646
647 1.45 eclass/php5-sapi-r2.eclass
648
649 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r2.eclass?rev=1.45&view=markup
650 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r2.eclass?rev=1.45&content-type=text/plain
651 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r2.eclass?r1=1.44&r2=1.45
652
653 Index: php5-sapi-r2.eclass
654 ===================================================================
655 RCS file: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v
656 retrieving revision 1.44
657 retrieving revision 1.45
658 diff -u -r1.44 -r1.45
659 --- php5-sapi-r2.eclass 2 Sep 2007 17:49:20 -0000 1.44
660 +++ php5-sapi-r2.eclass 6 Jan 2008 19:30:24 -0000 1.45
661 @@ -1,6 +1,6 @@
662 # Copyright 1999-2005 Gentoo Foundation
663 # Distributed under the terms of the GNU General Public License v2
664 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.44 2007/09/02 17:49:20 jokey Exp $
665 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.45 2008/01/06 19:30:24 swegener Exp $
666 #
667 # eclass/php5-sapi-r2.eclass
668 # Eclass for building different php5 SAPI instances
669 @@ -12,41 +12,41 @@
670 #
671 # ========================================================================
672
673 -# DEPRECATED!!!
674 +# DEPRECATED!!!
675 # STOP USING THIS ECLASS, use php5_2-sapi eclass instead!
676 -
677 +
678 inherit php5_2-sapi
679 -
680 +
681 deprecation_warning() {
682 - eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
683 + eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
684 }
685
686 php5-sapi-r2_check_awkward_uses() {
687 - deprecation_warning
688 - php5_2-sapi_check_use_flags
689 + deprecation_warning
690 + php5_2-sapi_check_use_flags
691 }
692
693 php5-sapi-r2_pkg_setup() {
694 - deprecation_warning
695 - php5_2-sapi_pkg_setup
696 + deprecation_warning
697 + php5_2-sapi_pkg_setup
698 }
699
700 php5-sapi-r2_src_unpack() {
701 - deprecation_warning
702 - php5_2-sapi_src_unpack
703 + deprecation_warning
704 + php5_2-sapi_src_unpack
705 }
706
707 php5-sapi-r2_src_compile() {
708 - deprecation_warning
709 - php5_2-sapi_src_compile
710 + deprecation_warning
711 + php5_2-sapi_src_compile
712 }
713
714 php5-sapi-r2_src_install() {
715 - deprecation_warning
716 - php5_2-sapi_src_install
717 + deprecation_warning
718 + php5_2-sapi_src_install
719 }
720
721 php5-sapi-r2_pkg_postinst() {
722 - deprecation_warning
723 - php5_2-sapi_pkg_postinst
724 + deprecation_warning
725 + php5_2-sapi_pkg_postinst
726 }
727
728
729
730 1.27 eclass/php5-sapi-r3.eclass
731
732 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r3.eclass?rev=1.27&view=markup
733 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r3.eclass?rev=1.27&content-type=text/plain
734 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi-r3.eclass?r1=1.26&r2=1.27
735
736 Index: php5-sapi-r3.eclass
737 ===================================================================
738 RCS file: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v
739 retrieving revision 1.26
740 retrieving revision 1.27
741 diff -u -r1.26 -r1.27
742 --- php5-sapi-r3.eclass 2 Sep 2007 17:49:20 -0000 1.26
743 +++ php5-sapi-r3.eclass 6 Jan 2008 19:30:24 -0000 1.27
744 @@ -1,6 +1,6 @@
745 # Copyright 1999-2005 Gentoo Foundation
746 # Distributed under the terms of the GNU General Public License v2
747 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.26 2007/09/02 17:49:20 jokey Exp $
748 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.27 2008/01/06 19:30:24 swegener Exp $
749 #
750 # ########################################################################
751 #
752 @@ -17,41 +17,41 @@
753 #
754 # ========================================================================
755
756 -# DEPRECATED!!!
757 +# DEPRECATED!!!
758 # STOP USING THIS ECLASS, use php5_2-sapi eclass instead!
759
760 inherit php5_2-sapi
761
762 deprecation_warning() {
763 - eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
764 + eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
765 }
766
767 php5-sapi-r3_check_awkward_uses() {
768 - deprecation_warning
769 - php5_2-sapi_check_use_flags
770 + deprecation_warning
771 + php5_2-sapi_check_use_flags
772 }
773
774 php5-sapi-r3_pkg_setup() {
775 - deprecation_warning
776 - php5_2-sapi_pkg_setup
777 + deprecation_warning
778 + php5_2-sapi_pkg_setup
779 }
780
781 php5-sapi-r3_src_unpack() {
782 - deprecation_warning
783 - php5_2-sapi_src_unpack
784 + deprecation_warning
785 + php5_2-sapi_src_unpack
786 }
787
788 php5-sapi-r3_src_compile() {
789 - deprecation_warning
790 - php5_2-sapi_src_compile
791 + deprecation_warning
792 + php5_2-sapi_src_compile
793 }
794
795 php5-sapi-r3_src_install() {
796 - deprecation_warning
797 - php5_2-sapi_src_install
798 + deprecation_warning
799 + php5_2-sapi_src_install
800 }
801
802 php5-sapi-r3_pkg_postinst() {
803 - deprecation_warning
804 - php5_2-sapi_pkg_postinst
805 + deprecation_warning
806 + php5_2-sapi_pkg_postinst
807 }
808
809
810
811 1.60 eclass/php5-sapi.eclass
812
813 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi.eclass?rev=1.60&view=markup
814 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi.eclass?rev=1.60&content-type=text/plain
815 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5-sapi.eclass?r1=1.59&r2=1.60
816
817 Index: php5-sapi.eclass
818 ===================================================================
819 RCS file: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v
820 retrieving revision 1.59
821 retrieving revision 1.60
822 diff -u -r1.59 -r1.60
823 --- php5-sapi.eclass 2 Sep 2007 17:49:20 -0000 1.59
824 +++ php5-sapi.eclass 6 Jan 2008 19:30:24 -0000 1.60
825 @@ -1,6 +1,6 @@
826 # Copyright 1999-2004 Gentoo Foundation
827 # Distributed under the terms of the GNU General Public License v2
828 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.59 2007/09/02 17:49:20 jokey Exp $
829 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.60 2008/01/06 19:30:24 swegener Exp $
830 #
831 # eclass/php5-sapi.eclass
832 # Eclass for building different php5 SAPI instances
833 @@ -12,13 +12,13 @@
834 #
835 # ========================================================================
836
837 -# DEPRECATED!!!
838 +# DEPRECATED!!!
839 # STOP USING THIS ECLASS, use php5_2-sapi eclass instead!
840
841 inherit php5_2-sapi
842
843 deprecation_warning() {
844 - eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
845 + eerror "Please upgrade ${PF} to use php5_2-sapi eclass instead!"
846 }
847
848 php5-sapi_check_awkward_uses() {
849
850
851
852 1.9 eclass/phpconfutils.eclass
853
854 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/phpconfutils.eclass?rev=1.9&view=markup
855 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/phpconfutils.eclass?rev=1.9&content-type=text/plain
856 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/phpconfutils.eclass?r1=1.8&r2=1.9
857
858 Index: phpconfutils.eclass
859 ===================================================================
860 RCS file: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v
861 retrieving revision 1.8
862 retrieving revision 1.9
863 diff -u -r1.8 -r1.9
864 --- phpconfutils.eclass 29 Nov 2007 23:12:13 -0000 1.8
865 +++ phpconfutils.eclass 6 Jan 2008 19:30:24 -0000 1.9
866 @@ -1,6 +1,6 @@
867 # Copyright 1999-2007 Gentoo Foundation
868 # Distributed under the terms of the GNU General Public License v2
869 -# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.8 2007/11/29 23:12:13 jokey Exp $
870 +# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $
871 #
872 # ########################################################################
873 #
874 @@ -16,7 +16,7 @@
875 # @BLURB: Provides utility functions to help with configuring PHP.
876 # @DESCRIPTION:
877 # This eclass provides utility functions to help with configuring PHP.
878 -# It is only used by other php eclasses currently and the functions
879 +# It is only used by other php eclasses currently and the functions
880 # are not generally intended for direct use in ebuilds.
881
882
883
884
885
886 1.69 eclass/ruby.eclass
887
888 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?rev=1.69&view=markup
889 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?rev=1.69&content-type=text/plain
890 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ruby.eclass?r1=1.68&r2=1.69
891
892 Index: ruby.eclass
893 ===================================================================
894 RCS file: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v
895 retrieving revision 1.68
896 retrieving revision 1.69
897 diff -u -r1.68 -r1.69
898 --- ruby.eclass 25 Aug 2007 18:49:44 -0000 1.68
899 +++ ruby.eclass 6 Jan 2008 19:30:24 -0000 1.69
900 @@ -1,6 +1,6 @@
901 # Copyright 1999-2004 Gentoo Foundation
902 # Distributed under the terms of the GNU General Public License v2
903 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.68 2007/08/25 18:49:44 graaff Exp $
904 +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.69 2008/01/06 19:30:24 swegener Exp $
905 #
906 # Author: Mamoru KOMACHI <usata@g.o>
907 #
908 @@ -252,14 +252,14 @@
909 # in case no directories found in siteruby
910 local shopts=$-
911 set -o noglob # so that bash doen't expand "*"
912 -
913 +
914 for x in ${D}/${siteruby}/* ; do
915 mv $x ${D}/${siteruby}/..
916 done
917 if [ -d ${D}${siteruby} ] ; then
918 rmdir --ignore-fail-on-non-empty ${D}/${siteruby}
919 fi
920 -
921 +
922 set +o noglob; set -$shopts # reset old shell opts
923 fi
924 fi
925
926
927
928 --
929 gentoo-commits@l.g.o mailing list