Gentoo Archives: gentoo-commits

From: "Paul de Vrieze (pauldv)" <pauldv@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/db: db-4.6.21_p4.ebuild db-4.2.52_p5-r1.ebuild db-3.2.9_p2.ebuild db-4.2.52_p5.ebuild db-4.3.29-r2.ebuild db-4.4.20_p4.ebuild db-3.2.9-r11.ebuild ChangeLog db-4.5.20_p2.ebuild db-4.3.29_p1-r1.ebuild db-4.3.29_p1.ebuild db-4.2.52_p4-r2.ebuild db-4.5.20_p2-r1.ebuild db-4.4.20_p4-r1.ebuild
Date: Thu, 30 Jul 2009 11:01:37
Message-Id: E1MWTO9-0006Yb-S4@stork.gentoo.org
1 pauldv 09/07/30 11:01:33
2
3 Modified: db-4.6.21_p4.ebuild db-4.2.52_p5-r1.ebuild
4 db-3.2.9_p2.ebuild db-4.2.52_p5.ebuild
5 db-4.3.29-r2.ebuild db-4.4.20_p4.ebuild
6 db-3.2.9-r11.ebuild ChangeLog db-4.5.20_p2.ebuild
7 db-4.3.29_p1-r1.ebuild db-4.3.29_p1.ebuild
8 db-4.2.52_p4-r2.ebuild db-4.5.20_p2-r1.ebuild
9 db-4.4.20_p4-r1.ebuild
10 Log:
11 Fix bug 278962
12 (Portage version: 2.2_rc33/cvs/Linux i686)
13
14 Revision Changes Path
15 1.8 sys-libs/db/db-4.6.21_p4.ebuild
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild?rev=1.8&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild?rev=1.8&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild?r1=1.7&r2=1.8
20
21 Index: db-4.6.21_p4.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v
24 retrieving revision 1.7
25 retrieving revision 1.8
26 diff -u -r1.7 -r1.8
27 --- db-4.6.21_p4.ebuild 1 Jun 2009 12:01:16 -0000 1.7
28 +++ db-4.6.21_p4.ebuild 30 Jul 2009 11:01:33 -0000 1.8
29 @@ -1,6 +1,6 @@
30 # Copyright 1999-2009 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v 1.7 2009/06/01 12:01:16 armin76 Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v 1.8 2009/07/30 11:01:33 pauldv Exp $
34
35 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
36
37 @@ -102,7 +102,7 @@
38 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
39
40 # the entire testsuite needs the TCL functionality
41 - if use tcl && has test $FEATURES ; then
42 + if use tcl && use test ; then
43 myconf="${myconf} --enable-test"
44 else
45 myconf="${myconf} --disable-test"
46
47
48
49 1.10 sys-libs/db/db-4.2.52_p5-r1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild?rev=1.10&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild?rev=1.10&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild?r1=1.9&r2=1.10
54
55 Index: db-4.2.52_p5-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild,v
58 retrieving revision 1.9
59 retrieving revision 1.10
60 diff -u -r1.9 -r1.10
61 --- db-4.2.52_p5-r1.ebuild 14 Mar 2009 12:54:49 -0000 1.9
62 +++ db-4.2.52_p5-r1.ebuild 30 Jul 2009 11:01:33 -0000 1.10
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2009 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild,v 1.9 2009/03/14 12:54:49 vapier Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild,v 1.10 2009/07/30 11:01:33 pauldv Exp $
68
69 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
70
71 @@ -104,7 +104,7 @@
72 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
73
74 # the entire testsuite needs the TCL functionality
75 - if use tcl && has test $FEATURES; then
76 + if use tcl && use test; then
77 myconf="${myconf} --enable-test"
78 else
79 myconf="${myconf} --disable-test"
80
81
82
83 1.11 sys-libs/db/db-3.2.9_p2.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild?rev=1.11&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild?rev=1.11&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild?r1=1.10&r2=1.11
88
89 Index: db-3.2.9_p2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild,v
92 retrieving revision 1.10
93 retrieving revision 1.11
94 diff -u -r1.10 -r1.11
95 --- db-3.2.9_p2.ebuild 26 Oct 2008 12:27:40 -0000 1.10
96 +++ db-3.2.9_p2.ebuild 30 Jul 2009 11:01:33 -0000 1.11
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2008 Gentoo Foundation
99 +# Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild,v 1.10 2008/10/26 12:27:40 vapier Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild,v 1.11 2009/07/30 11:01:33 pauldv Exp $
103
104 inherit eutils db
105
106 @@ -177,7 +177,7 @@
107 }
108
109 src_test() {
110 - if has test $FEATURES; then
111 + if use test; then
112 eerror "We'd love to be able to test, but the testsuite is broken in the 3.2.9 series"
113 fi
114 }
115
116
117
118 1.4 sys-libs/db/db-4.2.52_p5.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild?rev=1.4&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild?rev=1.4&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild?r1=1.3&r2=1.4
123
124 Index: db-4.2.52_p5.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild,v
127 retrieving revision 1.3
128 retrieving revision 1.4
129 diff -u -r1.3 -r1.4
130 --- db-4.2.52_p5.ebuild 14 Mar 2009 12:54:49 -0000 1.3
131 +++ db-4.2.52_p5.ebuild 30 Jul 2009 11:01:33 -0000 1.4
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2009 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild,v 1.3 2009/03/14 12:54:49 vapier Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild,v 1.4 2009/07/30 11:01:33 pauldv Exp $
137
138 inherit eutils db java-pkg-opt-2
139
140 @@ -76,7 +76,7 @@
141 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
142
143 # the entire testsuite needs the TCL functionality
144 - if use tcl && has test $FEATURES; then
145 + if use tcl && use test; then
146 myconf="${myconf} --enable-test"
147 else
148 myconf="${myconf} --disable-test"
149
150
151
152 1.21 sys-libs/db/db-4.3.29-r2.ebuild
153
154 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild?rev=1.21&view=markup
155 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild?rev=1.21&content-type=text/plain
156 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild?r1=1.20&r2=1.21
157
158 Index: db-4.3.29-r2.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v
161 retrieving revision 1.20
162 retrieving revision 1.21
163 diff -u -r1.20 -r1.21
164 --- db-4.3.29-r2.ebuild 14 Mar 2009 12:54:49 -0000 1.20
165 +++ db-4.3.29-r2.ebuild 30 Jul 2009 11:01:33 -0000 1.21
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2009 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v 1.20 2009/03/14 12:54:49 vapier Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v 1.21 2009/07/30 11:01:33 pauldv Exp $
171
172 inherit eutils gnuconfig db flag-o-matic java-pkg-opt-2
173
174 @@ -80,7 +80,7 @@
175 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
176
177 # the entire testsuite needs the TCL functionality
178 - if use tcl && has test $FEATURES ; then
179 + if use tcl && use test ; then
180 myconf="${myconf} --enable-test"
181 else
182 myconf="${myconf} --disable-test"
183
184
185
186 1.8 sys-libs/db/db-4.4.20_p4.ebuild
187
188 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?rev=1.8&view=markup
189 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?rev=1.8&content-type=text/plain
190 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?r1=1.7&r2=1.8
191
192 Index: db-4.4.20_p4.ebuild
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v
195 retrieving revision 1.7
196 retrieving revision 1.8
197 diff -u -r1.7 -r1.8
198 --- db-4.4.20_p4.ebuild 14 Mar 2009 12:54:49 -0000 1.7
199 +++ db-4.4.20_p4.ebuild 30 Jul 2009 11:01:33 -0000 1.8
200 @@ -1,6 +1,6 @@
201 # Copyright 1999-2009 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.7 2009/03/14 12:54:49 vapier Exp $
204 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.8 2009/07/30 11:01:33 pauldv Exp $
205
206 inherit eutils db flag-o-matic java-pkg-opt-2
207
208 @@ -75,7 +75,7 @@
209 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
210
211 # the entire testsuite needs the TCL functionality
212 - if use tcl && has test $FEATURES ; then
213 + if use tcl && use test ; then
214 myconf="${myconf} --enable-test"
215 else
216 myconf="${myconf} --disable-test"
217
218
219
220 1.18 sys-libs/db/db-3.2.9-r11.ebuild
221
222 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.18&view=markup
223 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.18&content-type=text/plain
224 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?r1=1.17&r2=1.18
225
226 Index: db-3.2.9-r11.ebuild
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
229 retrieving revision 1.17
230 retrieving revision 1.18
231 diff -u -r1.17 -r1.18
232 --- db-3.2.9-r11.ebuild 13 Feb 2008 12:48:45 -0000 1.17
233 +++ db-3.2.9-r11.ebuild 30 Jul 2009 11:01:33 -0000 1.18
234 @@ -1,6 +1,6 @@
235 -# Copyright 1999-2008 Gentoo Foundation
236 +# Copyright 1999-2009 Gentoo Foundation
237 # Distributed under the terms of the GNU General Public License v2
238 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.17 2008/02/13 12:48:45 armin76 Exp $
239 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.18 2009/07/30 11:01:33 pauldv Exp $
240
241 inherit gnuconfig libtool eutils db
242
243 @@ -157,7 +157,7 @@
244 }
245
246 src_test() {
247 - if has test $FEATURES; then
248 + if use test; then
249 eerror "We'd love to be able to test, but the testsuite is broken in the 3.2.9 series"
250 fi
251 }
252
253
254
255 1.287 sys-libs/db/ChangeLog
256
257 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.287&view=markup
258 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.287&content-type=text/plain
259 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.286&r2=1.287
260
261 Index: ChangeLog
262 ===================================================================
263 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
264 retrieving revision 1.286
265 retrieving revision 1.287
266 diff -u -r1.286 -r1.287
267 --- ChangeLog 5 Jul 2009 19:52:54 -0000 1.286
268 +++ ChangeLog 30 Jul 2009 11:01:33 -0000 1.287
269 @@ -1,6 +1,14 @@
270 # ChangeLog for sys-libs/db
271 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
272 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.286 2009/07/05 19:52:54 vapier Exp $
273 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.287 2009/07/30 11:01:33 pauldv Exp $
274 +
275 + 29 Jul 2009; Paul de Vrieze <pauldv@g.o> db-3.2.9-r11.ebuild,
276 + db-3.2.9_p2.ebuild, db-4.2.52_p4-r2.ebuild, db-4.2.52_p5.ebuild,
277 + db-4.2.52_p5-r1.ebuild, db-4.3.29-r2.ebuild, db-4.3.29_p1.ebuild,
278 + db-4.3.29_p1-r1.ebuild, db-4.4.20_p4.ebuild, db-4.4.20_p4-r1.ebuild,
279 + db-4.5.20_p2.ebuild, db-4.5.20_p2-r1.ebuild, db-4.6.21_p4.ebuild:
280 + Fix bug #278962 and don't use the FEATURES variable in the ebuild when
281 + checking for the test feature.
282
283 05 Jul 2009; Mike Frysinger <vapier@g.o> db-4.7.25_p4.ebuild:
284 Add --with-mutex option for arm systems as suggested by thomasq #273906.
285
286
287
288 1.28 sys-libs/db/db-4.5.20_p2.ebuild
289
290 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?rev=1.28&view=markup
291 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?rev=1.28&content-type=text/plain
292 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?r1=1.27&r2=1.28
293
294 Index: db-4.5.20_p2.ebuild
295 ===================================================================
296 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v
297 retrieving revision 1.27
298 retrieving revision 1.28
299 diff -u -r1.27 -r1.28
300 --- db-4.5.20_p2.ebuild 14 Mar 2009 12:54:49 -0000 1.27
301 +++ db-4.5.20_p2.ebuild 30 Jul 2009 11:01:33 -0000 1.28
302 @@ -1,6 +1,6 @@
303 # Copyright 1999-2009 Gentoo Foundation
304 # Distributed under the terms of the GNU General Public License v2
305 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.27 2009/03/14 12:54:49 vapier Exp $
306 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.28 2009/07/30 11:01:33 pauldv Exp $
307
308 inherit eutils db flag-o-matic java-pkg-opt-2
309
310 @@ -81,7 +81,7 @@
311 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
312
313 # the entire testsuite needs the TCL functionality
314 - if use tcl && has test $FEATURES ; then
315 + if use tcl && use test ; then
316 myconf="${myconf} --enable-test"
317 else
318 myconf="${myconf} --disable-test"
319
320
321
322 1.12 sys-libs/db/db-4.3.29_p1-r1.ebuild
323
324 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild?rev=1.12&view=markup
325 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild?rev=1.12&content-type=text/plain
326 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild?r1=1.11&r2=1.12
327
328 Index: db-4.3.29_p1-r1.ebuild
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v
331 retrieving revision 1.11
332 retrieving revision 1.12
333 diff -u -r1.11 -r1.12
334 --- db-4.3.29_p1-r1.ebuild 14 Mar 2009 12:54:49 -0000 1.11
335 +++ db-4.3.29_p1-r1.ebuild 30 Jul 2009 11:01:33 -0000 1.12
336 @@ -1,6 +1,6 @@
337 # Copyright 1999-2009 Gentoo Foundation
338 # Distributed under the terms of the GNU General Public License v2
339 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.11 2009/03/14 12:54:49 vapier Exp $
340 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.12 2009/07/30 11:01:33 pauldv Exp $
341
342 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
343
344 @@ -105,7 +105,7 @@
345 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
346
347 # the entire testsuite needs the TCL functionality
348 - if use tcl && has test $FEATURES ; then
349 + if use tcl && use test ; then
350 myconf="${myconf} --enable-test"
351 else
352 myconf="${myconf} --disable-test"
353
354
355
356 1.4 sys-libs/db/db-4.3.29_p1.ebuild
357
358 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild?rev=1.4&view=markup
359 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild?rev=1.4&content-type=text/plain
360 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild?r1=1.3&r2=1.4
361
362 Index: db-4.3.29_p1.ebuild
363 ===================================================================
364 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v
365 retrieving revision 1.3
366 retrieving revision 1.4
367 diff -u -r1.3 -r1.4
368 --- db-4.3.29_p1.ebuild 14 Mar 2009 12:54:49 -0000 1.3
369 +++ db-4.3.29_p1.ebuild 30 Jul 2009 11:01:33 -0000 1.4
370 @@ -1,6 +1,6 @@
371 # Copyright 1999-2009 Gentoo Foundation
372 # Distributed under the terms of the GNU General Public License v2
373 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v 1.3 2009/03/14 12:54:49 vapier Exp $
374 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v 1.4 2009/07/30 11:01:33 pauldv Exp $
375
376 inherit eutils db flag-o-matic java-pkg-opt-2
377
378 @@ -77,7 +77,7 @@
379 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
380
381 # the entire testsuite needs the TCL functionality
382 - if use tcl && has test $FEATURES ; then
383 + if use tcl && use test ; then
384 myconf="${myconf} --enable-test"
385 else
386 myconf="${myconf} --disable-test"
387
388
389
390 1.17 sys-libs/db/db-4.2.52_p4-r2.ebuild
391
392 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild?rev=1.17&view=markup
393 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild?rev=1.17&content-type=text/plain
394 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild?r1=1.16&r2=1.17
395
396 Index: db-4.2.52_p4-r2.ebuild
397 ===================================================================
398 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v
399 retrieving revision 1.16
400 retrieving revision 1.17
401 diff -u -r1.16 -r1.17
402 --- db-4.2.52_p4-r2.ebuild 14 Mar 2009 12:54:49 -0000 1.16
403 +++ db-4.2.52_p4-r2.ebuild 30 Jul 2009 11:01:33 -0000 1.17
404 @@ -1,6 +1,6 @@
405 # Copyright 1999-2009 Gentoo Foundation
406 # Distributed under the terms of the GNU General Public License v2
407 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v 1.16 2009/03/14 12:54:49 vapier Exp $
408 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v 1.17 2009/07/30 11:01:33 pauldv Exp $
409
410 inherit eutils gnuconfig db java-pkg-opt-2
411
412 @@ -78,7 +78,7 @@
413 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
414
415 # the entire testsuite needs the TCL functionality
416 - if use tcl && has test $FEATURES; then
417 + if use tcl && use test; then
418 myconf="${myconf} --enable-test"
419 else
420 myconf="${myconf} --disable-test"
421
422
423
424 1.12 sys-libs/db/db-4.5.20_p2-r1.ebuild
425
426 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild?rev=1.12&view=markup
427 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild?rev=1.12&content-type=text/plain
428 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild?r1=1.11&r2=1.12
429
430 Index: db-4.5.20_p2-r1.ebuild
431 ===================================================================
432 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v
433 retrieving revision 1.11
434 retrieving revision 1.12
435 diff -u -r1.11 -r1.12
436 --- db-4.5.20_p2-r1.ebuild 14 Mar 2009 12:54:49 -0000 1.11
437 +++ db-4.5.20_p2-r1.ebuild 30 Jul 2009 11:01:33 -0000 1.12
438 @@ -1,6 +1,6 @@
439 # Copyright 1999-2009 Gentoo Foundation
440 # Distributed under the terms of the GNU General Public License v2
441 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.11 2009/03/14 12:54:49 vapier Exp $
442 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.12 2009/07/30 11:01:33 pauldv Exp $
443
444 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
445
446 @@ -109,7 +109,7 @@
447 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
448
449 # the entire testsuite needs the TCL functionality
450 - if use tcl && has test $FEATURES ; then
451 + if use tcl && use test ; then
452 myconf="${myconf} --enable-test"
453 else
454 myconf="${myconf} --disable-test"
455
456
457
458 1.4 sys-libs/db/db-4.4.20_p4-r1.ebuild
459
460 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild?rev=1.4&view=markup
461 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild?rev=1.4&content-type=text/plain
462 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild?r1=1.3&r2=1.4
463
464 Index: db-4.4.20_p4-r1.ebuild
465 ===================================================================
466 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v
467 retrieving revision 1.3
468 retrieving revision 1.4
469 diff -u -r1.3 -r1.4
470 --- db-4.4.20_p4-r1.ebuild 14 Mar 2009 12:54:49 -0000 1.3
471 +++ db-4.4.20_p4-r1.ebuild 30 Jul 2009 11:01:33 -0000 1.4
472 @@ -1,6 +1,6 @@
473 # Copyright 1999-2009 Gentoo Foundation
474 # Distributed under the terms of the GNU General Public License v2
475 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v 1.3 2009/03/14 12:54:49 vapier Exp $
476 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v 1.4 2009/07/30 11:01:33 pauldv Exp $
477
478 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
479
480 @@ -97,7 +97,7 @@
481 [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
482
483 # the entire testsuite needs the TCL functionality
484 - if use tcl && has test $FEATURES ; then
485 + if use tcl && use test ; then
486 myconf="${myconf} --enable-test"
487 else
488 myconf="${myconf} --disable-test"