summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-09 22:14:40 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-09 22:14:40 +0000
commitd7f5f806b72fbda1376e732c474179edced10f85 (patch)
treed8bfd4e733174234eb7cb7e310cc311673250011 /gnome-extra/gconf-editor
parentRemove old (diff)
downloadgentoo-2-d7f5f806b72fbda1376e732c474179edced10f85.tar.gz
gentoo-2-d7f5f806b72fbda1376e732c474179edced10f85.tar.bz2
gentoo-2-d7f5f806b72fbda1376e732c474179edced10f85.zip
Remove a stale patch and an old 2.16 version
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra/gconf-editor')
-rw-r--r--gnome-extra/gconf-editor/files/gconf-editor-2.14.0-mem_corrupt.patch41
-rw-r--r--gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild26
2 files changed, 0 insertions, 67 deletions
diff --git a/gnome-extra/gconf-editor/files/gconf-editor-2.14.0-mem_corrupt.patch b/gnome-extra/gconf-editor/files/gconf-editor-2.14.0-mem_corrupt.patch
deleted file mode 100644
index a3377af511e3..000000000000
--- a/gnome-extra/gconf-editor/files/gconf-editor-2.14.0-mem_corrupt.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Index: src/gconf-editor-window.c
-===================================================================
-RCS file: /cvs/gnome/gconf-editor/src/gconf-editor-window.c,v
-retrieving revision 1.93
-diff -u -p -r1.93 gconf-editor-window.c
---- src/gconf-editor-window.c 30 Jan 2006 06:15:01 -0000 1.93
-+++ src/gconf-editor-window.c 17 Mar 2006 14:57:51 -0000
-@@ -950,7 +950,7 @@ gconf_editor_gconf_value_changed (GConfC
- gconf_add_recent_key (window, key);
- }
-
-- g_free (value);
-+ gconf_value_free (value);
- g_free (key);
- gtk_tree_path_free (path);
- }
-Index: src/gconf-list-model.c
-===================================================================
-RCS file: /cvs/gnome/gconf-editor/src/gconf-list-model.c,v
-retrieving revision 1.16
-diff -u -p -r1.16 gconf-list-model.c
---- src/gconf-list-model.c 10 Feb 2005 11:19:13 -0000 1.16
-+++ src/gconf-list-model.c 17 Mar 2006 14:57:51 -0000
-@@ -83,7 +83,6 @@ gconf_list_model_notify_func (GConfClien
- path = gtk_tree_model_get_path (GTK_TREE_MODEL (list_model), &iter);
- gtk_tree_model_row_inserted (GTK_TREE_MODEL (list_model), path, &iter);
- gtk_tree_path_free (path);
--
- }
- else {
- list_model->stamp++;
-@@ -106,6 +105,8 @@ gconf_list_model_notify_func (GConfClien
- list_model->length--;
- g_hash_table_remove (list_model->key_hash, key);
- }
-+
-+ gtk_tree_path_free (path);
- }
- }
-
-
diff --git a/gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild b/gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild
deleted file mode 100644
index 2dd535264e2a..000000000000
--- a/gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.16.0.ebuild,v 1.10 2007/09/03 02:52:46 vapier Exp $
-
-inherit gnome2
-
-DESCRIPTION="An editor to the GNOME 2 config system"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2.10
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.6"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- app-text/gnome-doc-utils
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19"
-
-DOCS="AUTHORS ChangeLog NEWS README"