public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2009-07-30 11:01 Paul de Vrieze (pauldv)
  0 siblings, 0 replies; only message in thread
From: Paul de Vrieze (pauldv) @ 2009-07-30 11:01 UTC (permalink / raw
  To: gentoo-commits

pauldv      09/07/30 11:01:33

  Modified:             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
  Log:
  Fix bug 278962
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.8                  sys-libs/db/db-4.6.21_p4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild?rev=1.8&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild?r1=1.7&r2=1.8

Index: db-4.6.21_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- db-4.6.21_p4.ebuild	1 Jun 2009 12:01:16 -0000	1.7
+++ db-4.6.21_p4.ebuild	30 Jul 2009 11:01:33 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
 
@@ -102,7 +102,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.10                 sys-libs/db/db-4.2.52_p5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild?rev=1.10&view=markup
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
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

Index: db-4.2.52_p5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- db-4.2.52_p5-r1.ebuild	14 Mar 2009 12:54:49 -0000	1.9
+++ db-4.2.52_p5-r1.ebuild	30 Jul 2009 11:01:33 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
 
@@ -104,7 +104,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES; then
+	if use tcl && use test; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.11                 sys-libs/db/db-3.2.9_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild?rev=1.11&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild?r1=1.10&r2=1.11

Index: db-3.2.9_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9_p2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- db-3.2.9_p2.ebuild	26 Oct 2008 12:27:40 -0000	1.10
+++ db-3.2.9_p2.ebuild	30 Jul 2009 11:01:33 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db
 
@@ -177,7 +177,7 @@
 }
 
 src_test() {
-	if has test $FEATURES; then
+	if use test; then
 		eerror "We'd love to be able to test, but the testsuite is broken in the 3.2.9 series"
 	fi
 }



1.4                  sys-libs/db/db-4.2.52_p5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild?rev=1.4&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild?r1=1.3&r2=1.4

Index: db-4.2.52_p5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db-4.2.52_p5.ebuild	14 Mar 2009 12:54:49 -0000	1.3
+++ db-4.2.52_p5.ebuild	30 Jul 2009 11:01:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db java-pkg-opt-2
 
@@ -76,7 +76,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES; then
+	if use tcl && use test; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.21                 sys-libs/db/db-4.3.29-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild?rev=1.21&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild?r1=1.20&r2=1.21

Index: db-4.3.29-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- db-4.3.29-r2.ebuild	14 Mar 2009 12:54:49 -0000	1.20
+++ db-4.3.29-r2.ebuild	30 Jul 2009 11:01:33 -0000	1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils gnuconfig db flag-o-matic java-pkg-opt-2
 
@@ -80,7 +80,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.8                  sys-libs/db/db-4.4.20_p4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?rev=1.8&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?r1=1.7&r2=1.8

Index: db-4.4.20_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- db-4.4.20_p4.ebuild	14 Mar 2009 12:54:49 -0000	1.7
+++ db-4.4.20_p4.ebuild	30 Jul 2009 11:01:33 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2
 
@@ -75,7 +75,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.18                 sys-libs/db/db-3.2.9-r11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.18&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?r1=1.17&r2=1.18

Index: db-3.2.9-r11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- db-3.2.9-r11.ebuild	13 Feb 2008 12:48:45 -0000	1.17
+++ db-3.2.9-r11.ebuild	30 Jul 2009 11:01:33 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit gnuconfig libtool eutils db
 
@@ -157,7 +157,7 @@
 }
 
 src_test() {
-	if has test $FEATURES; then
+	if use test; then
 		eerror "We'd love to be able to test, but the testsuite is broken in the 3.2.9 series"
 	fi
 }



1.287                sys-libs/db/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.287&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.287&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.286&r2=1.287

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog	5 Jul 2009 19:52:54 -0000	1.286
+++ ChangeLog	30 Jul 2009 11:01:33 -0000	1.287
@@ -1,6 +1,14 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.286 2009/07/05 19:52:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.287 2009/07/30 11:01:33 pauldv Exp $
+
+  29 Jul 2009; Paul de Vrieze <pauldv@gentoo.org> db-3.2.9-r11.ebuild,
+  db-3.2.9_p2.ebuild, db-4.2.52_p4-r2.ebuild, db-4.2.52_p5.ebuild,
+  db-4.2.52_p5-r1.ebuild, db-4.3.29-r2.ebuild, db-4.3.29_p1.ebuild,
+  db-4.3.29_p1-r1.ebuild, db-4.4.20_p4.ebuild, db-4.4.20_p4-r1.ebuild,
+  db-4.5.20_p2.ebuild, db-4.5.20_p2-r1.ebuild, db-4.6.21_p4.ebuild:
+  Fix bug #278962 and don't use the FEATURES variable in the ebuild when
+  checking for the test feature.
 
   05 Jul 2009; Mike Frysinger <vapier@gentoo.org> db-4.7.25_p4.ebuild:
   Add --with-mutex option for arm systems as suggested by thomasq #273906.



1.28                 sys-libs/db/db-4.5.20_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?rev=1.28&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?r1=1.27&r2=1.28

Index: db-4.5.20_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- db-4.5.20_p2.ebuild	14 Mar 2009 12:54:49 -0000	1.27
+++ db-4.5.20_p2.ebuild	30 Jul 2009 11:01:33 -0000	1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2
 
@@ -81,7 +81,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.12                 sys-libs/db/db-4.3.29_p1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild?rev=1.12&view=markup
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
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

Index: db-4.3.29_p1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- db-4.3.29_p1-r1.ebuild	14 Mar 2009 12:54:49 -0000	1.11
+++ db-4.3.29_p1-r1.ebuild	30 Jul 2009 11:01:33 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
 
@@ -105,7 +105,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.4                  sys-libs/db/db-4.3.29_p1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild?rev=1.4&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild?r1=1.3&r2=1.4

Index: db-4.3.29_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db-4.3.29_p1.ebuild	14 Mar 2009 12:54:49 -0000	1.3
+++ db-4.3.29_p1.ebuild	30 Jul 2009 11:01:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2
 
@@ -77,7 +77,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.17                 sys-libs/db/db-4.2.52_p4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild?rev=1.17&view=markup
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
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

Index: db-4.2.52_p4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- db-4.2.52_p4-r2.ebuild	14 Mar 2009 12:54:49 -0000	1.16
+++ db-4.2.52_p4-r2.ebuild	30 Jul 2009 11:01:33 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils gnuconfig db java-pkg-opt-2
 
@@ -78,7 +78,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES; then
+	if use tcl && use test; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.12                 sys-libs/db/db-4.5.20_p2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild?rev=1.12&view=markup
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
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

Index: db-4.5.20_p2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- db-4.5.20_p2-r1.ebuild	14 Mar 2009 12:54:49 -0000	1.11
+++ db-4.5.20_p2-r1.ebuild	30 Jul 2009 11:01:33 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
 
@@ -109,7 +109,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"



1.4                  sys-libs/db/db-4.4.20_p4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild?rev=1.4&view=markup
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
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

Index: db-4.4.20_p4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db-4.4.20_p4-r1.ebuild	14 Mar 2009 12:54:49 -0000	1.3
+++ db-4.4.20_p4-r1.ebuild	30 Jul 2009 11:01:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
 
@@ -97,7 +97,7 @@
 	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
 
 	# the entire testsuite needs the TCL functionality
-	if use tcl && has test $FEATURES ; then
+	if use tcl && use test ; then
 		myconf="${myconf} --enable-test"
 	else
 		myconf="${myconf} --disable-test"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-30 11:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 11:01 [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 Paul de Vrieze (pauldv)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox