summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-06-13 19:39:09 +0000
committerTristan Heaven <tristan@gentoo.org>2009-06-13 19:39:09 +0000
commit9b28c3dccb17cbe29cbe155fd205bcde6571034b (patch)
treef1c63ac62df4ea778680b015a59cdf3fee2d6e53 /games-puzzle/groundhog
parentrm (diff)
downloadhistorical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.tar.gz
historical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.tar.bz2
historical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.zip
rm
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'games-puzzle/groundhog')
-rw-r--r--games-puzzle/groundhog/files/1.4-gcc3.patch39
-rw-r--r--games-puzzle/groundhog/files/groundhog-1.4-gcc41.patch11
2 files changed, 0 insertions, 50 deletions
diff --git a/games-puzzle/groundhog/files/1.4-gcc3.patch b/games-puzzle/groundhog/files/1.4-gcc3.patch
deleted file mode 100644
index ede4765ebba4..000000000000
--- a/games-puzzle/groundhog/files/1.4-gcc3.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ur src.orig/game.cc src/game.cc
---- src.orig/game.cc 2003-09-14 00:31:24.735219680 -0400
-+++ src/game.cc 2003-09-14 00:30:40.688915736 -0400
-@@ -18,7 +18,8 @@
-
- #include <config.h>
-
--#include <strstream.h>
-+#include <strstream>
-+using namespace std;
- #include <time.h>
- #include <unistd.h>
-
-diff -ur src.orig/highscore_tab.cc src/highscore_tab.cc
---- src.orig/highscore_tab.cc 2003-09-14 00:31:24.744218312 -0400
-+++ src/highscore_tab.cc 2003-09-14 00:30:56.376530856 -0400
-@@ -16,7 +16,8 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
--#include <strstream.h>
-+#include <strstream>
-+using namespace std;
-
- #include "highscore_tab.h"
- #include "intl.h"
-diff -ur src.orig/solved_dialog.cc src/solved_dialog.cc
---- src.orig/solved_dialog.cc 2003-09-14 00:31:24.743218464 -0400
-+++ src/solved_dialog.cc 2003-09-14 00:30:48.212771936 -0400
-@@ -16,7 +16,8 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
--#include <strstream.h>
-+#include <strstream>
-+using namespace std;
-
- #include "intl.h"
- #include "solved_dialog.h"
diff --git a/games-puzzle/groundhog/files/groundhog-1.4-gcc41.patch b/games-puzzle/groundhog/files/groundhog-1.4-gcc41.patch
deleted file mode 100644
index ace1ac2383b0..000000000000
--- a/games-puzzle/groundhog/files/groundhog-1.4-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/options_dialog.h.old 2006-05-07 22:26:32.000000000 +0200
-+++ src/options_dialog.h 2006-05-07 22:26:46.000000000 +0200
-@@ -28,7 +28,7 @@
- Game* _game;
- GtkWidget* _tooltips;
-
-- void OptionsDialog::OnOk();
-+ void OnOk();
- public:
- OptionsDialog(Game* game);
- };