From edffcea577bc0c2b3ffa6fa3e8d17091ff07fe69 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Tue, 25 Sep 2012 15:16:54 +0000 Subject: Version bump with various bugfixes. Drop old. Make license more precise. (Portage version: 2.2.0_alpha132/cvs/Linux x86_64) --- app-accessibility/at-spi2-core/ChangeLog | 10 ++++- .../at-spi2-core/at-spi2-core-2.2.3.ebuild | 4 +- .../at-spi2-core/at-spi2-core-2.4.1.ebuild | 43 ---------------------- .../at-spi2-core/at-spi2-core-2.4.2.ebuild | 4 +- .../at-spi2-core/at-spi2-core-2.6.0.ebuild | 43 ++++++++++++++++++++++ ...ore-2.2.1-org.a11y.Bus.IsEnabled-property.patch | 27 -------------- 6 files changed, 56 insertions(+), 75 deletions(-) delete mode 100644 app-accessibility/at-spi2-core/at-spi2-core-2.4.1.ebuild create mode 100644 app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild delete mode 100644 app-accessibility/at-spi2-core/files/at-spi2-core-2.2.1-org.a11y.Bus.IsEnabled-property.patch (limited to 'app-accessibility') diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog index afaa68e89475..848646726743 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.9 2012/05/25 19:22:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.10 2012/09/25 15:16:54 tetromino Exp $ + +*at-spi2-core-2.6.0 (25 Sep 2012) + + 25 Sep 2012; Alexandre Rostovtsev + -files/at-spi2-core-2.2.1-org.a11y.Bus.IsEnabled-property.patch, + at-spi2-core-2.2.3.ebuild, -at-spi2-core-2.4.1.ebuild, + at-spi2-core-2.4.2.ebuild, +at-spi2-core-2.6.0.ebuild: + Version bump with various bugfixes. Drop old. Make license more precise. 25 May 2012; Alexis Ballier at-spi2-core-2.2.3.ebuild, at-spi2-core-2.4.2.ebuild: 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 c291e6962cbc..ecfb21dfa8b2 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 # 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.4 2012/05/25 19:22:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.5 2012/09/25 15:16:54 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ inherit eutils gnome2 DESCRIPTION="D-Bus accessibility specifications and registration daemon" HOMEPAGE="http://live.gnome.org/Accessibility" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="2" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd" IUSE="doc +introspection" diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.4.1.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.4.1.ebuild deleted file mode 100644 index 83b5ffd545c0..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.4.1.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.1.ebuild,v 1.1 2012/05/14 00:08:46 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="~amd64 ~arm ~hppa ~x86" -IUSE="doc +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/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) -" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - # xevie is deprecated/broken since xorg-1.6/1.7 - G2CONF="${G2CONF} --disable-xevie" -} - -src_prepare() { - # 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 fbcecf86e024..5f0490e19c86 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 # 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.2 2012/05/25 19:22:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild,v 1.3 2012/09/25 15:16:54 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ inherit eutils gnome2 DESCRIPTION="D-Bus accessibility specifications and registration daemon" HOMEPAGE="http://live.gnome.org/Accessibility" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="2" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd" IUSE="doc +introspection" diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild new file mode 100644 index 000000000000..b821058a4ee2 --- /dev/null +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild @@ -0,0 +1,43 @@ +# 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.6.0.ebuild,v 1.1 2012/09/25 15:16:54 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="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd" +IUSE="doc +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/intltool-0.40 + virtual/pkgconfig + doc? ( >=dev-util/gtk-doc-1.9 ) +" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README" + # xevie is deprecated/broken since xorg-1.6/1.7 + G2CONF="${G2CONF} --disable-xevie" +} + +src_prepare() { + # 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/files/at-spi2-core-2.2.1-org.a11y.Bus.IsEnabled-property.patch b/app-accessibility/at-spi2-core/files/at-spi2-core-2.2.1-org.a11y.Bus.IsEnabled-property.patch deleted file mode 100644 index 50d188868350..000000000000 --- a/app-accessibility/at-spi2-core/files/at-spi2-core-2.2.1-org.a11y.Bus.IsEnabled-property.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 166209e13b1eae0b6b239c868ae532702032831f Mon Sep 17 00:00:00 2001 -From: Mike Gorse -Date: Fri, 21 Oct 2011 14:25:30 -0500 -Subject: [PATCH] Fix return type of org.a11y.Bus.IsEnabled property - -org.a11y.Bus.Enabled was returning a variant struct with a bool, where -it should directly be returning a bool in the variant. ---- - bus/at-spi-bus-launcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c -index 3133a39..290ccbd 100644 ---- a/bus/at-spi-bus-launcher.c -+++ b/bus/at-spi-bus-launcher.c -@@ -247,7 +247,7 @@ handle_get_property (GDBusConnection *connection, - - if (g_strcmp0 (property_name, "IsEnabled") == 0) - { -- return g_variant_new ("(b)", app->a11y_enabled); -+ return g_variant_new ("b", app->a11y_enabled); - } - else - return NULL; --- -1.7.7.2 - -- cgit v1.2.3-65-gdbad