summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 19:52:57 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 19:52:57 +0000
commitafd55d7e93ca7bc22e36a959cad2356766fffc4a (patch)
treecc8eb99d4181dcab3a8aacff07190eac59eedfc0 /sci-mathematics/cgal
parentVersion bump thanks to Alexander van der Mey <alexvandermey@gmail.com> (diff)
downloadgentoo-2-afd55d7e93ca7bc22e36a959cad2356766fffc4a.tar.gz
gentoo-2-afd55d7e93ca7bc22e36a959cad2356766fffc4a.tar.bz2
gentoo-2-afd55d7e93ca7bc22e36a959cad2356766fffc4a.zip
Convert gmp[-nocxx] to gmp[cxx].
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/cgal')
-rw-r--r--sci-mathematics/cgal/ChangeLog8
-rw-r--r--sci-mathematics/cgal/cgal-3.6.1.ebuild10
-rw-r--r--sci-mathematics/cgal/cgal-3.7.ebuild10
3 files changed, 18 insertions, 10 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog
index 5fcd8c8dc89a..9b1977c00f5a 100644
--- a/sci-mathematics/cgal/ChangeLog
+++ b/sci-mathematics/cgal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/cgal
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.8 2010/11/01 21:43:15 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.9 2011/11/13 19:52:57 vapier Exp $
+
+ 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> cgal-3.6.1.ebuild,
+ cgal-3.7.ebuild:
+ Convert gmp[-nocxx] to gmp[cxx].
*cgal-3.7 (01 Nov 2010)
diff --git a/sci-mathematics/cgal/cgal-3.6.1.ebuild b/sci-mathematics/cgal/cgal-3.6.1.ebuild
index 63255b329de2..65f1524f6b48 100644
--- a/sci-mathematics/cgal/cgal-3.6.1.ebuild
+++ b/sci-mathematics/cgal/cgal-3.6.1.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/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.1 2010/07/12 17:08:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $
EAPI=3
CMAKE_BUILD_TYPE=Release
@@ -25,8 +25,10 @@ RDEPEND="dev-libs/boost
sys-libs/zlib
x11-libs/libX11
virtual/opengl
- gmp? ( dev-libs/gmp
- cxx? ( dev-libs/gmp[-nocxx] ) )
+ gmp? (
+ dev-libs/gmp
+ || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] )
+ )
lapack? ( virtual/lapack )
qt4? ( x11-libs/qt-gui:4
x11-libs/qt-opengl:4 )"
diff --git a/sci-mathematics/cgal/cgal-3.7.ebuild b/sci-mathematics/cgal/cgal-3.7.ebuild
index 29ff892e270d..603f1d7664ee 100644
--- a/sci-mathematics/cgal/cgal-3.7.ebuild
+++ b/sci-mathematics/cgal/cgal-3.7.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/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.1 2010/11/01 21:43:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $
EAPI=3
CMAKE_BUILD_TYPE=Release
@@ -25,8 +25,10 @@ RDEPEND="dev-libs/boost
sys-libs/zlib
x11-libs/libX11
virtual/opengl
- gmp? ( dev-libs/gmp
- cxx? ( dev-libs/gmp[-nocxx] ) )
+ gmp? (
+ dev-libs/gmp
+ || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] )
+ )
lapack? ( virtual/lapack )
qt4? ( x11-libs/qt-gui:4
x11-libs/qt-opengl:4 )"