aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-11-12 08:59:25 -0800
committerThomas Kahle <tomka@gentoo.org>2012-11-12 08:59:25 -0800
commit80f9389349a08617937325dbae8c7f9969ac13dd (patch)
tree60ed76bd1f83a6d800373229c8aa8ed89571827d
parentopenbabel-python: Enter BUILD_DIR in src_install (diff)
downloadsci-80f9389349a08617937325dbae8c7f9969ac13dd.tar.gz
sci-80f9389349a08617937325dbae8c7f9969ac13dd.tar.bz2
sci-80f9389349a08617937325dbae8c7f9969ac13dd.zip
Fix dep on gmp[cxx] (Thanks Gerhard Bräunlich)
Package-Manager: portage-2.1.11.31
-rw-r--r--sci-mathematics/cadabra/ChangeLog7
-rw-r--r--sci-mathematics/cadabra/Manifest6
-rw-r--r--sci-mathematics/cadabra/cadabra-1.25.ebuild4
-rw-r--r--sci-mathematics/cadabra/cadabra-1.28.ebuild4
-rw-r--r--sci-mathematics/cadabra/cadabra-1.29.ebuild4
5 files changed, 14 insertions, 11 deletions
diff --git a/sci-mathematics/cadabra/ChangeLog b/sci-mathematics/cadabra/ChangeLog
index 827c70332..227034bc2 100644
--- a/sci-mathematics/cadabra/ChangeLog
+++ b/sci-mathematics/cadabra/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-mathematics/cadabra
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2012; Thomas Kahle <tomka@gentoo.org> cadabra-1.25.ebuild,
+ cadabra-1.28.ebuild, cadabra-1.29.ebuild:
+ Fix dep on gmp[cxx] (Thanks Gerhard Bräunlich)
+
2 Jun 2011; Dongxu Li <dongxuli2011@gmail.com> +cadabra-1.28.ebuild:
Version bump to 1.29
@@ -54,4 +58,3 @@
03 Apr 2009; Francois Bissey <f.r.bissey@massey.ac.nz> ChangeLog:
Initial import for the science overlay
-
diff --git a/sci-mathematics/cadabra/Manifest b/sci-mathematics/cadabra/Manifest
index 3378b70a8..c2988b336 100644
--- a/sci-mathematics/cadabra/Manifest
+++ b/sci-mathematics/cadabra/Manifest
@@ -1,3 +1,3 @@
-DIST cadabra-1.25.tar.gz 847273 RMD160 c6341585d521d350bad09b07a1f41ea25df8bbb9 SHA1 c7a6c846fc48b60ad4b8f92c594f5e4408e9d943 SHA256 8a284f5d9782b9f94acb8df1d3af8a14d319f49f43550f0f47d7e4b710bbb7da
-DIST cadabra-1.28.tar.gz 851618 RMD160 ef31dd58189f354482f1ea246c7921220a27af71 SHA1 d213b9169d3254d326b52cfdf14114cb34483bcc SHA256 d34c76e5d98710e52fc2b9a62721747bafc354224d2ef9df7ecdca37c77eeb63
-DIST cadabra-1.29.tar.gz 852128 RMD160 572924281546077b13327ba8958300b73f3ac092 SHA1 e11102d1bfc1a8b9527cb71f06b334b0d934b150 SHA256 b11f0c5fe8970184e89712a479f32042afa4d1f253f028425751b259f6258f13
+DIST cadabra-1.25.tar.gz 847273 SHA256 8a284f5d9782b9f94acb8df1d3af8a14d319f49f43550f0f47d7e4b710bbb7da
+DIST cadabra-1.28.tar.gz 851618 SHA256 d34c76e5d98710e52fc2b9a62721747bafc354224d2ef9df7ecdca37c77eeb63
+DIST cadabra-1.29.tar.gz 852128 SHA256 b11f0c5fe8970184e89712a479f32042afa4d1f253f028425751b259f6258f13
diff --git a/sci-mathematics/cadabra/cadabra-1.25.ebuild b/sci-mathematics/cadabra/cadabra-1.25.ebuild
index 1b0dbfa48..75e2f1658 100644
--- a/sci-mathematics/cadabra/cadabra-1.25.ebuild
+++ b/sci-mathematics/cadabra/cadabra-1.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -21,7 +21,7 @@ IUSE="doc examples X"
DEPEND="
sci-libs/modglue
sci-mathematics/lie
- dev-libs/gmp[-nocxx]
+ dev-libs/gmp[cxx]
dev-libs/libpcre
X? (
x11-libs/gtk+:2
diff --git a/sci-mathematics/cadabra/cadabra-1.28.ebuild b/sci-mathematics/cadabra/cadabra-1.28.ebuild
index ed6a7278f..8764c7151 100644
--- a/sci-mathematics/cadabra/cadabra-1.28.ebuild
+++ b/sci-mathematics/cadabra/cadabra-1.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -21,7 +21,7 @@ IUSE="doc examples X"
DEPEND="
sci-libs/modglue
sci-mathematics/lie
- dev-libs/gmp[-nocxx]
+ dev-libs/gmp[cxx]
dev-libs/libpcre
X? (
x11-libs/gtk+:2
diff --git a/sci-mathematics/cadabra/cadabra-1.29.ebuild b/sci-mathematics/cadabra/cadabra-1.29.ebuild
index ed6a7278f..8764c7151 100644
--- a/sci-mathematics/cadabra/cadabra-1.29.ebuild
+++ b/sci-mathematics/cadabra/cadabra-1.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -21,7 +21,7 @@ IUSE="doc examples X"
DEPEND="
sci-libs/modglue
sci-mathematics/lie
- dev-libs/gmp[-nocxx]
+ dev-libs/gmp[cxx]
dev-libs/libpcre
X? (
x11-libs/gtk+:2