summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-30 15:10:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-30 15:11:24 +1000
commit8d730bc7b0bef4be83fc8740af77acffc6d52280 (patch)
treec796f9deb4361b3e6b56eb1fd221817b6e9548c3 /sci-libs/galib/files
parentsci-libs/galib: stabilise 2.4.7-r1 for amd64/x86 (diff)
downloadgentoo-8d730bc7b0bef4be83fc8740af77acffc6d52280.tar.gz
gentoo-8d730bc7b0bef4be83fc8740af77acffc6d52280.tar.bz2
gentoo-8d730bc7b0bef4be83fc8740af77acffc6d52280.zip
sci-libs/galib: remove 2.4.6/2.4.7
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-libs/galib/files')
-rw-r--r--sci-libs/galib/files/galib-2.4.6-gcc4-gentoo.patch23
-rw-r--r--sci-libs/galib/files/galib-2.4.6-makefile.patch12
2 files changed, 0 insertions, 35 deletions
diff --git a/sci-libs/galib/files/galib-2.4.6-gcc4-gentoo.patch b/sci-libs/galib/files/galib-2.4.6-gcc4-gentoo.patch
deleted file mode 100644
index ed2621649eef..000000000000
--- a/sci-libs/galib/files/galib-2.4.6-gcc4-gentoo.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur galib246/ga/gaconfig.h galib246-new/ga/gaconfig.h
---- galib246/ga/gaconfig.h 2005-01-31 10:46:09.000000000 -0500
-+++ galib246-new/ga/gaconfig.h 2006-09-26 19:38:09.000000000 -0400
-@@ -192,7 +192,9 @@
-
- // determine the compiler
- #if defined(__GNUG__) || defined(__GNUC__)
--#if __GNUC__ == 3
-+#if __GNUC__ == 4
-+#define GALIB_COMPILER "gcc4"
-+#elif __GNUC__ == 3
- #define GALIB_COMPILER "gcc3"
- #elif __GNUC__ == 2
- #define GALIB_COMPILER "gcc2"
-@@ -365,7 +367,7 @@
- #define GALIB_USE_PID
- #define GALIB_USE_EMPTY_TEMPLATES
- #define GALIB_NEED_INSTANTIATION_PREFIX
--#if __GNUC__ == 3
-+#if __GNUC__ >= 3
- #define GALIB_USE_ANSI_HEADERS
- #define GALIB_USE_STD_NAMESPACE
- #define GALIB_USE_COMP_OPERATOR_TEMPLATES
diff --git a/sci-libs/galib/files/galib-2.4.6-makefile.patch b/sci-libs/galib/files/galib-2.4.6-makefile.patch
deleted file mode 100644
index a2ced027a4a1..000000000000
--- a/sci-libs/galib/files/galib-2.4.6-makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- galib246/ga/makefile.sources 2000-02-03 14:00:46.000000000 -0600
-+++ galib246-new/ga/makefile.sources 2006-04-30 09:30:13.000000000 -0500
-@@ -8,7 +8,8 @@
- GA1DBinStrGenome.h GA2DBinStrGenome.h GA3DBinStrGenome.h GABin2DecGenome.h \
- GA1DArrayGenome.h GA2DArrayGenome.h GA3DArrayGenome.h \
- GAStringGenome.h GARealGenome.h \
-- GATreeBASE.h GATree.h GATreeGenome.h GAListBASE.h GAList.h GAListGenome.h
-+ GATreeBASE.h GATree.h GATreeGenome.h GAListBASE.h GAList.h GAListGenome.h \
-+ std_stream.h
- SRCS= garandom.C gaerror.C GAParameter.C GAStatistics.C \
- GABaseGA.C GASStateGA.C GASimpleGA.C GAIncGA.C GADemeGA.C GADCrowdingGA.C \
- GASelector.C GAScaling.C GAPopulation.C GAGenome.C \