summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-06-13 19:39:09 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-06-13 19:39:09 +0000
commit30361dd7452daae9f05d7b2a53ad562248e37b98 (patch)
treec4bdb7a4b3e964b52acf0cdf9fc3b7ba33d7e1fd /games-puzzle
parentrm (diff)
downloadgentoo-2-30361dd7452daae9f05d7b2a53ad562248e37b98.tar.gz
gentoo-2-30361dd7452daae9f05d7b2a53ad562248e37b98.tar.bz2
gentoo-2-30361dd7452daae9f05d7b2a53ad562248e37b98.zip
rm
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-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);
- };