diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-12-07 10:10:06 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-12-07 10:10:06 +0000 |
commit | 4cec44f5a6954f736208a4ac64efe8f2dd85153b (patch) | |
tree | 9b2c2f38abe73fc59cbf9ee6adf2147a4431cb1d /sci-libs/libctl | |
parent | Removed old version (diff) | |
download | gentoo-2-4cec44f5a6954f736208a4ac64efe8f2dd85153b.tar.gz gentoo-2-4cec44f5a6954f736208a4ac64efe8f2dd85153b.tar.bz2 gentoo-2-4cec44f5a6954f736208a4ac64efe8f2dd85153b.zip |
Removed old versions
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-libs/libctl')
-rw-r--r-- | sci-libs/libctl/libctl-2.2.ebuild | 28 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.0.1.ebuild | 28 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.0.2.ebuild | 26 |
3 files changed, 0 insertions, 82 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 -} diff --git a/sci-libs/libctl/libctl-3.0.1.ebuild b/sci-libs/libctl/libctl-3.0.1.ebuild deleted file mode 100644 index 7f39a1ade4e9..000000000000 --- a/sci-libs/libctl/libctl-3.0.1.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-3.0.1.ebuild,v 1.5 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 ~amd64" - -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 -} diff --git a/sci-libs/libctl/libctl-3.0.2.ebuild b/sci-libs/libctl/libctl-3.0.2.ebuild deleted file mode 100644 index 26635d5a1451..000000000000 --- a/sci-libs/libctl/libctl-3.0.2.ebuild +++ /dev/null @@ -1,26 +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-3.0.2.ebuild,v 1.3 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 ~amd64" - -SLOT="0" -IUSE="examples" - -DEPEND=">=dev-scheme/guile-1.6" - -src_compile() { - econf --enable-shared || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc NEWS AUTHORS COPYRIGHT ChangeLog - use examples && doins -r examples -} |