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.4.0_alpha1.ebuild
Date: Thu, 30 Jun 2011 07:30:21
Message-Id: 20110630073011.C05E520057@flycatcher.gentoo.org
1 olemarkus 11/06/30 07:30:11
2
3 Modified: php-5.4.0_alpha1.ebuild
4 Log:
5 Removed support for sqlite and sharedext in php 5.4. Also removed reference to birdstep
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/php/php-5.4.0_alpha1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild?r1=1.1&r2=1.2
15
16 Index: php-5.4.0_alpha1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- php-5.4.0_alpha1.ebuild 29 Jun 2011 06:38:38 -0000 1.1
23 +++ php-5.4.0_alpha1.ebuild 30 Jun 2011 07:30:11 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild,v 1.1 2011/06/29 06:38:38 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_alpha1.ebuild,v 1.2 2011/06/30 07:30:11 olemarkus Exp $
29
30 EAPI=4
31
32 @@ -103,8 +103,8 @@
33 intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
34 mssql mysql mysqlnd mysqli nls
35 oci8-instant-client odbc pcntl pdo +phar pic +posix postgres qdbm
36 - readline recode +session sharedext sharedmem
37 - +simplexml snmp soap sockets spell sqlite sqlite3 ssl
38 + readline recode +session sharedmem
39 + +simplexml snmp soap sockets spell sqlite3 ssl
40 sybase-ct sysvipc tidy +tokenizer truetype unicode wddx
41 xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib"
42
43 @@ -116,7 +116,6 @@
44 >=dev-libs/libpcre-8.12[unicode]
45 apache2? ( www-servers/apache[threads=] )
46 berkdb? ( =sys-libs/db-4* )
47 - birdstep? ( >=dev-db/unixODBC-1.8.13 )
48 bzip2? ( app-arch/bzip2 )
49 cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
50 cjk? ( !gd? (
51 @@ -162,7 +161,6 @@
52 snmp? ( >=net-analyzer/net-snmp-5.2 )
53 soap? ( >=dev-libs/libxml2-2.6.8 )
54 spell? ( >=app-text/aspell-0.50 )
55 - sqlite? ( =dev-db/sqlite-2* pdo? ( >=dev-db/sqlite-3.7.6.3 ) )
56 sqlite3? ( >=dev-db/sqlite-3.7.6.3 )
57 ssl? ( >=dev-libs/openssl-0.9.7 )
58 sybase-ct? ( dev-db/freetds )
59 @@ -325,6 +323,6 @@
60 src_prepare() { eblit-run src_prepare v4 ; }
61 src_configure() { eblit-run src_configure v3 ; }
62 src_compile() { eblit-run src_compile v1 ; }
63 -src_install() { eblit-run src_install v2 ; }
64 +src_install() { eblit-run src_install v3 ; }
65 src_test() { eblit-run src_test v1 ; }
66 pkg_postinst() { eblit-run pkg_postinst v2 ; }