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-ext-source-r2.eclass php-pear-lib-r1.eclass php-pear-r1.eclass
Date: Wed, 22 Aug 2012 15:06:30
Message-Id: 20120822150620.53DAC2035C@flycatcher.gentoo.org
1 olemarkus 12/08/22 15:06:20
2
3 Modified: php-ext-source-r2.eclass php-pear-lib-r1.eclass
4 php-pear-r1.eclass
5 Log:
6 Adding more addpredicts, bug 432248
7
8 Revision Changes Path
9 1.29 eclass/php-ext-source-r2.eclass
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?r1=1.28&r2=1.29
14
15 Index: php-ext-source-r2.eclass
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- php-ext-source-r2.eclass 1 Aug 2012 10:55:29 -0000 1.28
22 +++ php-ext-source-r2.eclass 22 Aug 2012 15:06:20 -0000 1.29
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.28 2012/08/01 10:55:29 olemarkus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.29 2012/08/22 15:06:20 olemarkus Exp $
28
29 # @ECLASS: php-ext-source-r2.eclass
30 # @MAINTAINER:
31 @@ -142,6 +142,7 @@
32 php-ext-source-r2_src_configure() {
33 # net-snmp creates this file #385403
34 addpredict /usr/share/snmp/mibs/.index
35 + addpredict /var/lib/net-snmp/mib_indexes
36
37 local slot
38 for slot in $(php_get_slots); do
39 @@ -157,6 +158,8 @@
40 php-ext-source-r2_src_compile() {
41 # net-snmp creates this file #324739
42 addpredict /usr/share/snmp/mibs/.index
43 + addpredict /var/lib/net-snmp/mib_indexes
44 +
45 # shm extension createss a semaphore file #173574
46 addpredict /session_mm_cli0.sem
47 local slot
48
49
50
51 1.27 eclass/php-pear-lib-r1.eclass
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?rev=1.27&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?rev=1.27&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-lib-r1.eclass?r1=1.26&r2=1.27
56
57 Index: php-pear-lib-r1.eclass
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v
60 retrieving revision 1.26
61 retrieving revision 1.27
62 diff -u -r1.26 -r1.27
63 --- php-pear-lib-r1.eclass 3 Jul 2012 09:10:00 -0000 1.26
64 +++ php-pear-lib-r1.eclass 22 Aug 2012 15:06:20 -0000 1.27
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.26 2012/07/03 09:10:00 mabi Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.27 2012/08/22 15:06:20 olemarkus Exp $
70
71 # @ECLASS: php-pear-lib-r1.eclass
72 # @MAINTAINER:
73 @@ -53,6 +53,7 @@
74 # SNMP support
75 addpredict /usr/share/snmp/mibs/.index
76 addpredict /var/lib/net-snmp/
77 + addpredict /var/lib/net-snmp/mib_indexes
78 addpredict /session_mm_cli0.sem
79
80 PHP_BIN="/usr/bin/php"
81
82
83
84 1.30 eclass/php-pear-r1.eclass
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.30&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.30&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-pear-r1.eclass?r1=1.29&r2=1.30
89
90 Index: php-pear-r1.eclass
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v
93 retrieving revision 1.29
94 retrieving revision 1.30
95 diff -u -r1.29 -r1.30
96 --- php-pear-r1.eclass 18 Jan 2012 17:50:58 -0000 1.29
97 +++ php-pear-r1.eclass 22 Aug 2012 15:06:20 -0000 1.30
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.29 2012/01/18 17:50:58 mabi Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.30 2012/08/22 15:06:20 olemarkus Exp $
103
104 # @ECLASS: php-pear-r1.eclass
105 # @MAINTAINER:
106 @@ -57,6 +57,7 @@
107 # SNMP support
108 addpredict /usr/share/snmp/mibs/.index
109 addpredict /var/lib/net-snmp/
110 + addpredict /var/lib/net-snmp/mib_indexes
111 addpredict /session_mm_cli0.sem
112
113 PHP_BIN="/usr/bin/php"