summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-05-03 22:17:27 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-05-03 22:17:27 +0000
commit929dc0cf3bb2e83852f15f306e8432d248a3d259 (patch)
treef179772ad8f07aac4137662f43481643ba5cf26b /gnome-extra/gtkhtml/files
parentAutomated update of use.local.desc (diff)
downloadhistorical-929dc0cf3bb2e83852f15f306e8432d248a3d259.tar.gz
historical-929dc0cf3bb2e83852f15f306e8432d248a3d259.tar.bz2
historical-929dc0cf3bb2e83852f15f306e8432d248a3d259.zip
Clean up orphaned patches.
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.0.10-no-extern-cluealigned.diff11
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.14.3-get_left_margin-fix.patch28
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch61
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.2-i18n.patch45
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.6.2-fbsd.patch10
5 files changed, 0 insertions, 155 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.0.10-no-extern-cluealigned.diff b/gnome-extra/gtkhtml/files/gtkhtml-3.0.10-no-extern-cluealigned.diff
deleted file mode 100644
index ba6875c22afa..000000000000
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.0.10-no-extern-cluealigned.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --exclude='*~' --exclude='.*' -I '$Id:' -urN gtkhtml-3.0.10.orig/src/htmlcluealigned.h gtkhtml-3.0.10/src/htmlcluealigned.h
---- gtkhtml-3.0.10.orig/src/htmlcluealigned.h 2005-08-10 00:27:22.000000000 -0400
-+++ gtkhtml-3.0.10/src/htmlcluealigned.h 2005-08-10 08:03:00.000000000 -0400
-@@ -38,7 +38,6 @@
- };
-
-
--extern HTMLClueAlignedClass html_cluealigned_class;
-
-
- void html_cluealigned_type_init (void);
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.14.3-get_left_margin-fix.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.14.3-get_left_margin-fix.patch
deleted file mode 100644
index ed705fcbf30c..000000000000
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.14.3-get_left_margin-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Patch from Milan Crha <mcrha@redhat.com> from http://bugzilla.gnome.org/show_bug.cgi?id=426496
-to hopefully fix crashes in html_object_get_left_margin
-
-Index: src/htmlembedded.c
-===================================================================
---- src/htmlembedded.c (revision 8509)
-+++ src/htmlembedded.c (working copy)
-@@ -120,6 +120,7 @@
- gtk_container_remove (GTK_CONTAINER (element->parent), element->widget);
- } else {
- g_object_ref_sink (element->widget);
-+ g_object_unref (element->widget);
- }
- }
-
-Index: src/gtkhtml.c
-===================================================================
---- src/gtkhtml.c (revision 8509)
-+++ src/gtkhtml.c (working copy)
-@@ -4515,7 +4515,7 @@
- {
- GtkAdjustment *adj;
- gint line_height;
-- gfloat delta;
-+ gfloat delta = 0;
-
- /* we dont want scroll in editable (move cursor instead) */
- if (html_engine_get_editable (html->engine) || html->engine->caret_mode)
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch
deleted file mode 100644
index a2e9a6325245..000000000000
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:29 1.1
-+++ gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:50
-@@ -23,6 +23,7 @@
- #include <config.h>
- #include <libgnome/gnome-i18n.h>
- #include <string.h>
-+#include <glib/gi18n-lib.h>
- #include "gi-color-combo.h"
- #include "htmlengine-edit.h"
- #include "htmlengine-edit-clueflowstyle.h"
---- gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:26 1.1
-+++ gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:52
-@@ -24,6 +24,7 @@
- #include <libgnome/gnome-i18n.h>
- #include <string.h>
- #include <glade/glade.h>
-+#include <glib/gi18n-lib.h>
-
- #include "gtkhtml.h"
- #include "htmlcursor.h"
---- gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:24 1.1
-+++ gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:35
-@@ -27,6 +27,7 @@
- #include <libgnome/gnome-i18n.h>
- #include <gnome.h>
- #include <bonobo.h>
-+#include <glib/gi18n-lib.h>
-
- #include "gi-color-combo.h"
- #include "toolbar.h"
---- gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:03 1.1
-+++ gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:16
-@@ -23,6 +23,7 @@
- #include <config.h>
- #include <libgnome/gnome-i18n.h>
- #include <string.h>
-+#include <glib/gi18n-lib.h>
- #include "gtkhtml-compat.h"
- #include "htmlcursor.h"
- #include "htmlengine.h"
---- gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:44:57 1.1
-+++ gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:45:11
-@@ -36,6 +36,7 @@
- #include <libgnomecanvas/gnome-canvas.h>
- #include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
- #include <gdk/gdkcolor.h>
-+#include <glib/gi18n-lib.h>
- #include "gi-color-group.h"
- #include "gi-color-palette.h"
- #include "gi-colors.h"
---- gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:35 1.1
-+++ gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:46
-@@ -23,6 +23,7 @@
-
- #include <config.h>
- #include <libgnome/gnome-i18n.h>
-+#include <glib/gi18n-lib.h>
-
- #include <gnome.h>
- #include <bonobo.h>
-
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.2-i18n.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.2-i18n.patch
deleted file mode 100644
index e4ad9a3f8123..000000000000
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.2-i18n.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- gtkhtml-3.2.5/src/gtkhtml.c.orig 2005-03-13 16:04:23.000000000 +0000
-+++ gtkhtml-3.2.5/src/gtkhtml.c 2005-03-13 16:07:42.000000000 +0000
-@@ -27,7 +27,7 @@
- #include <gdk-pixbuf/gdk-pixbuf.h>
- #include <gtk/gtk.h>
- #include <string.h>
--
-+#include <glib/gi18n-lib.h>
- #include <gnome.h>
-
- #include "../a11y/factory.h"
---- gtkhtml-3.2.5/src/htmlbutton.c.orig 2005-03-13 16:03:52.000000000 +0000
-+++ gtkhtml-3.2.5/src/htmlbutton.c 2005-03-13 16:08:00.000000000 +0000
-@@ -26,6 +26,7 @@
- #include "htmlform.h"
- #include <string.h>
- #include <libgnome/gnome-i18n.h>
-+#include <glib/gi18n-lib.h>
-
- HTMLButtonClass html_button_class;
-
---- gtkhtml-3.2.5/src/htmlengine-print.c.orig 2005-03-13 16:06:27.000000000 +0000
-+++ gtkhtml-3.2.5/src/htmlengine-print.c 2005-03-13 16:09:36.000000000 +0000
-@@ -23,6 +23,8 @@
- #include <gtk/gtk.h>
- #include <libgnome/gnome-i18n.h>
- #include <libgnomeui/gnome-dialog-util.h>
-+#include <glib/gi18n-lib.h>
-+
- #include "gtkhtml.h"
- #include "gtkhtml-private.h"
- #include "gtkhtml-properties.h"
---- gtkhtml-3.2.5/src/test.c.orig 2005-03-13 16:10:20.000000000 +0000
-+++ gtkhtml-3.2.5/src/test.c 2005-03-13 16:12:28.000000000 +0000
-@@ -36,8 +36,10 @@
- #include <gtk/gtkbutton.h>
- #include <gtk/gtksignal.h>
-
-+#include <config.h>
- #include <libgnome/gnome-i18n.h>
- #include <libgnomeui/gnome-ui-init.h>
-+#include <glib/gi18n-lib.h>
-
- #include "gtkhtml.h"
- #include "gtkhtmldebug.h"
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.6.2-fbsd.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.6.2-fbsd.patch
deleted file mode 100644
index df4fac948548..000000000000
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.6.2-fbsd.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- po/Makefile.in.in.orig Tue Nov 23 17:53:53 2004
-+++ po/Makefile.in.in Tue Nov 23 17:58:38 2004
-@@ -31,6 +31,7 @@
- localedir = $(libdir)/locale
- gnulocaledir = $(datadir)/locale
- gettextsrcdir = $(datadir)/glib-2.0/gettext/po
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- subdir = po
-
- INSTALL = @INSTALL@