Added 3.0.1
authorPeter Bienstman <pbienst@gentoo.org>
Wed, 7 Jun 2006 18:06:03 +0000 (18:06 +0000)
committerPeter Bienstman <pbienst@gentoo.org>
Wed, 7 Jun 2006 18:06:03 +0000 (18:06 +0000)
Package-Manager: portage-2.0.54-r2

sci-libs/libctl/ChangeLog
sci-libs/libctl/Manifest
sci-libs/libctl/files/digest-libctl-3.0.1 [new file with mode: 0644]
sci-libs/libctl/libctl-3.0.1.ebuild [new file with mode: 0644]

index 1a5bd64f4417324b04404b9f6d1a2f3db1bc75e6..553e3d66a785225df25a9ad82b60ff97fab4428f 100644 (file)
@@ -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)
 
index 95e4ef280849c1a9cfeafcdad2e630b07a5262dd..f952f8cf15df8afb9d0a9340d568566496cae040 100644 (file)
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 b7b349dbbae1f2da32bd3113f3282ff9 ChangeLog 967
+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 84b765c1a3174fd4f102289b5d2a5a6b libctl-3.0.1.ebuild 868
 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 (file)
index 0000000..715747d
--- /dev/null
@@ -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 (file)
index 0000000..5af2af1
--- /dev/null
@@ -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
+}