diff options
author | 2009-07-30 12:29:57 +0000 | |
---|---|---|
committer | 2009-07-30 12:29:57 +0000 | |
commit | cfc1fc6165de8aa4bec22f1620d4e11d28c57081 (patch) | |
tree | 976d67c4c427da85d240b3664222167d2a269836 /games-arcade/moagg/files | |
parent | Remove karchiver, masked since 09 Jun 2009 for 30 days. (diff) | |
download | historical-cfc1fc6165de8aa4bec22f1620d4e11d28c57081.tar.gz historical-cfc1fc6165de8aa4bec22f1620d4e11d28c57081.tar.bz2 historical-cfc1fc6165de8aa4bec22f1620d4e11d28c57081.zip |
Remove moagg, masked sinec 09 Jun 2009 for 30 days.
Diffstat (limited to 'games-arcade/moagg/files')
-rw-r--r-- | games-arcade/moagg/files/moagg-0.18-gcc42.patch | 41 | ||||
-rw-r--r-- | games-arcade/moagg/files/moagg-0.18-gcc43.patch | 70 |
2 files changed, 0 insertions, 111 deletions
diff --git a/games-arcade/moagg/files/moagg-0.18-gcc42.patch b/games-arcade/moagg/files/moagg-0.18-gcc42.patch deleted file mode 100644 index 11b03ace9b20..000000000000 --- a/games-arcade/moagg/files/moagg-0.18-gcc42.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur moagg.old/libMoaggCore/include/Exception.h moagg-0.18/libMoaggCore/include/Exception.h ---- moagg.old/libMoaggCore/include/Exception.h 2005-04-17 09:40:18.000000000 +0000 -+++ moagg-0.18/libMoaggCore/include/Exception.h 2007-05-07 18:14:44.000000000 +0000 -@@ -1,7 +1,7 @@ - #ifndef EXCEPTION_H - #define EXCEPTION_H - --#include <iosfwd> -+#include <iostream> - #include <string> - - //---------------------------------------------------------------------------- -diff -ur moagg.old/libMoaggCore/include/MathTools.h moagg-0.18/libMoaggCore/include/MathTools.h ---- moagg.old/libMoaggCore/include/MathTools.h 2005-04-17 09:40:18.000000000 +0000 -+++ moagg-0.18/libMoaggCore/include/MathTools.h 2007-05-07 18:24:52.000000000 +0000 -@@ -62,6 +62,8 @@ - double m_x; - double m_y; - }; -+ Vector operator+(const Vector &v1, const Vector &v2); -+ Vector operator-(const Vector &v1, const Vector &v2); - - - //------------------------------------------------------------------------ -diff -ur moagg.old/libMoaggCore/include/Tools.h moagg-0.18/libMoaggCore/include/Tools.h ---- moagg.old/libMoaggCore/include/Tools.h 2005-04-17 09:40:18.000000000 +0000 -+++ moagg-0.18/libMoaggCore/include/Tools.h 2007-05-16 19:08:35.000000000 +0000 -@@ -34,13 +34,8 @@ - - - //---------------------------------------------------------------------------- --#if defined __GNUC__ && ! defined __LINT__ --#define MIN(X, Y) ((X) <? (Y)) --#define MAX(X, Y) ((X) >? (Y)) --#else - #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) - #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) --#endif //!__GNUC__ - - //---------------------------------------------------------------------------- - #define ZAP_POINTER(p) delete p; p = NULL; diff --git a/games-arcade/moagg/files/moagg-0.18-gcc43.patch b/games-arcade/moagg/files/moagg-0.18-gcc43.patch deleted file mode 100644 index 3ac983fa3ef2..000000000000 --- a/games-arcade/moagg/files/moagg-0.18-gcc43.patch +++ /dev/null @@ -1,70 +0,0 @@ -http://bugs.gentoo.org/220193 - ---- libMoaggCore/src/LevelReader.cpp -+++ libMoaggCore/src/LevelReader.cpp -@@ -1,4 +1,5 @@ - #include <sstream> -+#include <cstring> - - #include "Exception.h" - #include "Configuration.h" ---- libMoaggCore/src/System.cpp -+++ libMoaggCore/src/System.cpp -@@ -4,6 +4,7 @@ - #include <cerrno> - #include <sstream> - #include <list> -+#include <cstring> - - #include "Tools.h" - #include "SyscallException.h" ---- libMoaggCore/src/Tools.cpp -+++ libMoaggCore/src/Tools.cpp -@@ -2,6 +2,7 @@ - #include <iostream> - #include <sstream> - #include <set> -+#include <cstdlib> - - #include "Exception.h" - #include "Tools.h" ---- libMoaggGame/src/Tiles.cpp -+++ libMoaggGame/src/Tiles.cpp -@@ -2,6 +2,7 @@ - #include <cassert> - #include <sstream> - #include <iomanip> -+#include <memory> - - - #include "Configuration.h" ---- testsuite/MyAssertionTraits.h -+++ testsuite/MyAssertionTraits.h -@@ -2,6 +2,7 @@ - #define MYASSERTIONTRAITS_H - - #include <cppunit/TestAssert.h> -+#include <cstring> - - CPPUNIT_NS_BEGIN - ---- tools/convertmap.cpp -+++ tools/convertmap.cpp -@@ -3,6 +3,7 @@ - #include <memory> - #include <list> - #include <cassert> -+#include <cstdlib> - - #include "Matrix.h" - #include "File.h" ---- tools/modifymap.cpp -+++ tools/modifymap.cpp -@@ -2,6 +2,7 @@ - #include <iostream> - #include <memory> - #include <list> -+#include <cstdlib> - - #include "Matrix.h" - #include "File.h" |