summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 20:38:10 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 20:38:10 +0000
commita71a2fb0a8e6282390376e039056ec498c2fe342 (patch)
tree860fde26d58b77acb8685e120dbca5e436eb944b
parentarm stable, bug #388763 (diff)
downloadgentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.tar.gz
gentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.tar.bz2
gentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.zip
Convert USE=nocxx to USE=cxx.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
-rw-r--r--sys-libs/db/ChangeLog11
-rw-r--r--sys-libs/db/db-4.2.52_p5-r1.ebuild8
-rw-r--r--sys-libs/db/db-4.2.52_p5.ebuild8
-rw-r--r--sys-libs/db/db-4.3.29_p1-r1.ebuild8
-rw-r--r--sys-libs/db/db-4.3.29_p1.ebuild8
-rw-r--r--sys-libs/db/db-4.4.20_p4-r1.ebuild8
-rw-r--r--sys-libs/db/db-4.4.20_p4.ebuild8
-rw-r--r--sys-libs/db/db-4.5.20_p2-r1.ebuild8
-rw-r--r--sys-libs/db/db-4.5.20_p2.ebuild8
-rw-r--r--sys-libs/db/db-4.6.21_p4.ebuild8
-rw-r--r--sys-libs/db/db-4.7.25_p3.ebuild8
-rw-r--r--sys-libs/db/db-4.7.25_p4.ebuild8
-rw-r--r--sys-libs/db/db-4.8.24.ebuild10
-rw-r--r--sys-libs/db/db-4.8.26.ebuild10
-rw-r--r--sys-libs/db/db-4.8.30.ebuild8
-rw-r--r--sys-libs/db/db-5.0.21-r1.ebuild10
-rw-r--r--sys-libs/db/db-5.0.26.ebuild10
-rw-r--r--sys-libs/db/db-5.0.32.ebuild8
-rw-r--r--sys-libs/db/db-5.1.19-r2.ebuild10
-rw-r--r--sys-libs/db/db-5.1.25.ebuild8
-rw-r--r--sys-libs/db/db-5.2.28.ebuild8
-rw-r--r--sys-libs/db/db-5.2.36.ebuild8
22 files changed, 99 insertions, 90 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog
index 663a8938236b..c1e8a8105da8 100644
--- a/sys-libs/db/ChangeLog
+++ b/sys-libs/db/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for sys-libs/db
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.321 2011/11/01 07:35:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.322 2011/11/13 20:38:10 vapier Exp $
+
+ 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> db-4.2.52_p5.ebuild,
+ db-4.2.52_p5-r1.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, db-4.7.25_p3.ebuild,
+ db-4.7.25_p4.ebuild, db-4.8.24.ebuild, db-4.8.26.ebuild, db-4.8.30.ebuild,
+ db-5.0.21-r1.ebuild, db-5.0.26.ebuild, db-5.0.32.ebuild, db-5.1.19-r2.ebuild,
+ db-5.1.25.ebuild, db-5.2.28.ebuild, db-5.2.36.ebuild:
+ Convert USE=nocxx to USE=cxx.
*db-5.2.36 (01 Nov 2011)
diff --git a/sys-libs/db/db-4.2.52_p5-r1.ebuild b/sys-libs/db/db-4.2.52_p5-r1.ebuild
index cb533fdd215a..5513b057719a 100644
--- a/sys-libs/db/db-4.2.52_p5-r1.ebuild
+++ b/sys-libs/db/db-4.2.52_p5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.12 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5-r1.ebuild,v 1.13 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="DB"
SLOT="4.2"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )"
@@ -89,7 +89,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.2.52_p5.ebuild b/sys-libs/db/db-4.2.52_p5.ebuild
index 6c6c3682acb5..9fafe6270dce 100644
--- a/sys-libs/db/db-4.2.52_p5.ebuild
+++ b/sys-libs/db/db-4.2.52_p5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.5 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p5.ebuild,v 1.6 2011/11/13 20:38:10 vapier Exp $
inherit eutils db java-pkg-opt-2
@@ -27,7 +27,7 @@ done
LICENSE="DB"
SLOT="4.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )"
@@ -59,7 +59,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.3.29_p1-r1.ebuild b/sys-libs/db/db-4.3.29_p1-r1.ebuild
index c59c53fa54c5..27a4cc2b99e6 100644
--- a/sys-libs/db/db-4.3.29_p1-r1.ebuild
+++ b/sys-libs/db/db-4.3.29_p1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.14 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.15 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="DB"
SLOT="4.3"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -90,7 +90,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.3.29_p1.ebuild b/sys-libs/db/db-4.3.29_p1.ebuild
index fcf2e67297e6..6a749fa2f8e7 100644
--- a/sys-libs/db/db-4.3.29_p1.ebuild
+++ b/sys-libs/db/db-4.3.29_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.5 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1.ebuild,v 1.6 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2
@@ -27,7 +27,7 @@ done
LICENSE="DB"
SLOT="4.3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -60,7 +60,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.4.20_p4-r1.ebuild b/sys-libs/db/db-4.4.20_p4-r1.ebuild
index ee9e06ca7157..837ce742cec1 100644
--- a/sys-libs/db/db-4.4.20_p4-r1.ebuild
+++ b/sys-libs/db/db-4.4.20_p4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.7 2010/05/27 01:08:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v 1.8 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -28,7 +28,7 @@ done
LICENSE="OracleDB BSD"
SLOT="4.4"
KEYWORDS="~amd64 ~arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -84,7 +84,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.4.20_p4.ebuild b/sys-libs/db/db-4.4.20_p4.ebuild
index 0676eaa42609..d8e3dc2f44e6 100644
--- a/sys-libs/db/db-4.4.20_p4.ebuild
+++ b/sys-libs/db/db-4.4.20_p4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.10 2010/05/27 01:08:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.11 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2
@@ -28,7 +28,7 @@ done
LICENSE="OracleDB BSD"
SLOT="4.4"
KEYWORDS="~amd64 ~arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -60,7 +60,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.5.20_p2-r1.ebuild b/sys-libs/db/db-4.5.20_p2-r1.ebuild
index 2dc8aeb80f91..cb3bae862e87 100644
--- a/sys-libs/db/db-4.5.20_p2-r1.ebuild
+++ b/sys-libs/db/db-4.5.20_p2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.15 2010/05/03 23:21:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.16 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.5"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -94,7 +94,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.5.20_p2.ebuild b/sys-libs/db/db-4.5.20_p2.ebuild
index 7af8aae77068..99a8b33fce69 100644
--- a/sys-libs/db/db-4.5.20_p2.ebuild
+++ b/sys-libs/db/db-4.5.20_p2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.30 2010/05/03 23:21:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.31 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.5"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -64,7 +64,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.6.21_p4.ebuild b/sys-libs/db/db-4.6.21_p4.ebuild
index 9b5293cebb4c..fdf70cbc637a 100644
--- a/sys-libs/db/db-4.6.21_p4.ebuild
+++ b/sys-libs/db/db-4.6.21_p4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.11 2010/05/03 23:21:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v 1.12 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.6"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="tcl java doc nocxx"
+IUSE="tcl java doc cxx"
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
java? ( >=virtual/jdk-1.4 )
@@ -87,7 +87,7 @@ src_compile() {
use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
- myconf="${myconf} $(use_enable !nocxx cxx)"
+ myconf="${myconf} $(use_enable cxx)"
use tcl \
&& myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
diff --git a/sys-libs/db/db-4.7.25_p3.ebuild b/sys-libs/db/db-4.7.25_p3.ebuild
index f3e5be932b52..57c214f031d6 100644
--- a/sys-libs/db/db-4.7.25_p3.ebuild
+++ b/sys-libs/db/db-4.7.25_p3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p3.ebuild,v 1.2 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p3.ebuild,v 1.3 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.7"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -106,7 +106,7 @@ src_compile() {
--without-uniquename \
--enable-rpc \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
$(use_enable java) \
$(use_enable tcl) \
$(use tcl && echo --with-tcl=/usr/$(get_libdir)) \
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild
index a4498043f8e6..6af9f1548566 100644
--- a/sys-libs/db/db-4.7.25_p4.ebuild
+++ b/sys-libs/db/db-4.7.25_p4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.13 2010/01/24 18:29:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.14 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.7"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -119,7 +119,7 @@ src_compile() {
--enable-rpc \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-4.8.24.ebuild b/sys-libs/db/db-4.8.24.ebuild
index bd112c89ff4e..dfe67f89cbea 100644
--- a/sys-libs/db/db-4.8.24.ebuild
+++ b/sys-libs/db/db-4.8.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.24.ebuild,v 1.3 2009/09/20 19:52:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.24.ebuild,v 1.4 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.8"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -119,8 +119,8 @@ src_compile() {
--without-uniquename \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-4.8.26.ebuild b/sys-libs/db/db-4.8.26.ebuild
index d2ac49affbca..8a89aec0c673 100644
--- a/sys-libs/db/db-4.8.26.ebuild
+++ b/sys-libs/db/db-4.8.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.26.ebuild,v 1.1 2010/03/12 20:14:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.26.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.8"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -119,8 +119,8 @@ src_compile() {
--without-uniquename \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-4.8.30.ebuild b/sys-libs/db/db-4.8.30.ebuild
index d4e9bcff299e..60a5224249e3 100644
--- a/sys-libs/db/db-4.8.30.ebuild
+++ b/sys-libs/db/db-4.8.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30.ebuild,v 1.4 2011/02/15 00:14:18 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30.ebuild,v 1.5 2011/11/13 20:38:10 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -27,7 +27,7 @@ done
LICENSE="OracleDB"
SLOT="4.8"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -119,8 +119,8 @@ src_compile() {
--without-uniquename \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.0.21-r1.ebuild b/sys-libs/db/db-5.0.21-r1.ebuild
index 3303b0001635..46053106befe 100644
--- a/sys-libs/db/db-5.0.21-r1.ebuild
+++ b/sys-libs/db/db-5.0.21-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.21-r1.ebuild,v 1.2 2010/05/14 10:56:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.21-r1.ebuild,v 1.3 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -141,8 +141,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.0.26.ebuild b/sys-libs/db/db-5.0.26.ebuild
index 253586149971..2b07e806e38a 100644
--- a/sys-libs/db/db-5.0.26.ebuild
+++ b/sys-libs/db/db-5.0.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.26.ebuild,v 1.1 2010/10/04 17:09:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.26.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -142,8 +142,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.0.32.ebuild b/sys-libs/db/db-5.0.32.ebuild
index 6309c41395b1..8dce18e66b68 100644
--- a/sys-libs/db/db-5.0.32.ebuild
+++ b/sys-libs/db/db-5.0.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.32.ebuild,v 1.1 2011/01/07 19:30:39 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.0.32.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -142,8 +142,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.1.19-r2.ebuild b/sys-libs/db/db-5.1.19-r2.ebuild
index a6b79d575143..3f53ae3cb16e 100644
--- a/sys-libs/db/db-5.1.19-r2.ebuild
+++ b/sys-libs/db/db-5.1.19-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.19-r2.ebuild,v 1.1 2010/10/18 17:40:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.19-r2.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -142,8 +142,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.1.25.ebuild b/sys-libs/db/db-5.1.25.ebuild
index a94b2432fcc5..cfae044f155e 100644
--- a/sys-libs/db/db-5.1.25.ebuild
+++ b/sys-libs/db/db-5.1.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.25.ebuild,v 1.1 2011/02/08 18:38:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.25.ebuild,v 1.2 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -142,8 +142,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.2.28.ebuild b/sys-libs/db/db-5.2.28.ebuild
index e173cc0da7dc..4c4faad901fe 100644
--- a/sys-libs/db/db-5.2.28.ebuild
+++ b/sys-libs/db/db-5.2.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.28.ebuild,v 1.2 2011/07/17 13:26:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.28.ebuild,v 1.3 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -145,8 +145,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \
diff --git a/sys-libs/db/db-5.2.36.ebuild b/sys-libs/db/db-5.2.36.ebuild
index 48f5660be199..f847e26ba1db 100644
--- a/sys-libs/db/db-5.2.36.ebuild
+++ b/sys-libs/db/db-5.2.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.36.ebuild,v 1.2 2011/11/01 16:00:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.36.ebuild,v 1.3 2011/11/13 20:38:10 vapier Exp $
EAPI=2
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -29,7 +29,7 @@ done
LICENSE="OracleDB"
SLOT="5.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc java nocxx tcl test"
+IUSE="doc java cxx tcl test"
# the entire testsuite needs the TCL functionality
DEPEND="tcl? ( >=dev-lang/tcl-8.4 )
@@ -147,8 +147,8 @@ src_configure() {
--disable-sql_compat \
$(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
- $(use_enable !nocxx cxx) \
- $(use_enable !nocxx stl) \
+ $(use_enable cxx) \
+ $(use_enable cxx stl) \
$(use_enable java) \
${myconf} \
$(use_enable test) \