summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 20:03:31 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 20:03:31 +0000
commit863cd79cc14d53c6a62d37aaedbe58c310919b65 (patch)
tree69f7dcdfa062f7a3ed8db9fa607fa856190f2835 /dev-libs/gmp
parentConvert gmp[-nocxx] to gmp[cxx]. (diff)
downloadgentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.tar.gz
gentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.tar.bz2
gentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.zip
Convert USE=nocxx to USE=cxx.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r--dev-libs/gmp/ChangeLog6
-rw-r--r--dev-libs/gmp/gmp-4.3.2.ebuild6
-rw-r--r--dev-libs/gmp/gmp-5.0.1.ebuild6
-rw-r--r--dev-libs/gmp/gmp-5.0.2.ebuild6
-rw-r--r--dev-libs/gmp/gmp-5.0.2_p1.ebuild6
5 files changed, 17 insertions, 13 deletions
diff --git a/dev-libs/gmp/ChangeLog b/dev-libs/gmp/ChangeLog
index 85203d1e0ed8..57db3a47623a 100644
--- a/dev-libs/gmp/ChangeLog
+++ b/dev-libs/gmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/gmp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.151 2011/11/06 13:48:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.152 2011/11/13 20:03:31 vapier Exp $
+
+ 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> gmp-4.3.2.ebuild,
+ gmp-5.0.1.ebuild, gmp-5.0.2.ebuild, gmp-5.0.2_p1.ebuild:
+ Convert USE=nocxx to USE=cxx.
06 Nov 2011; Brent Baude <ranger@gentoo.org> gmp-5.0.2.ebuild:
Marking gmp-5.0.2 ppc for bug 380675
diff --git a/dev-libs/gmp/gmp-4.3.2.ebuild b/dev-libs/gmp/gmp-4.3.2.ebuild
index c53adc47ec71..e3a8a1342118 100644
--- a/dev-libs/gmp/gmp-4.3.2.ebuild
+++ b/dev-libs/gmp/gmp-4.3.2.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/dev-libs/gmp/gmp-4.3.2.ebuild,v 1.10 2011/10/03 15:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.3.2.ebuild,v 1.11 2011/11/13 20:03:31 vapier Exp $
inherit flag-o-matic eutils libtool toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nocxx" #doc
+IUSE="cxx" #doc
DEPEND="sys-devel/m4"
RDEPEND=""
@@ -51,7 +51,7 @@ src_compile() {
--localstatedir=/var/state/gmp \
--disable-mpfr \
--disable-mpbsd \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
|| die "configure failed"
emake || die "emake failed"
diff --git a/dev-libs/gmp/gmp-5.0.1.ebuild b/dev-libs/gmp/gmp-5.0.1.ebuild
index be13b48ee52f..15be29ba272c 100644
--- a/dev-libs/gmp/gmp-5.0.1.ebuild
+++ b/dev-libs/gmp/gmp-5.0.1.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/dev-libs/gmp/gmp-5.0.1.ebuild,v 1.10 2011/10/03 15:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.1.ebuild,v 1.11 2011/11/13 20:03:31 vapier Exp $
inherit flag-o-matic eutils libtool toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nocxx" #doc
+IUSE="cxx" #doc
DEPEND="sys-devel/m4"
RDEPEND=""
@@ -62,7 +62,7 @@ src_compile() {
econf \
--localstatedir=/var/state/gmp \
--disable-mpbsd \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
|| die "configure failed"
emake || die "emake failed"
diff --git a/dev-libs/gmp/gmp-5.0.2.ebuild b/dev-libs/gmp/gmp-5.0.2.ebuild
index 21e2f7f1ad3d..cd5008080167 100644
--- a/dev-libs/gmp/gmp-5.0.2.ebuild
+++ b/dev-libs/gmp/gmp-5.0.2.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/dev-libs/gmp/gmp-5.0.2.ebuild,v 1.9 2011/11/06 13:48:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2.ebuild,v 1.10 2011/11/13 20:03:31 vapier Exp $
inherit flag-o-matic eutils libtool toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nocxx" #doc
+IUSE="cxx" #doc
DEPEND="sys-devel/m4"
RDEPEND=""
@@ -61,7 +61,7 @@ src_compile() {
econf \
--localstatedir=/var/state/gmp \
--disable-mpbsd \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
|| die "configure failed"
emake || die "emake failed"
diff --git a/dev-libs/gmp/gmp-5.0.2_p1.ebuild b/dev-libs/gmp/gmp-5.0.2_p1.ebuild
index bfecb3ad0691..5156f5160e05 100644
--- a/dev-libs/gmp/gmp-5.0.2_p1.ebuild
+++ b/dev-libs/gmp/gmp-5.0.2_p1.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/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v 1.2 2011/10/03 15:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v 1.3 2011/11/13 20:03:31 vapier Exp $
inherit flag-o-matic eutils libtool toolchain-funcs
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.bz2
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc nocxx static-libs"
+IUSE="doc cxx static-libs"
DEPEND="sys-devel/m4"
RDEPEND=""
@@ -67,7 +67,7 @@ src_compile() {
econf \
--localstatedir=/var/state/gmp \
--disable-mpbsd \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
$(use_enable static-libs static) \
|| die