diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-16 13:01:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-08-16 13:01:25 +0000 |
commit | 9bd67c516b544a5d78d8abcf925f816efb123be3 (patch) | |
tree | c105f555c8cdabf2ff5474858469616a00fdb647 /sci-libs/libctl | |
parent | Initial import. Closing bug #65354. (diff) | |
download | gentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.tar.gz gentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.tar.bz2 gentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.zip |
Version bump, cleaning and added longdescription in metadata.xml
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-libs/libctl')
-rw-r--r-- | sci-libs/libctl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libctl/files/digest-libctl-3.0.2 | 3 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.0.2.ebuild | 27 | ||||
-rw-r--r-- | sci-libs/libctl/metadata.xml | 13 |
4 files changed, 50 insertions, 1 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 485f8d4fed94..af2fe977c845 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/libctl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.8 2007/02/22 01:20:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.9 2007/08/16 13:01:25 bicatali Exp $ + +*libctl-3.0.2 (16 Aug 2007) + + 16 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + +libctl-3.0.2.ebuild: + Version bump, cleaning and added longdescription in metadata.xml 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-libs/libctl/files/digest-libctl-3.0.2 b/sci-libs/libctl/files/digest-libctl-3.0.2 new file mode 100644 index 000000000000..be1188047440 --- /dev/null +++ b/sci-libs/libctl/files/digest-libctl-3.0.2 @@ -0,0 +1,3 @@ +MD5 dff367aa94e68a507678f0f3d48b1165 libctl-3.0.2.tar.gz 431795 +RMD160 ae1932a2ca0a39dcfb3dbd440f542c97b63bf7a5 libctl-3.0.2.tar.gz 431795 +SHA256 a765e103ddbb561350752a35e97d89703bf3d6ec5b1f8ed0a2c01c7f58c4d586 libctl-3.0.2.tar.gz 431795 diff --git a/sci-libs/libctl/libctl-3.0.2.ebuild b/sci-libs/libctl/libctl-3.0.2.ebuild new file mode 100644 index 000000000000..56e0dd8823e1 --- /dev/null +++ b/sci-libs/libctl/libctl-3.0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 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.1 2007/08/16 13:01:25 bicatali 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 +} diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml index b229aec85b8f..f3ee95a33ea6 100644 --- a/sci-libs/libctl/metadata.xml +++ b/sci-libs/libctl/metadata.xml @@ -2,4 +2,17 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> +<longdescription lang="en"> +Scientific software for performing large computations is typically managed +using textual control files that specify the parameters of the computation. +Historically, these control files have typically consisted of long, +inflexible collections of numbers whose meaning and format is hard-coded +into the program. With libctl, we make it easy for programmers to support +a greatly superior control file structure, and with less effort than was +required for traditional input formats. +The "ctl" in "libctl" stands for Control Language (by convention, libctl +control files end with ".ctl" and are referred to as ctl files). Thus, +libctl is the Control Language Library (where the "lib" prefix follows the +Unix idiom). +</longdescription> </pkgmetadata> |