summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libctl/libctl-2.2.ebuild')
-rw-r--r--sci-libs/libctl/libctl-2.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-libs/libctl/libctl-2.2.ebuild b/sci-libs/libctl/libctl-2.2.ebuild
deleted file mode 100644
index ca6d71bc0437..000000000000
--- a/sci-libs/libctl/libctl-2.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.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"
-HOMEPAGE="http://ab-initio.mit.edu/libctl/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-scheme/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 NEWS AUTHORS COPYRIGHT ChangeLog
- dodoc examples/*.h examples/*.c examples/*.scm examples/*.ctl
- dodoc examples/README examples/Makefile.in examples/Makefile
-}