diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-05 08:42:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-05 08:42:33 +0000 |
commit | 59599cdd4160f32e1b985c1f3348021965bbcc98 (patch) | |
tree | e21f86fb0c7a0254e869f0889dfdbdc381b5f105 /games-arcade/monkey-bubble | |
parent | filter-flags in src_unpack (diff) | |
download | historical-59599cdd4160f32e1b985c1f3348021965bbcc98.tar.gz historical-59599cdd4160f32e1b985c1f3348021965bbcc98.tar.bz2 historical-59599cdd4160f32e1b985c1f3348021965bbcc98.zip |
remove unused patch
Diffstat (limited to 'games-arcade/monkey-bubble')
-rw-r--r-- | games-arcade/monkey-bubble/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/monkey-bubble/files/gcc-295.patch | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/games-arcade/monkey-bubble/Manifest b/games-arcade/monkey-bubble/Manifest index 2d93396b12b9..13f4ee480adb 100644 --- a/games-arcade/monkey-bubble/Manifest +++ b/games-arcade/monkey-bubble/Manifest @@ -1,5 +1,4 @@ MD5 1fdf22ebe9baaf123299287f31dfdabe ChangeLog 1308 MD5 666aacb39ae221b24aa576b705bc9564 monkey-bubble-0.1.6.ebuild 844 MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251 -MD5 c88e4b5ab2a88570cd17e63650ad4d85 files/gcc-295.patch 459 MD5 55d8d3b5c8d9359875c2d4b313806155 files/digest-monkey-bubble-0.1.6 72 diff --git a/games-arcade/monkey-bubble/files/gcc-295.patch b/games-arcade/monkey-bubble/files/gcc-295.patch deleted file mode 100644 index f80fe65afa03..000000000000 --- a/games-arcade/monkey-bubble/files/gcc-295.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- monkey-bubble-0.1.5/src/view/gdk-view.c.orig 2003-10-03 04:40:26.000000000 +0200 -+++ monkey-bubble-0.1.5/src/view/gdk-view.c 2003-10-03 04:42:27.000000000 +0200 -@@ -934,14 +934,12 @@ - - - void gdk_view_set_score(GdkView * d,int score) { -- Block * block; -- g_assert(IS_GDK_VIEW(d)); -- gdk_view_clear_score(d); -- -- -+ Block * block; - int pre_score; - int i = 0; -- -+ -+ g_assert(IS_GDK_VIEW(d)); -+ gdk_view_clear_score(d); - - if( score != 0 ) { - |