diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-26 20:47:02 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-26 20:47:02 +0000 |
commit | 39a07a880170947fa995b3f34d5a227372fc3320 (patch) | |
tree | 6541b5ced9087bf35d029313d20bd4e74f6f7446 /gnome-extra/gnome-games/files | |
parent | Marking 2.10.1 stable (x86) (diff) | |
download | historical-39a07a880170947fa995b3f34d5a227372fc3320.tar.gz historical-39a07a880170947fa995b3f34d5a227372fc3320.tar.bz2 historical-39a07a880170947fa995b3f34d5a227372fc3320.zip |
Marking 2.10.1 stable (x86). Cleaning old ebuilds/patches.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-extra/gnome-games/files')
9 files changed, 0 insertions, 126 deletions
diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.4.2 b/gnome-extra/gnome-games/files/digest-gnome-games-2.4.2 deleted file mode 100644 index 7ff404756fcf..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce45ec6f0a3180b096ebb2c7dc6c69a5 gnome-games-2.4.2.tar.bz2 7410489 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.6.2 b/gnome-extra/gnome-games/files/digest-gnome-games-2.6.2 deleted file mode 100644 index d200808fffa0..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b43e035912ec7e941568b571f1237ae gnome-games-2.6.2.tar.bz2 8269706 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1 deleted file mode 100644 index f40b184dd0be..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3c675e29c835cfa765fbd6ae4a289cc gnome-games-2.8.1.tar.bz2 5926555 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1-r1 b/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1-r1 deleted file mode 100644 index f40b184dd0be..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3c675e29c835cfa765fbd6ae4a289cc gnome-games-2.8.1.tar.bz2 5926555 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.2 b/gnome-extra/gnome-games/files/digest-gnome-games-2.8.2 deleted file mode 100644 index 9a462514fd29..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 cbc1013dd490c017fd443ba8ed50c0b2 gnome-games-2.8.2.tar.bz2 5925337 diff --git a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.3 b/gnome-extra/gnome-games/files/digest-gnome-games-2.8.3 deleted file mode 100644 index 2808c46f4f62..000000000000 --- a/gnome-extra/gnome-games/files/digest-gnome-games-2.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ee8f7cb3a95a5e69a7c9cbb4dc6c66a gnome-games-2.8.3.tar.bz2 5923240 diff --git a/gnome-extra/gnome-games/files/gnome-games-2.6.2-amd64.patch b/gnome-extra/gnome-games/files/gnome-games-2.6.2-amd64.patch deleted file mode 100644 index 900afe561538..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.6.2-amd64.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff -ru gnome-games-2.6.2/gnometris/blockops.cpp /tmp/gnome-games-2.6.2/gnometris/blockops.cpp ---- gnome-games-2.6.2/gnometris/blockops.cpp 2003-05-31 20:01:34.000000000 -0700 -+++ /tmp/gnome-games-2.6.2/gnometris/blockops.cpp 2004-08-14 03:14:13.863616496 -0700 -@@ -33,7 +33,7 @@ - "y", (double) y * BLOCK_SIZE, - "width", (double) BLOCK_SIZE, - "height", (double) BLOCK_SIZE, -- 0); -+ NULL); - - return it; - } -diff -ru gnome-games-2.6.2/gnometris/field.cpp /tmp/gnome-games-2.6.2/gnometris/field.cpp ---- gnome-games-2.6.2/gnometris/field.cpp 2002-05-04 09:43:54.000000000 -0700 -+++ /tmp/gnome-games-2.6.2/gnometris/field.cpp 2004-08-14 03:13:43.052300528 -0700 -@@ -56,7 +56,7 @@ - "y", (double) 0, - "width", (double) COLUMNS * BLOCK_SIZE, - "height", (double) LINES * BLOCK_SIZE, -- 0); -+ NULL); - else - bg = gnome_canvas_item_new( - gnome_canvas_root(GNOME_CANVAS(w)), -@@ -68,5 +68,5 @@ - "fill_color", "black", - "outline_color", "black", - "width_units", 1.0, -- 0); -+ NULL); - } -diff -ru gnome-games-2.6.2/gnometris/tetris.cpp /tmp/gnome-games-2.6.2/gnometris/tetris.cpp ---- gnome-games-2.6.2/gnometris/tetris.cpp 2004-02-23 03:09:11.000000000 -0700 -+++ /tmp/gnome-games-2.6.2/gnometris/tetris.cpp 2004-08-14 03:14:01.866440344 -0700 -@@ -202,7 +202,7 @@ - "y", LINES*BLOCK_SIZE/2.0, - "text", _("Paused"), - "size_points", 36.0, -- 0 -+ NULL - ); - - /* Since gnome_canvas doesn't support setting the size of text in -@@ -230,7 +230,7 @@ - "y", LINES*BLOCK_SIZE/2.0, - "text", _("Game Over"), - "size_points", 36.0, -- 0 -+ NULL - ); - - gnome_canvas_item_get_bounds (gameoverMessage, &x1, &y1, &x2, &y2); diff --git a/gnome-extra/gnome-games/files/gnome-games-2.8.0-pkgconfig_gconf.patch b/gnome-extra/gnome-games/files/gnome-games-2.8.0-pkgconfig_gconf.patch deleted file mode 100644 index 3169480f7603..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.8.0-pkgconfig_gconf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr gnome-games-2.8.0/configure.in gnome-games-2.8.0.patched/configure.in ---- gnome-games-2.8.0/configure.in 2004-09-13 09:33:18.000000000 +0200 -+++ gnome-games-2.8.0.patched/configure.in 2004-09-20 19:18:00.450262408 +0200 -@@ -57,7 +57,7 @@ - GNOME_VFS_REQUIRED=1.9.11 - LIBRSVG_REQUIRED=2.0 - --PKG_CHECK_MODULES(GNOME_GAMES, libglade-2.0 libgnome-2.0 >= $LIBGNOME_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED gconf-2.0 >= $GTK_REQUIRED gnome-vfs-module-2.0 >= $GNOME_VFS_REQUIRED gtk+-2.0 >= $GTK_REQUIRED librsvg-2.0 >= $LIBRSVG_REQUIRED) -+PKG_CHECK_MODULES(GNOME_GAMES, libglade-2.0 libgnome-2.0 >= $LIBGNOME_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gnome-vfs-module-2.0 >= $GNOME_VFS_REQUIRED gtk+-2.0 >= $GTK_REQUIRED librsvg-2.0 >= $LIBRSVG_REQUIRED) - - AC_SUBST(GNOME_GAMES_CFLAGS) - AC_SUBST(GNOME_GAMES_LIBS) diff --git a/gnome-extra/gnome-games/files/gnome-games-2.8.1-fix_upgrade.patch b/gnome-extra/gnome-games/files/gnome-games-2.8.1-fix_upgrade.patch deleted file mode 100644 index a9551a38ee13..000000000000 --- a/gnome-extra/gnome-games/files/gnome-games-2.8.1-fix_upgrade.patch +++ /dev/null @@ -1,56 +0,0 @@ -=================================================================== -RCS file: /cvs/gnome/gnome-games/glines/glines.c,v -retrieving revision 1.88 -retrieving revision 1.89 -diff -u -r1.88 -r1.89 ---- glines.c 2004/10/14 09:08:47 1.88 -+++ glines.c 2004/11/16 06:07:48 1.89 -@@ -127,31 +127,26 @@ - g_free (tmp); - - -- /* Just think of this as an if statement, but we want to use break. */ -- while (!g_file_test (fn, G_FILE_TEST_EXISTS)) { -+ if (!g_file_test (fn, G_FILE_TEST_EXISTS)) { - char * message; - GtkWidget * w; -- -- /* ball.png was replaced with balls.svg. */ -- if (g_utf8_collate (fname, "ball.png") == 0) { -- tmp = g_build_filename ("glines", "balls.svg", NULL); -- fn = gnome_program_locate_file (NULL, GNOME_FILE_DOMAIN_APP_PIXMAP, (tmp), FALSE, NULL); -- g_free (tmp); -- if (g_file_test (fn, G_FILE_TEST_EXISTS)) -- break; -+ -+ tmp = g_build_filename ("glines", "balls.svg", NULL); -+ fn = gnome_program_locate_file (NULL, GNOME_FILE_DOMAIN_APP_PIXMAP, (tmp), FALSE, NULL); -+ g_free (tmp); -+ if (!g_file_test (fn, G_FILE_TEST_EXISTS)) { -+ message = g_strdup_printf (_("Five or More could not find image file:\n%s\n\n" -+ "Please check Five or More is installed correctly."), fn); -+ w = gtk_message_dialog_new (GTK_WINDOW (app), -+ GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, -+ GTK_MESSAGE_ERROR, -+ GTK_BUTTONS_OK, -+ message, -+ NULL); -+ gtk_dialog_run (GTK_DIALOG (w)); -+ g_free (message); -+ exit (1); - } -- -- message = g_strdup_printf (_("Five or More could not find image file:\n%s\n\n" -- "Please check Five or More is installed correctly."), fn); -- w = gtk_message_dialog_new (GTK_WINDOW (app), -- GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, -- GTK_MESSAGE_ERROR, -- GTK_BUTTONS_OK, -- message, -- NULL); -- gtk_dialog_run (GTK_DIALOG (w)); -- g_free (message); -- exit (1); - } - - tmp_preimage = games_preimage_new_from_uri (fn, NULL); |