From 7a3fb0e916250a9f65fee6b0953595cf61eb316e Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 3 Mar 2004 12:08:07 +0000 Subject: Removed cvs in patch. --- media-sound/muse/files/muse-0.8.1-strings.patch | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'media-sound/muse') diff --git a/media-sound/muse/files/muse-0.8.1-strings.patch b/media-sound/muse/files/muse-0.8.1-strings.patch index 100b49cbfda3..f41cc904653c 100644 --- a/media-sound/muse/files/muse-0.8.1-strings.patch +++ b/media-sound/muse/files/muse-0.8.1-strings.patch @@ -1,5 +1,6 @@ ---- gtkgui/listpack.cpp 2003-03-28 18:27:34.000000000 +0100 -+++ gtkgui/listpack.cpp 2003-09-30 11:56:50.000000000 +0200 +diff -Naur MuSE-0.8.1.orig/gtkgui/listpack.cpp MuSE-0.8.1/gtkgui/listpack.cpp +--- MuSE-0.8.1.orig/gtkgui/listpack.cpp 2003-03-28 09:27:34.000000000 -0800 ++++ MuSE-0.8.1/gtkgui/listpack.cpp 2004-03-03 04:04:05.000000000 -0800 @@ -49,9 +49,7 @@ item->container = container; item->data = data; @@ -11,17 +12,9 @@ /**list = g_list_append(*list, (void *) item);*/ *list = g_list_insert(*list, (void *) item, pos-1); return true; ---- ncursesgui/about.cpp 2002-05-30 08:56:45.000000000 -0500 -+++ ncursesgui/about.cpp 2003-08-15 11:12:11.000000000 -0500 -@@ -15,7 +15,7 @@ - * this source code; if not, write to: - * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * -- * $Id: muse-0.8.1-strings.patch,v 1.1 2004/03/03 11:58:36 eradicator Exp $ -+ * $Id: muse-0.8.1-strings.patch,v 1.1 2004/03/03 11:58:36 eradicator Exp $ - * - */ - +diff -Naur MuSE-0.8.1.orig/ncursesgui/about.cpp MuSE-0.8.1/ncursesgui/about.cpp +--- MuSE-0.8.1.orig/ncursesgui/about.cpp 2002-05-30 06:56:45.000000000 -0700 ++++ MuSE-0.8.1/ncursesgui/about.cpp 2004-03-03 04:04:05.000000000 -0800 @@ -58,81 +58,80 @@ warning ("aboutbox::setitem()"); char src[8192]; -- cgit v1.2.3-65-gdbad