diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:28:08 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:28:08 +0000 |
commit | 21535af25587f83d79c065c4d12019a3dee8247c (patch) | |
tree | 3b0345d84bce5c8a4d892a6f51fa8f0604a85720 /app-accessibility | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-21535af25587f83d79c065c4d12019a3dee8247c.tar.gz gentoo-2-21535af25587f83d79c065c4d12019a3dee8247c.tar.bz2 gentoo-2-21535af25587f83d79c065c4d12019a3dee8247c.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-accessibility')
8 files changed, 15 insertions, 178 deletions
diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog index 2831a7f9030c..9c40ae3de304 100644 --- a/app-accessibility/at-spi2-core/ChangeLog +++ b/app-accessibility/at-spi2-core/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-accessibility/at-spi2-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.33 2013/02/25 08:44:05 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.34 2013/03/05 22:28:08 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + at-spi2-core-2.2.3.ebuild, at-spi2-core-2.4.2.ebuild, + -at-spi2-core-2.4.2-r1.ebuild, -at-spi2-core-2.6.2-r2.ebuild, + -files/at-spi2-core-2.6.2-deregister.patch, + -files/at-spi2-core-2.6.2-hung-crash-1.patch, + -files/at-spi2-core-2.6.2-hung-crash-2.patch: + Clean up old revisions. 25 Feb 2013; Zac Medico <zmedico@gentoo.org> at-spi2-core-2.6.3.ebuild: Add ~arm-linux keyword. diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild index 15b6ca6dd3f9..db0e538e6f9d 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.11 2012/12/23 02:49:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.12 2013/03/05 22:28:08 eva Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" -KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc64 x86 ~amd64-fbsd" +KEYWORDS="amd64 arm x86" IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.28:2 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2-r1.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.4.2-r1.ebuild deleted file mode 100644 index 2a6a7656929c..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.4.2-r1.ebuild,v 1.1 2012/12/23 02:49:08 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="D-Bus accessibility specifications and registration daemon" -HOMEPAGE="http://live.gnome.org/Accessibility" - -LICENSE="LGPL-2+" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.28:2 - >=sys-apps/dbus-1 - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXtst - introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) -" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.40 - virtual/pkgconfig -" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS README" - # xevie is deprecated/broken since xorg-1.6/1.7 - G2CONF="${G2CONF} - --disable-xevie - $(use_enable introspection)" - - # disable teamspaces test since that requires Novell.ICEDesktop.Daemon - epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch" - - gnome2_src_prepare -} diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild index e9c173b79728..6496cc312b13 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild,v 1.10 2012/12/23 02:49:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild,v 1.11 2013/03/05 22:28:08 eva Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="ppc ppc64" IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.28:2 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.6.2-r2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.6.2-r2.ebuild deleted file mode 100644 index 50adc0e2b11b..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.6.2-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.2-r2.ebuild,v 1.3 2013/01/06 09:10:21 ago Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="D-Bus accessibility specifications and registration daemon" -HOMEPAGE="http://live.gnome.org/Accessibility" - -LICENSE="LGPL-2+" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.28:2 - >=sys-apps/dbus-1 - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXtst - introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.40 - virtual/pkgconfig -" - -src_prepare() { - # xevie is deprecated/broken since xorg-1.6/1.7 - G2CONF="${G2CONF} - --disable-xevie - $(use_enable introspection)" - - # disable teamspaces test since that requires Novell.ICEDesktop.Daemon - epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch" - - # important patches from 2.6.3 - epatch "${FILESDIR}/${P}-hung-crash-"{1,2}.patch - epatch "${FILESDIR}/${P}-deregister.patch" - - gnome2_src_prepare -} diff --git a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-deregister.patch b/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-deregister.patch deleted file mode 100644 index c5618b10895c..000000000000 --- a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-deregister.patch +++ /dev/null @@ -1,28 +0,0 @@ -From ca6778ba2a6c4fed24d5468213f8ed918f3dcbe4 Mon Sep 17 00:00:00 2001 -From: Mike Gorse <mgorse@suse.com> -Date: Fri, 7 Dec 2012 11:21:19 -0600 -Subject: [PATCH 3/3] Fix deregistering of applications - ---- - registryd/registry.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/registryd/registry.c b/registryd/registry.c -index a64e094..e283a90 100644 ---- a/registryd/registry.c -+++ b/registryd/registry.c -@@ -290,9 +290,10 @@ handle_disconnection (DBusConnection *bus, DBusMessage *message, void *user_data - for (i = 0; i < reg->apps->len; i++) - { - SpiReference *ref = g_ptr_array_index (reg->apps, i); -- while (!g_strcmp0 (old, ref->name)) -+ if (!g_strcmp0 (old, ref->name)) - { - remove_application (reg, bus, i); -+ i--; - } - } - --- -1.8.0 - diff --git a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-1.patch b/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-1.patch deleted file mode 100644 index 46d79ca757ad..000000000000 --- a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-1.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 860ccecf3de3fdca6742060174cab1f90d708fb3 Mon Sep 17 00:00:00 2001 -From: Mike Gorse <mgorse@suse.com> -Date: Thu, 6 Dec 2012 09:50:18 -0600 -Subject: [PATCH 1/3] Remove the correct datum when clearing a hung process - -When clearing hung processes, we were passing the wrong variable to -g_list_remove, meaning that the datum would never be removed from the -list, even though it had been freed, resulting in a crash. ---- - registryd/deviceeventcontroller.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c -index b8c1bc7..101dc6f 100644 ---- a/registryd/deviceeventcontroller.c -+++ b/registryd/deviceeventcontroller.c -@@ -1205,7 +1205,7 @@ reset_hung_process_from_ping (DBusPendingCall *pending, void *data) - if (!strcmp (l->data, data)) - { - g_free (l->data); -- hung_processes = g_slist_remove (hung_processes, data); -+ hung_processes = g_slist_remove (hung_processes, l->data); - break; - } - } --- -1.8.0 - diff --git a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-2.patch b/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-2.patch deleted file mode 100644 index 09234ac61578..000000000000 --- a/app-accessibility/at-spi2-core/files/at-spi2-core-2.6.2-hung-crash-2.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 00c94530c0d57808ac1f9e9b1525341654278ba3 Mon Sep 17 00:00:00 2001 -From: Mike Gorse <mgorse@suse.com> -Date: Fri, 7 Dec 2012 10:27:58 -0600 -Subject: [PATCH 2/3] Fix another crash when removing hung processes - -There was another instance where we were freeing the wrong data. ---- - registryd/deviceeventcontroller.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/registryd/deviceeventcontroller.c b/registryd/deviceeventcontroller.c -index 101dc6f..b14cd1e 100644 ---- a/registryd/deviceeventcontroller.c -+++ b/registryd/deviceeventcontroller.c -@@ -1179,7 +1179,7 @@ reset_hung_process (DBusPendingCall *pending, void *data) - if (!strcmp (l->data, dest)) - { - g_free (l->data); -- hung_processes = g_slist_remove (hung_processes, data); -+ hung_processes = g_slist_remove (hung_processes, l->data); - break; - } - } --- -1.8.0 - |