summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bienstman <pbienst@gentoo.org>2006-06-07 18:06:03 +0000
committerPeter Bienstman <pbienst@gentoo.org>2006-06-07 18:06:03 +0000
commita3b3246e6aa47c517a38162fdc63ab9f2626bbfa (patch)
treeb7cc105467357c4d0c692ec1206d55f6d3d1afa4 /sci-libs/libctl
parentFixed SRC_URI, bug #135899. (diff)
downloadgentoo-2-a3b3246e6aa47c517a38162fdc63ab9f2626bbfa.tar.gz
gentoo-2-a3b3246e6aa47c517a38162fdc63ab9f2626bbfa.tar.bz2
gentoo-2-a3b3246e6aa47c517a38162fdc63ab9f2626bbfa.zip
Added 3.0.1
(Portage version: 2.0.54-r2)
Diffstat (limited to 'sci-libs/libctl')
-rw-r--r--sci-libs/libctl/ChangeLog9
-rw-r--r--sci-libs/libctl/Manifest16
-rw-r--r--sci-libs/libctl/files/digest-libctl-3.0.11
-rw-r--r--sci-libs/libctl/libctl-3.0.1.ebuild29
4 files changed, 41 insertions, 14 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog
index 1a5bd64f4417..553e3d66a785 100644
--- a/sci-libs/libctl/ChangeLog
+++ b/sci-libs/libctl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/libctl
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.2 2004/12/29 00:20:11 swegener Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.3 2006/06/07 18:06:03 pbienst Exp $
+
+*libctl-3.0.1 (07 Jun 2006)
+
+ 07 Jun 2006; <pbienst@gentoo.org> +libctl-3.0.1.ebuild:
+ Added new version.
*libctl-2.2 (28 Dec 2004)
diff --git a/sci-libs/libctl/Manifest b/sci-libs/libctl/Manifest
index 95e4ef280849..bdfcc335a7b8 100644
--- a/sci-libs/libctl/Manifest
+++ b/sci-libs/libctl/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 ad79f1855b21effb65664687a7c9d7e3 ChangeLog 968
+MD5 39defd793bca19eea46ea1d36b9bb01b files/digest-libctl-2.2 62
+MD5 cf19465db2f55523d70776c21c8092e7 files/digest-libctl-3.0.1 64
MD5 c7c303875c39d80a2815ee8667d9d256 libctl-2.2.ebuild 866
-MD5 90296bd083e2ef2d809822d5d016ca4a ChangeLog 859
+MD5 3e400126df2f2272af46fd41227e314b libctl-3.0.1.ebuild 867
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 39defd793bca19eea46ea1d36b9bb01b files/digest-libctl-2.2 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB0fhBI1lqEGTUzyQRAt4gAJ93ivBAiMOjznBp21M7AULUwsY6gACfUEOU
-J3spzT3WqmHPe3J4rrm5MSo=
-=Mog6
------END PGP SIGNATURE-----
diff --git a/sci-libs/libctl/files/digest-libctl-3.0.1 b/sci-libs/libctl/files/digest-libctl-3.0.1
new file mode 100644
index 000000000000..715747de338b
--- /dev/null
+++ b/sci-libs/libctl/files/digest-libctl-3.0.1
@@ -0,0 +1 @@
+MD5 c7f4d1fd8bbc9dba7fe583e079995f3f libctl-3.0.1.tar.gz 431568
diff --git a/sci-libs/libctl/libctl-3.0.1.ebuild b/sci-libs/libctl/libctl-3.0.1.ebuild
new file mode 100644
index 000000000000..5af2af113a85
--- /dev/null
+++ b/sci-libs/libctl/libctl-3.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 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.1 2006/06/07 18:06:03 pbienst Exp $
+
+
+DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
+SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
+HOMEPAGE="http://ab-initio.mit.edu/libctl/"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-util/guile"
+
+src_compile() {
+ #econf --prefix=${D}/usr --mandir=${D}/usr/man || die
+ econf || die "econf failed"
+ MAKEOPTS="-j1" emake || die # Note: emake gives strange errors.
+}
+
+src_install() {
+ einstall || die
+ dodoc COPYING NEWS AUTHORS COPYRIGHT ChangeLog
+ dodoc examples/*.h examples/*.c examples/*.scm examples/*.ctl
+ dodoc examples/README examples/Makefile.in examples/Makefile
+}