Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Sun, 30 Sep 2007 12:29:01
Message-Id: E1IbxmN-0001P3-8E@stork.gentoo.org
1 hoffie 07/09/30 12:20:11
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 removing USE=pdo-external support from dev-lang/php-5.2*, use internal pdo (USE=pdo) instead
6
7 Revision Changes Path
8 1.15 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.14&r2=1.15
13
14 Index: php5_2-sapi.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- php5_2-sapi.eclass 10 Sep 2007 21:00:24 -0000 1.14
21 +++ php5_2-sapi.eclass 30 Sep 2007 12:20:10 -0000 1.15
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/php5_2-sapi.eclass,v 1.14 2007/09/10 21:00:24 jokey Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.15 2007/09/30 12:20:10 hoffie Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -43,7 +43,7 @@
31 S="${WORKDIR}/${MY_PHP_P}"
32 fi
33
34 -IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pdo-external pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zip-external zlib"
35 +IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zip-external zlib"
36
37 # these USE flags should have the correct dependencies
38 DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 )
39 @@ -131,7 +131,6 @@
40 json? ( !dev-php5/pecl-json )
41 mcve? ( dev-php5/pecl-mcve )
42 pdo? ( !dev-php5/pecl-pdo )
43 - pdo-external? ( dev-php5/pecl-pdo )
44 suhosin? ( dev-php5/suhosin )
45 yaz? ( dev-php5/pecl-yaz )
46 zip? ( !dev-php5/pecl-zip )
47 @@ -203,7 +202,6 @@
48 phpconfutils_use_conflict "gd" "gd-external"
49 phpconfutils_use_conflict "oci8" "oci8-instant-client"
50 phpconfutils_use_conflict "oci8" "ldap-sasl"
51 - phpconfutils_use_conflict "pdo" "pdo-external"
52 phpconfutils_use_conflict "zip" "zip-external"
53 phpconfutils_use_conflict "qdbm" "gdbm"
54 phpconfutils_use_conflict "readline" "libedit"
55
56
57
58 --
59 gentoo-commits@g.o mailing list