summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-09-21 15:30:17 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-09-21 15:30:17 +0000
commitcb003f98046ef5afd4c61f2ca4ac7ba8d682b114 (patch)
treee43e278a761c0d48b1ba2cfd3c83235f2342c7ef /sci-libs
parent7.1-r5 stable for x86, cleanup. (diff)
downloadhistorical-cb003f98046ef5afd4c61f2ca4ac7ba8d682b114.tar.gz
historical-cb003f98046ef5afd4c61f2ca4ac7ba8d682b114.tar.bz2
historical-cb003f98046ef5afd4c61f2ca4ac7ba8d682b114.zip
2.4.6 stable for x86, cleanup
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/galib/ChangeLog6
-rw-r--r--sci-libs/galib/Manifest7
-rw-r--r--sci-libs/galib/files/digest-galib-2.4.51
-rw-r--r--sci-libs/galib/files/galib-2.4.5-gcc3.3.patch12
-rw-r--r--sci-libs/galib/galib-2.4.5.ebuild40
-rw-r--r--sci-libs/galib/galib-2.4.6.ebuild4
6 files changed, 9 insertions, 61 deletions
diff --git a/sci-libs/galib/ChangeLog b/sci-libs/galib/ChangeLog
index e622e011ff60..71bed58dfb65 100644
--- a/sci-libs/galib/ChangeLog
+++ b/sci-libs/galib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/galib
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/ChangeLog,v 1.3 2005/04/25 12:25:59 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/ChangeLog,v 1.4 2005/09/21 15:30:17 phosphan Exp $
+
+ 21 Sep 2005; Patrick Kursawe <phosphan@gentoo.org>
+ -files/galib-2.4.5-gcc3.3.patch, -galib-2.4.5.ebuild, galib-2.4.6.ebuild:
+ 2.4.6 stable for x86, cleanup
*galib-2.4.6 (25 Apr 2005)
diff --git a/sci-libs/galib/Manifest b/sci-libs/galib/Manifest
index 58630b53c224..a332ca450291 100644
--- a/sci-libs/galib/Manifest
+++ b/sci-libs/galib/Manifest
@@ -1,7 +1,4 @@
-MD5 785719c6c19ed8a8ad7b5d1c8456861b galib-2.4.6.ebuild 786
-MD5 ecd2bef5cf110ed3f53a5d463527c727 galib-2.4.5.ebuild 991
-MD5 0d119c2812db68cb73c6a71473ade357 ChangeLog 854
+MD5 b6d3fef6bfb0ecc314026e2dc63f66b2 galib-2.4.6.ebuild 785
+MD5 588c3450a27bbb080a92bc4a512a4192 ChangeLog 1016
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 e5d3346954cd2e5477fda23e6bc3c916 files/galib-2.4.5-gcc3.3.patch 438
-MD5 d2d902e9c308e59752fcd77e290a5b9d files/digest-galib-2.4.5 60
MD5 9dd810dbc6aff5930c14ed8a4da6c6d3 files/digest-galib-2.4.6 57
diff --git a/sci-libs/galib/files/digest-galib-2.4.5 b/sci-libs/galib/files/digest-galib-2.4.5
deleted file mode 100644
index 8d869281d50a..000000000000
--- a/sci-libs/galib/files/digest-galib-2.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a19b7692c3c18741cc0a120d36de165 galib245.tar.gz 385224
diff --git a/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch b/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch
deleted file mode 100644
index bba1dc122c90..000000000000
--- a/sci-libs/galib/files/galib-2.4.5-gcc3.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ga/GARealGenome.h 2004-05-27 14:51:05.239072957 +0200
-+++ ga/GARealGenome.h 2004-05-27 15:02:21.824011198 +0200
-@@ -18,6 +18,9 @@
- typedef GAAlleleSet<float> GARealAlleleSet;
- typedef GAAlleleSetArray<float> GARealAlleleSetArray;
-
-+float GAAlleleSet<float>::allele() const;
-+float GAAlleleSet<float>::allele(unsigned) const;
-+
- typedef GA1DArrayAlleleGenome<float> GARealGenome;
-
- inline void GARealUniformInitializer(GAGenome& g){
diff --git a/sci-libs/galib/galib-2.4.5.ebuild b/sci-libs/galib/galib-2.4.5.ebuild
deleted file mode 100644
index 60aab8517faa..000000000000
--- a/sci-libs/galib/galib-2.4.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/galib-2.4.5.ebuild,v 1.2 2005/04/25 12:25:59 phosphan Exp $
-
-inherit eutils
-
-DESCRIPTION="library for using genetic algorithms in C++ programs"
-
-HOMEPAGE="http://lancet.mit.edu/ga/"
-SRC_URI="ftp://lancet.mit.edu/pub/ga/galib245.tar.gz"
-LICENSE="GAlib"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=sys-apps/sed-4"
-
-S=${WORKDIR}/galib245
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gcc3.3.patch
- for file in examples/*.C ga/gaconfig.h; do
- for thing in iostream fstream; do
- sed -e "s:${thing}.h:${thing}:" -i ${file};
- done
- done
-}
-
-src_compile() {
- make CXXFLAGS="${CXXFLAGS}" || die "make failed"
-}
-
-src_install() {
- dodir /usr/lib /usr/include
- make LIB_DEST_DIR=${D}/usr/lib/ HDR_DEST_DIR=${D}/usr/include/ install || die
- dohtml -r doc/*
- dodoc RELEASE-NOTES README
- cp -r examples ${D}/usr/share/doc/${PF}/
-}
diff --git a/sci-libs/galib/galib-2.4.6.ebuild b/sci-libs/galib/galib-2.4.6.ebuild
index 6e02c9de693c..beb8a90bb510 100644
--- a/sci-libs/galib/galib-2.4.6.ebuild
+++ b/sci-libs/galib/galib-2.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/galib-2.4.6.ebuild,v 1.1 2005/04/25 12:25:59 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/galib-2.4.6.ebuild,v 1.2 2005/09/21 15:30:17 phosphan Exp $
inherit eutils
@@ -12,7 +12,7 @@ HOMEPAGE="http://lancet.mit.edu/ga/"
SRC_URI="http://lancet.mit.edu/ga/dist/galib${MYPV}.tgz"
LICENSE="GAlib"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=""