Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Sat, 08 Sep 2007 12:13:09
Message-Id: E1ITz4v-0000c4-56@stork.gentoo.org
1 jokey 07/09/08 12:06:21
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 re-enable internal extensions
6
7 Revision Changes Path
8 1.13 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.12&r2=1.13
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.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- php5_2-sapi.eclass 2 Sep 2007 17:49:20 -0000 1.12
21 +++ php5_2-sapi.eclass 8 Sep 2007 12:06:20 -0000 1.13
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.12 2007/09/02 17:49:20 jokey Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.13 2007/09/08 12:06:20 jokey Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -114,12 +114,6 @@
31 DEPEND="${DEPEND}
32 !media-libs/libswf"
33
34 -# force use of the internal extensions,
35 -# as they're better maintained upstream
36 -DEPEND="${DEPEND}
37 - !dev-php5/pecl-filter
38 - !dev-php5/pecl-json"
39 -
40 # simplistic for now
41 RDEPEND="${DEPEND}"
42
43
44
45
46 --
47 gentoo-commits@g.o mailing list