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/files/eblits: src_configure-v3.eblit pkg_setup-v3.eblit
Date: Sat, 02 Jul 2011 15:14:50
Message-Id: 20110702151441.5712A2004B@flycatcher.gentoo.org
1 olemarkus 11/07/02 15:14:41
2
3 Modified: src_configure-v3.eblit
4 Added: pkg_setup-v3.eblit
5 Log:
6 Removed call to silly phpconfutils_init. Added addpredict to src_configure (also silly)
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-lang/php/files/eblits/src_configure-v3.eblit
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit?r1=1.2&r2=1.3
16
17 Index: src_configure-v3.eblit
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- src_configure-v3.eblit 30 Jun 2011 07:30:11 -0000 1.2
24 +++ src_configure-v3.eblit 2 Jul 2011 15:14:41 -0000 1.3
25 @@ -1,8 +1,10 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit,v 1.2 2011/06/30 07:30:11 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v3.eblit,v 1.3 2011/07/02 15:14:41 olemarkus Exp $
30
31 eblit-php-src_configure() {
32 + addpredict /usr/share/snmp/mibs/.index
33 +
34 PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"
35
36 # This is a global variable and should be in caps. It isn't because the
37 @@ -17,8 +19,6 @@
38 --without-pear
39 $(use_enable threads maintainer-zts)"
40
41 - phpconfutils_init
42 -
43 # extension USE flag shared
44 phpconfutils_extension_enable "bcmath" "bcmath" 1
45 phpconfutils_extension_with "bz2" "bzip2" 1
46
47
48
49 1.1 dev-lang/php/files/eblits/pkg_setup-v3.eblit
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_setup-v3.eblit?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_setup-v3.eblit?rev=1.1&content-type=text/plain
53
54 Index: pkg_setup-v3.eblit
55 ===================================================================
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_setup-v3.eblit,v 1.1 2011/07/02 15:14:41 olemarkus Exp $
59
60 eblit-php-pkg_setup() {
61 depend.apache_pkg_setup
62 }