summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2004-01-06 20:04:10 +0000
committerGeorge Shapovalov <george@gentoo.org>2004-01-06 20:04:10 +0000
commit5187f200e718d104dbbea1d604ca687f753ce7d7 (patch)
tree61ac13a13cc03804679f463735b49842294f79fb /dev-libs
parentnew package (belongs to sci herd, but its a lib) (diff)
downloadgentoo-2-5187f200e718d104dbbea1d604ca687f753ce7d7.tar.gz
gentoo-2-5187f200e718d104dbbea1d604ca687f753ce7d7.tar.bz2
gentoo-2-5187f200e718d104dbbea1d604ca687f753ce7d7.zip
new package (belongs to sci herd, but its a lib)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libctl/ChangeLog10
-rw-r--r--dev-libs/libctl/Manifest4
-rw-r--r--dev-libs/libctl/files/digest-libctl-2.21
-rw-r--r--dev-libs/libctl/libctl-2.2.ebuild28
-rw-r--r--dev-libs/libctl/metadata.xml5
5 files changed, 47 insertions, 1 deletions
diff --git a/dev-libs/libctl/ChangeLog b/dev-libs/libctl/ChangeLog
new file mode 100644
index 000000000000..b47face4a377
--- /dev/null
+++ b/dev-libs/libctl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/libctl
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libctl/ChangeLog,v 1.1 2004/01/06 20:03:59 george Exp $
+
+*libctl-2.2.ebuild (06 Jan 2004)
+
+ 06 Jan 2004; George Shapovalov <george@gentoo.org> libctl-2.2.ebuild, Manifest, files/{digest-libctl-2.2} :
+ initial release
+ Guile-based library implementing flexible control files for scientific simulations
+ ebuild submitted by Peter Bienstman <Peter.Bienstman@rug.ac.be>
diff --git a/dev-libs/libctl/Manifest b/dev-libs/libctl/Manifest
index 20874627616a..7543a366271e 100644
--- a/dev-libs/libctl/Manifest
+++ b/dev-libs/libctl/Manifest
@@ -1,2 +1,4 @@
-MD5 d1935eab6b86e988d05dccc477f975c0 libctl-2.2.ebuild 783
+MD5 cbcdaf2cd3f4d93acb358416f56f36b3 libctl-2.2.ebuild 866
+MD5 8657d4a7914c4ce8aee3f0c38b08c1dd ChangeLog 517
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 39defd793bca19eea46ea1d36b9bb01b files/digest-libctl-2.2 62
diff --git a/dev-libs/libctl/files/digest-libctl-2.2 b/dev-libs/libctl/files/digest-libctl-2.2
new file mode 100644
index 000000000000..55d3a4cf6691
--- /dev/null
+++ b/dev-libs/libctl/files/digest-libctl-2.2
@@ -0,0 +1 @@
+MD5 42952239477963418a917d25836abd44 libctl-2.2.tar.gz 185325
diff --git a/dev-libs/libctl/libctl-2.2.ebuild b/dev-libs/libctl/libctl-2.2.ebuild
new file mode 100644
index 000000000000..59e374e6618d
--- /dev/null
+++ b/dev-libs/libctl/libctl-2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libctl/libctl-2.2.ebuild,v 1.1 2004/01/06 20:03:59 george 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"
+
+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
+}
diff --git a/dev-libs/libctl/metadata.xml b/dev-libs/libctl/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/dev-libs/libctl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>