summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-05-12 13:20:56 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-05-12 13:20:56 +0000
commitfaa4955bc332f9c98d54dcac21622e8874574e1f (patch)
tree28ccbf6277d3accc429d3f887d2d3c229d3c59f1 /sci-libs/gerris
parentconvert to latex-base the remaining ebuild (diff)
downloadgentoo-2-faa4955bc332f9c98d54dcac21622e8874574e1f.tar.gz
gentoo-2-faa4955bc332f9c98d54dcac21622e8874574e1f.tar.bz2
gentoo-2-faa4955bc332f9c98d54dcac21622e8874574e1f.zip
Removed runtime dependencies on libtool (fixes bug #221633).
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'sci-libs/gerris')
-rw-r--r--sci-libs/gerris/ChangeLog8
-rw-r--r--sci-libs/gerris/gerris-0.8.0.ebuild9
-rw-r--r--sci-libs/gerris/gerris-0.9.2.ebuild9
3 files changed, 16 insertions, 10 deletions
diff --git a/sci-libs/gerris/ChangeLog b/sci-libs/gerris/ChangeLog
index d04c8c625700..88c5cf8ac741 100644
--- a/sci-libs/gerris/ChangeLog
+++ b/sci-libs/gerris/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gerris
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.5 2007/02/02 14:42:03 markusle Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.6 2008/05/12 13:20:56 markusle Exp $
+
+ 12 May 2008; Markus Dittrich <markusle@gentoo.org> gerris-0.8.0.ebuild,
+ gerris-0.9.2.ebuild:
+ Removed runtime dependencies on libtool (fixes bug #221633).
02 Feb 2007; Markus Dittrich <markusle@gentoo.org> gerris-0.9.2.ebuild:
Forced -j1 during emake since make breaks otherwise
diff --git a/sci-libs/gerris/gerris-0.8.0.ebuild b/sci-libs/gerris/gerris-0.8.0.ebuild
index 236ff7b70c0f..c1f86990cc7a 100644
--- a/sci-libs/gerris/gerris-0.8.0.ebuild
+++ b/sci-libs/gerris/gerris-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.8.0.ebuild,v 1.3 2007/07/13 06:57:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.8.0.ebuild,v 1.4 2008/05/12 13:20:56 markusle Exp $
DESCRIPTION="The Gerris Flow Solver"
LICENSE="GPL-2"
@@ -11,11 +11,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND=">=dev-libs/glib-2.4.0
+RDEPEND=">=dev-libs/glib-2.4.0
>=sci-libs/gts-0.7.4
sys-apps/gawk
- sys-devel/libtool
dev-lang/python"
+DEPEND="${RDEPEND}
+ sys-devel/libtool"
src_compile() {
# disable explicit building of tutorial
diff --git a/sci-libs/gerris/gerris-0.9.2.ebuild b/sci-libs/gerris/gerris-0.9.2.ebuild
index 82f4a2d96b47..fcb8fc06903b 100644
--- a/sci-libs/gerris/gerris-0.9.2.ebuild
+++ b/sci-libs/gerris/gerris-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.9.2.ebuild,v 1.3 2007/07/13 06:57:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.9.2.ebuild,v 1.4 2008/05/12 13:20:56 markusle Exp $
DESCRIPTION="The Gerris Flow Solver"
LICENSE="GPL-2"
@@ -11,13 +11,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mpi dx"
-DEPEND=">=dev-libs/glib-2.4.0
+RDEPEND=">=dev-libs/glib-2.4.0
>=sci-libs/gts-0.7.4
sys-apps/gawk
- sys-devel/libtool
dev-lang/python
mpi? ( virtual/mpi )
dx? ( sci-visualization/opendx )"
+DEPEND="${RDEPEND}
+ sys-devel/libtool"
src_compile() {
# disable explicit building of tutorial