summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-01-18 14:15:40 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-01-18 14:15:40 +0000
commita46cf2111b5055b03239042197add7aebcc95b44 (patch)
tree289d5543e3430b0d0162c473cf81044d7d158fe9 /sci-libs/libctl
parentFixed missing dependency. Clean old. (diff)
downloadgentoo-2-a46cf2111b5055b03239042197add7aebcc95b44.tar.gz
gentoo-2-a46cf2111b5055b03239042197add7aebcc95b44.tar.bz2
gentoo-2-a46cf2111b5055b03239042197add7aebcc95b44.zip
Changed dependency on guile to allow newer versions (fixes bug #206500).
(Portage version: 2.1.4)
Diffstat (limited to 'sci-libs/libctl')
-rw-r--r--sci-libs/libctl/ChangeLog8
-rw-r--r--sci-libs/libctl/libctl-2.2.ebuild6
-rw-r--r--sci-libs/libctl/libctl-3.0.1.ebuild6
-rw-r--r--sci-libs/libctl/libctl-3.0.2.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog
index af2fe977c845..bd36811f5b12 100644
--- a/sci-libs/libctl/ChangeLog
+++ b/sci-libs/libctl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libctl
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.9 2007/08/16 13:01:25 bicatali Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.10 2008/01/18 14:15:40 markusle Exp $
+
+ 18 Jan 2008; Markus Dittrich <markusle@gentoo.org> libctl-2.2.ebuild,
+ libctl-3.0.1.ebuild, libctl-3.0.2.ebuild:
+ Changed dependency on guile to allow newer versions (fixes bug #206500).
*libctl-3.0.2 (16 Aug 2007)
diff --git a/sci-libs/libctl/libctl-2.2.ebuild b/sci-libs/libctl/libctl-2.2.ebuild
index 49e2ea85947b..ca6d71bc0437 100644
--- a/sci-libs/libctl/libctl-2.2.ebuild
+++ b/sci-libs/libctl/libctl-2.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/libctl/libctl-2.2.ebuild,v 1.3 2007/07/13 06:57:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-2.2.ebuild,v 1.4 2008/01/18 14:15:40 markusle Exp $
DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
@@ -22,7 +22,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc COPYING NEWS AUTHORS COPYRIGHT ChangeLog
+ dodoc NEWS AUTHORS COPYRIGHT ChangeLog
dodoc examples/*.h examples/*.c examples/*.scm examples/*.ctl
dodoc examples/README examples/Makefile.in examples/Makefile
}
diff --git a/sci-libs/libctl/libctl-3.0.1.ebuild b/sci-libs/libctl/libctl-3.0.1.ebuild
index ddccec3399e0..7f39a1ade4e9 100644
--- a/sci-libs/libctl/libctl-3.0.1.ebuild
+++ b/sci-libs/libctl/libctl-3.0.1.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/libctl/libctl-3.0.1.ebuild,v 1.4 2007/07/13 06:57:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.1.ebuild,v 1.5 2008/01/18 14:15:40 markusle Exp $
DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
@@ -22,7 +22,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc COPYING NEWS AUTHORS COPYRIGHT ChangeLog
+ dodoc NEWS AUTHORS COPYRIGHT ChangeLog
dodoc examples/*.h examples/*.c examples/*.scm examples/*.ctl
dodoc examples/README examples/Makefile.in examples/Makefile
}
diff --git a/sci-libs/libctl/libctl-3.0.2.ebuild b/sci-libs/libctl/libctl-3.0.2.ebuild
index e37fdb3807c5..26635d5a1451 100644
--- a/sci-libs/libctl/libctl-3.0.2.ebuild
+++ b/sci-libs/libctl/libctl-3.0.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/libctl/libctl-3.0.2.ebuild,v 1.2 2007/08/17 00:35:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.2.ebuild,v 1.3 2008/01/18 14:15:40 markusle Exp $
DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE="examples"
-DEPEND="=dev-scheme/guile-1.6*"
+DEPEND=">=dev-scheme/guile-1.6"
src_compile() {
econf --enable-shared || die "econf failed"