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-pear-lib-r1.eclass php-pear-r1.eclass
Date: Sat, 30 Oct 2010 17:01:33
Message-Id: 20101030170125.41DC820051@flycatcher.gentoo.org
1 olemarkus 10/10/30 17:01:25
2
3 Modified: php-pear-lib-r1.eclass php-pear-r1.eclass
4 Log:
5 PEAR packages that comes with scripts installed into /usr/bin now always use /usr/bin/php as interpreter.
6
7 Revision Changes Path
8 1.19 eclass/php-pear-lib-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?r1=1.18&r2=1.19
13
14 Index: php-pear-lib-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- php-pear-lib-r1.eclass 13 Jul 2010 23:48:46 -0000 1.18
21 +++ php-pear-lib-r1.eclass 30 Oct 2010 17:01:25 -0000 1.19
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-pear-lib-r1.eclass,v 1.18 2010/07/13 23:48:46 mabi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.19 2010/10/30 17:01:25 olemarkus Exp $
27 #
28 # Author: Luca Longinotti <chtekk@g.o>
29
30 @@ -33,7 +33,7 @@
31 addpredict /var/lib/net-snmp/
32 addpredict /session_mm_cli0.sem
33
34 - PHP_BIN="/usr/$(get_libdir)/php5/bin/php"
35 + PHP_BIN="/usr/bin/php"
36
37 cd "${S}"
38
39
40
41
42 1.27 eclass/php-pear-r1.eclass
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.27&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.27&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?r1=1.26&r2=1.27
47
48 Index: php-pear-r1.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v
51 retrieving revision 1.26
52 retrieving revision 1.27
53 diff -u -r1.26 -r1.27
54 --- php-pear-r1.eclass 13 Jul 2010 23:50:34 -0000 1.26
55 +++ php-pear-r1.eclass 30 Oct 2010 17:01:25 -0000 1.27
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.26 2010/07/13 23:50:34 mabi Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.27 2010/10/30 17:01:25 olemarkus Exp $
61 #
62 # Author: Tal Peer <coredumb@g.o>
63 # Author: Luca Longinotti <chtekk@g.o>
64 @@ -60,7 +60,7 @@
65 addpredict /var/lib/net-snmp/
66 addpredict /session_mm_cli0.sem
67
68 - PHP_BIN="/usr/$(get_libdir)/php5/bin/php"
69 + PHP_BIN="/usr/bin/php"
70
71 cd "${S}"