diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 17:53:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 17:53:22 +0000 |
commit | 9d238a7028e8406f4c3639752653503993b8261f (patch) | |
tree | 78a3e8a0024d689ed2d77763c802996bed75f9fe | |
parent | Fixed for as-needed, fixed pkg-config file when cxx is enabled, introduce tes... (diff) | |
download | gentoo-2-9d238a7028e8406f4c3639752653503993b8261f.tar.gz gentoo-2-9d238a7028e8406f4c3639752653503993b8261f.tar.bz2 gentoo-2-9d238a7028e8406f4c3639752653503993b8261f.zip |
keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
-rw-r--r-- | sci-libs/galib/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/galib/galib-2.4.7.ebuild | 10 | ||||
-rw-r--r-- | sci-libs/galib/metadata.xml | 7 |
3 files changed, 17 insertions, 9 deletions
diff --git a/sci-libs/galib/ChangeLog b/sci-libs/galib/ChangeLog index a7c6ef2a595b..f393436e684e 100644 --- a/sci-libs/galib/ChangeLog +++ b/sci-libs/galib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/galib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/ChangeLog,v 1.9 2011/06/26 10:33:03 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/ChangeLog,v 1.10 2012/08/03 17:53:22 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> galib-2.4.7.ebuild, + metadata.xml: + keyword amd64-linux x86-linux 26 Jun 2011; Justin Lecher <jlec@gentoo.org> galib-2.4.6.ebuild, galib-2.4.7.ebuild, metadata.xml: @@ -49,4 +53,3 @@ 16 Oct 2003; Patrick Kursawe <phosphan@gentoo.org> galib-2.4.5.ebuild, metadata.xml: Initial import, suggested in bug 26493 - diff --git a/sci-libs/galib/galib-2.4.7.ebuild b/sci-libs/galib/galib-2.4.7.ebuild index eeedc51db4cc..ba28d58ad9e9 100644 --- a/sci-libs/galib/galib-2.4.7.ebuild +++ b/sci-libs/galib/galib-2.4.7.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/galib/galib-2.4.7.ebuild,v 1.2 2011/06/26 10:33:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/galib-2.4.7.ebuild,v 1.3 2012/08/03 17:53:22 bicatali Exp $ EAPI=4 @@ -14,15 +14,15 @@ SRC_URI="http://lancet.mit.edu/ga/dist/galib${MYPV}.tgz" LICENSE="GAlib" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples" S="${WORKDIR}/galib${MYPV}" src_prepare() { sed -i \ - -e 's:/include:/usr/include:' \ - -e "s:/lib:/usr/$(get_libdir):" \ + -e 's:/include:${EPREFIX}/usr/include:' \ + -e "s:/lib:${EPREFIX}/usr/$(get_libdir):" \ -e '/^CXX/d' \ -e '/^CXXFLAGS/d' \ -e '/^LD/d' \ diff --git a/sci-libs/galib/metadata.xml b/sci-libs/galib/metadata.xml index d369d068ffb8..72dda8e8b7d3 100644 --- a/sci-libs/galib/metadata.xml +++ b/sci-libs/galib/metadata.xml @@ -1,5 +1,10 @@ <?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'> + GAlib contains a set of C++ genetic algorithm objects. The library + includes tools for using genetic algorithms to do optimization in + any C++ program using any representation and genetic operators. +</longdescription> </pkgmetadata> |