# 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)
------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-----
--- /dev/null
+MD5 c7f4d1fd8bbc9dba7fe583e079995f3f libctl-3.0.1.tar.gz 431568
--- /dev/null
+# 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
+}