diff options
author | 2008-02-02 00:25:10 +0000 | |
---|---|---|
committer | 2008-02-02 00:25:10 +0000 | |
commit | a47ef31f7bbcf6d08151a31b6699d92c50aecac7 (patch) | |
tree | 585edded8dafb875c291baebf69dfdc9be0cb0bd /gnome-extra | |
parent | Remove old (diff) | |
download | gentoo-2-a47ef31f7bbcf6d08151a31b6699d92c50aecac7.tar.gz gentoo-2-a47ef31f7bbcf6d08151a31b6699d92c50aecac7.tar.bz2 gentoo-2-a47ef31f7bbcf6d08151a31b6699d92c50aecac7.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-extra')
3 files changed, 0 insertions, 84 deletions
diff --git a/gnome-extra/gnome-keyring-manager/files/gnome-keyring-manager-2.16.0-select-segfault.patch b/gnome-extra/gnome-keyring-manager/files/gnome-keyring-manager-2.16.0-select-segfault.patch deleted file mode 100644 index a274ed3edb8a..000000000000 --- a/gnome-extra/gnome-keyring-manager/files/gnome-keyring-manager-2.16.0-select-segfault.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/gnome-keyring-manager-acl-display.c -=================================================================== -RCS file: /cvs/gnome/gnome-keyring-manager/src/gnome-keyring-manager-acl-display.c,v -retrieving revision 1.3 -diff -u -p -d -r1.3 gnome-keyring-manager-acl-display.c ---- src/gnome-keyring-manager-acl-display.c 3 Apr 2006 21:16:09 -0000 1.3 -+++ src/gnome-keyring-manager-acl-display.c 5 Oct 2006 17:09:59 -0000 -@@ -402,7 +402,7 @@ gkm_acl_display_set_acl (GKMAclDisplay * - path = gnome_keyring_item_ac_get_path_name (ac); - - /* We don't want to include ourself in the list. */ -- if (app_path && g_str_equal (path, app_path)) -+ if (app_path && path && g_str_equal (path, app_path)) - { - self->priv->gkm_ac = gnome_keyring_access_control_copy (ac); - } diff --git a/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.14.0.ebuild b/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.14.0.ebuild deleted file mode 100644 index 0077d840defb..000000000000 --- a/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.14.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.14.0.ebuild,v 1.10 2006/10/20 23:54:37 agriffis Exp $ - -inherit gnome2 - -DESCRIPTION="A keyring management program for the GNOME Desktop" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="static" - -RDEPEND=">=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/gnome-keyring-0.3.2 - >=gnome-base/gconf-2" - -DEPEND="${RDEPEND} - >=app-text/scrollkeeper-0.3.8 - >=dev-util/intltool-0.28 - >=dev-util/pkgconfig-0.9 - >=app-text/gnome-doc-utils-0.3.2" - -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable static) --disable-scrollkeeper" -} diff --git a/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.16.0-r1.ebuild b/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.16.0-r1.ebuild deleted file mode 100644 index 8fa55337fa77..000000000000 --- a/gnome-extra/gnome-keyring-manager/gnome-keyring-manager-2.16.0-r1.ebuild +++ /dev/null @@ -1,37 +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/gnome-keyring-manager/gnome-keyring-manager-2.16.0-r1.ebuild,v 1.11 2007/10/14 13:29:54 eva Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A keyring management program for the GNOME Desktop" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="static" - -RDEPEND=">=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/gnome-keyring-0.3.2 - >=gnome-base/gconf-2" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.28 - >=dev-util/pkgconfig-0.9 - >=app-text/scrollkeeper-0.3.8 - >=app-text/gnome-doc-utils-0.3.2" - -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable static) --disable-scrollkeeper" -} - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/${PN}-2.16.0-select-segfault.patch -} |