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_compile-v2.eblit src_configure-v54.eblit src_compile-v1.eblit src_configure-v53.eblit
Date: Wed, 22 Aug 2012 15:02:08
Message-Id: 20120822150156.2DE7A2035C@flycatcher.gentoo.org
1 olemarkus 12/08/22 15:01:55
2
3 Modified: src_compile-v2.eblit src_configure-v54.eblit
4 src_compile-v1.eblit src_configure-v53.eblit
5 Log:
6 Adding more addpredicts, bug 432248
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-lang/php/files/eblits/src_compile-v2.eblit
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit?r1=1.3&r2=1.4
16
17 Index: src_compile-v2.eblit
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- src_compile-v2.eblit 31 Oct 2011 16:18:04 -0000 1.3
24 +++ src_compile-v2.eblit 22 Aug 2012 15:01:54 -0000 1.4
25 @@ -1,10 +1,11 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit,v 1.3 2011/10/31 16:18:04 mabi Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v2.eblit,v 1.4 2012/08/22 15:01:54 olemarkus Exp $
31
32 eblit-php-src_compile() {
33 # snmp seems to run during src_compile, too (bug #324739)
34 addpredict /usr/share/snmp/mibs/.index
35 + addpredict /var/lib/net-snmp/mib_indexes
36
37 for sapi in ${SAPIS} ; do
38 use "${sapi}" && php_sapi_build "${sapi}"
39
40
41
42 1.4 dev-lang/php/files/eblits/src_configure-v54.eblit
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.3&r2=1.4
47
48 Index: src_configure-v54.eblit
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- src_configure-v54.eblit 28 Feb 2012 11:02:54 -0000 1.3
55 +++ src_configure-v54.eblit 22 Aug 2012 15:01:54 -0000 1.4
56 @@ -1,9 +1,10 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.3 2012/02/28 11:02:54 olemarkus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.4 2012/08/22 15:01:54 olemarkus Exp $
61
62 eblit-php-src_configure() {
63 - addpredict /usr/share/snmp/mibs/.index
64 + addpredict /usr/share/snmp/mibs/.index
65 + addpredict /var/lib/net-snmp/mib_indexes
66
67 PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"
68
69
70
71
72 1.7 dev-lang/php/files/eblits/src_compile-v1.eblit
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?r1=1.6&r2=1.7
77
78 Index: src_compile-v1.eblit
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- src_compile-v1.eblit 14 Aug 2010 19:37:31 -0000 1.6
85 +++ src_compile-v1.eblit 22 Aug 2012 15:01:54 -0000 1.7
86 @@ -1,10 +1,11 @@
87 -# Copyright 1999-2010 Gentoo Foundation
88 +# Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v 1.6 2010/08/14 19:37:31 mabi Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v 1.7 2012/08/22 15:01:54 olemarkus Exp $
92
93 eblit-php-src_compile() {
94 # snmp seems to run during src_compile, too (bug #324739)
95 addpredict /usr/share/snmp/mibs/.index
96 + addpredict /var/lib/net-snmp/mibs/.index
97
98 SAPI_DIR="${WORKDIR}/sapis"
99
100
101
102
103 1.5 dev-lang/php/files/eblits/src_configure-v53.eblit
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?rev=1.5&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?rev=1.5&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?r1=1.4&r2=1.5
108
109 Index: src_configure-v53.eblit
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v
112 retrieving revision 1.4
113 retrieving revision 1.5
114 diff -u -r1.4 -r1.5
115 --- src_configure-v53.eblit 28 Feb 2012 10:59:13 -0000 1.4
116 +++ src_configure-v53.eblit 22 Aug 2012 15:01:54 -0000 1.5
117 @@ -1,9 +1,10 @@
118 # Copyright 1999-2012 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.4 2012/02/28 10:59:13 mabi Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.5 2012/08/22 15:01:54 olemarkus Exp $
122
123 eblit-php-src_configure() {
124 - addpredict /usr/share/snmp/mibs/.index
125 + addpredict /usr/share/snmp/mibs/.index
126 + addpredict /var/lib/net-snmp/mib_indexes
127
128 PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"