diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-21 15:30:17 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-21 15:30:17 +0000 |
commit | 6513e779fb087e500e112666848fe6acf580de82 (patch) | |
tree | fcb5cc9f6a98a7d20eb1f30fd26783d98bc718be /sci-libs/galib/files | |
parent | 7.1-r5 stable for x86, cleanup. (diff) | |
download | gentoo-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.5 | 1 | ||||
-rw-r--r-- | sci-libs/galib/files/galib-2.4.5-gcc3.3.patch | 12 |
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){ |