diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-24 15:22:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-24 15:22:16 +0000 |
commit | ef69ac47be3128660cf6b7f011e996098578a9a7 (patch) | |
tree | 9ffa1fc05c3823ee5221bb9ca76d39e9efad7704 /sci-libs | |
parent | x86 stable wrt bug #404859 (diff) | |
download | gentoo-2-ef69ac47be3128660cf6b7f011e996098578a9a7.tar.gz gentoo-2-ef69ac47be3128660cf6b7f011e996098578a9a7.tar.bz2 gentoo-2-ef69ac47be3128660cf6b7f011e996098578a9a7.zip |
Cleaned old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libctl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.0.3.ebuild | 30 | ||||
-rw-r--r-- | sci-libs/libctl/metadata.xml | 4 |
3 files changed, 7 insertions, 33 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 322e22d775b3..97d649fb7034 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libctl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.20 2012/02/24 15:08:40 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.21 2012/02/24 15:22:16 jlec Exp $ + + 24 Feb 2012; Justin Lecher <jlec@gentoo.org> -libctl-3.0.3.ebuild, + metadata.xml: + Cleaned old 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libctl-3.1.ebuild: x86 stable wrt bug #386953 diff --git a/sci-libs/libctl/libctl-3.0.3.ebuild b/sci-libs/libctl/libctl-3.0.3.ebuild deleted file mode 100644 index 281ab125c7a7..000000000000 --- a/sci-libs/libctl/libctl-3.0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v 1.4 2011/06/21 15:13:10 jlec Exp $ - -inherit fortran-2 - -DESCRIPTION="Guile-based library for scientific simulations" -HOMEPAGE="http://ab-initio.mit.edu/libctl/" -SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="examples" - -DEPEND=" - virtual/fortran - >=dev-scheme/guile-1.6" -RDEPEND="${DEPEND}" - -src_compile() { - econf --enable-shared - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc NEWS AUTHORS ChangeLog - use examples && doins -r examples -} diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml index 83f990f73b91..9bcae3a7754e 100644 --- a/sci-libs/libctl/metadata.xml +++ b/sci-libs/libctl/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> libctl is the Control Language library implementing a control file structure aimed at simplifying the control file writing in scientific simulations. The "ctl" in "libctl" stands for Control |