summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 06:52:51 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 06:52:51 +0000
commit3822a2e57d6d9fbe9c39889510c9852c993ff0ac (patch)
tree51d24f53890be579a5266127c50f15372e029276 /x11-wm/sawfish/files
parentgnome-1.x removal (diff)
downloadgentoo-2-3822a2e57d6d9fbe9c39889510c9852c993ff0ac.tar.gz
gentoo-2-3822a2e57d6d9fbe9c39889510c9852c993ff0ac.tar.bz2
gentoo-2-3822a2e57d6d9fbe9c39889510c9852c993ff0ac.zip
gnome-1.x removal
(Portage version: 2.1.2_rc3-r7) (Unsigned Manifest commit)
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r--x11-wm/sawfish/files/capplet-crash.patch23
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-1.0.1-r63
-rw-r--r--x11-wm/sawfish/files/sawfish-1.0.1-exec.patch13
3 files changed, 0 insertions, 39 deletions
diff --git a/x11-wm/sawfish/files/capplet-crash.patch b/x11-wm/sawfish/files/capplet-crash.patch
deleted file mode 100644
index 2d2f19ec06cf..000000000000
--- a/x11-wm/sawfish/files/capplet-crash.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- capplet/sawmill-capplet.c.orig Thu Jan 24 22:31:39 2002
-+++ capplet/sawmill-capplet.c Thu Jan 24 22:52:59 2002
-@@ -104,7 +104,7 @@
- display_error (const char *message)
- {
- GtkWidget *label;
--
-+
- if (ui_handler_id != 0)
- {
- gtk_input_remove (ui_handler_id);
-@@ -119,7 +119,10 @@
- if (ui_socket != 0)
- {
- gtk_container_remove (GTK_CONTAINER (capplet), ui_socket);
-- gtk_object_destroy (GTK_OBJECT (ui_socket));
-+
-+ if (GTK_IS_OBJECT (ui_socket)) {
-+ gtk_object_destroy (GTK_OBJECT (ui_socket));
-+ }
- ui_socket = 0;
- }
-
diff --git a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r6 b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r6
deleted file mode 100644
index e93ccedfbf1f..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b1587ea76cca08ec951f2536c17a307e sawfish-1.0.1.tar.gz 1326727
-RMD160 4a073bb33bee9a7502e9b645e8064ae1dad8314c sawfish-1.0.1.tar.gz 1326727
-SHA256 a0b0f6d76ed1bbd765a8bf0c48dc8853a53009b874116ceed700193e6bd62e62 sawfish-1.0.1.tar.gz 1326727
diff --git a/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch b/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch
deleted file mode 100644
index 0033ea08e62f..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- lisp/Makefile.in.orig Sat Mar 16 17:55:30 2002
-+++ lisp/Makefile.in Sat Mar 16 17:57:12 2002
-@@ -26,8 +26,7 @@
- VPATH=@srcdir@:@top_srcdir@
-
- # also in themes/Makefile.in
--sawfish_prog = $(rep_LIBTOOL) --mode=execute -dlopen ../src/gradient.la \
-- ../src/sawfish --batch --no-rc
-+sawfish_prog = ../src/sawfish --batch --no-rc
- COMPILE_ENV = SAWFISHLISPDIR=. \
- SAWFISHEXECDIR=$(top_builddir)/src/.libexec \
- SAWFISHDOCFILE=../DOC
-