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
commit6513e779fb087e500e112666848fe6acf580de82 (patch)
treefcb5cc9f6a98a7d20eb1f30fd26783d98bc718be /sci-libs/galib/files
parent7.1-r5 stable for x86, cleanup. (diff)
downloadgentoo-2-6513e779fb087e500e112666848fe6acf580de82.tar.gz
gentoo-2-6513e779fb087e500e112666848fe6acf580de82.tar.bz2
gentoo-2-6513e779fb087e500e112666848fe6acf580de82.zip
2.4.6 stable for x86, cleanup
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/galib/files')
-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
2 files changed, 0 insertions, 13 deletions
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){