summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-31 01:12:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-31 01:12:24 +0100
commit96c12e8961a79e7169ba777f2698c86205f66c88 (patch)
tree29fd07a18063fa0bd934d8953902cf2601d5372c /dev-games/cegui/files
parentdev-games/cegui: Fix build with ICU 59 (diff)
downloadgentoo-96c12e8961a79e7169ba777f2698c86205f66c88.tar.gz
gentoo-96c12e8961a79e7169ba777f2698c86205f66c88.tar.bz2
gentoo-96c12e8961a79e7169ba777f2698c86205f66c88.zip
dev-games/cegui: Drop old
Closes: https://bugs.gentoo.org/642496 Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'dev-games/cegui/files')
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-dups.patch12
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-gcc43.patch10
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-gcc46.patch10
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-games/cegui/files/cegui-0.6.2b-dups.patch b/dev-games/cegui/files/cegui-0.6.2b-dups.patch
deleted file mode 100644
index a4d80c4347dc..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-dups.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur _orig_CEGUI-0.6.2/include/elements/Makefile.am CEGUI-0.6.2/include/elements/Makefile.am
---- _orig_CEGUI-0.6.2/include/elements/Makefile.am 2008-01-02 15:26:05.000000000 +0100
-+++ CEGUI-0.6.2/include/elements/Makefile.am 2010-07-11 13:12:16.786338068 +0200
-@@ -21,8 +21,6 @@
- CEGUIItemListBaseProperties.h \
- CEGUIItemListbox.h \
- CEGUIItemListboxProperties.h \
-- CEGUIListHeader.h \
-- CEGUIListHeaderProperties.h \
- CEGUIListbox.h \
- CEGUIListboxItem.h \
- CEGUIListboxProperties.h \
diff --git a/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch b/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch
deleted file mode 100644
index 09695626ceff..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- RendererModules/directfbRenderer/directfb-renderer.h
-+++ RendererModules/directfbRenderer/directfb-renderer.h
-@@ -28,6 +28,7 @@
- #include "CEGUIBase.h"
- #include <directfb.h>
-
-+#include <algorithm>
- #include <vector>
- #include <list>
-
diff --git a/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch b/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch
deleted file mode 100644
index 88f8fccfc206..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cegui/include/CEGUIString.h.old 2011-04-27 14:33:25.862856070 +0200
-+++ cegui/include/CEGUIString.h 2011-04-27 14:33:49.780351908 +0200
-@@ -34,6 +34,7 @@
- #include <string>
- #include <string.h>
- #include <stdexcept>
-+#include <cstddef>
-
- // Start of CEGUI namespace section
- namespace CEGUI