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 eclass: php-ext-source-r2.eclass
Date: Wed, 29 Jun 2011 07:04:55
Message-Id: 20110629070443.69D2D20054@flycatcher.gentoo.org
1 olemarkus 11/06/29 07:04:43
2
3 Modified: php-ext-source-r2.eclass
4 Log:
5 Removed 5.4 and 5.5 from default USE_PHP
6
7 Revision Changes Path
8 1.10 eclass/php-ext-source-r2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?r1=1.9&r2=1.10
13
14 Index: php-ext-source-r2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- php-ext-source-r2.eclass 22 May 2011 07:18:44 -0000 1.9
21 +++ php-ext-source-r2.eclass 29 Jun 2011 07:04:43 -0000 1.10
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.9 2011/05/22 07:18:44 olemarkus Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.10 2011/06/29 07:04:43 olemarkus Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Stuart Herbert <stuart@g.o>
30 @@ -60,7 +60,7 @@
31 # @ECLASS-VARIABLE: USE_PHP
32 # @DESCRIPTION:
33 # Lists the PHP slots compatibile the extension is compatibile with
34 -[[ -z "${USE_PHP}" ]] && USE_PHP="php5-5 php5-4 php5-3 php5-2"
35 +[[ -z "${USE_PHP}" ]] && USE_PHP="php5-3 php5-2"
36
37 # @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE
38 # @DESCRIPTION: