summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-03 18:03:35 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-03 18:03:35 +0000
commitc2796b345c68d8628a0e50438930f7f522cba617 (patch)
treedb81dfa5a56fc16e59f570e36ef38fcdf0e76bbc /sci-libs/gaul-devel
parentInitial commit. Import from gentoo-guis overlay. Ebuild by Andrew Schenck <ga... (diff)
downloadgentoo-2-c2796b345c68d8628a0e50438930f7f522cba617.tar.gz
gentoo-2-c2796b345c68d8628a0e50438930f7f522cba617.tar.bz2
gentoo-2-c2796b345c68d8628a0e50438930f7f522cba617.zip
Added static-libs, keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gaul-devel')
-rw-r--r--sci-libs/gaul-devel/ChangeLog8
-rw-r--r--sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild10
-rw-r--r--sci-libs/gaul-devel/metadata.xml12
3 files changed, 22 insertions, 8 deletions
diff --git a/sci-libs/gaul-devel/ChangeLog b/sci-libs/gaul-devel/ChangeLog
index bb19b5717ae6..24c11cabd6b4 100644
--- a/sci-libs/gaul-devel/ChangeLog
+++ b/sci-libs/gaul-devel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gaul-devel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.11 2011/06/26 14:47:52 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.12 2012/08/03 18:03:35 bicatali Exp $
+
+ 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org>
+ gaul-devel-0.1849-r2.ebuild, metadata.xml:
+ Added static-libs, keyword amd64-linux x86-linux
26 Jun 2011; Justin Lecher <jlec@gentoo.org> gaul-devel-0.1849-r1.ebuild,
gaul-devel-0.1849-r2.ebuild, metadata.xml:
diff --git a/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild
index 8720550184e3..03f7e41de5c0 100644
--- a/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild
+++ b/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild,v 1.2 2011/06/26 14:47:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1849-r2.ebuild,v 1.3 2012/08/03 18:03:35 bicatali Exp $
EAPI=4
@@ -12,8 +12,8 @@ SRC_URI="mirror://sourceforge/gaul/${P}-0.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug slang"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug slang static-libs"
DEPEND="
sys-apps/sed
@@ -37,7 +37,7 @@ src_configure() {
else
myconf="${myconf} --enable-g=no"
fi
- econf ${myconf}
+ econf $(use_enable static-libs static) ${myconf}
}
src_install() {
diff --git a/sci-libs/gaul-devel/metadata.xml b/sci-libs/gaul-devel/metadata.xml
index d369d068ffb8..1afce9284468 100644
--- a/sci-libs/gaul-devel/metadata.xml
+++ b/sci-libs/gaul-devel/metadata.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
+<herd>sci</herd>
+<longdescription lang='en'>
+ The Genetic Algorithm Utility Library is a
+ flexible programming library designed to aid in the development of
+ applications that use genetic, or evolutionary, algorithms. It
+ provides data structures and functions for handling and manipulation
+ of the data required for serial and parallel evolutionary
+ algorithms. Additional stochastic algorithms are provided for
+ comparison to the genetic algorithms. Much of the functionality is
+ also available through a simple S-Lang interface.
+</longdescription>
</pkgmetadata>