diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 13:09:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 13:09:15 +0000 |
commit | 1ee0bb2e6b1004088d21fc18c1b089d9b8afa927 (patch) | |
tree | fb2b94c4ce67befdecff1801caeef4a7a9903275 /app-accessibility/at-spi2-core | |
parent | ppc/ppc64 stable wrt #391271 (diff) | |
download | gentoo-2-1ee0bb2e6b1004088d21fc18c1b089d9b8afa927.tar.gz gentoo-2-1ee0bb2e6b1004088d21fc18c1b089d9b8afa927.tar.bz2 gentoo-2-1ee0bb2e6b1004088d21fc18c1b089d9b8afa927.zip |
Version bump, remove old.
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/at-spi2-core')
-rw-r--r-- | app-accessibility/at-spi2-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/at-spi2-core/at-spi2-core-2.0.2-r1.ebuild | 47 | ||||
-rw-r--r-- | app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild (renamed from app-accessibility/at-spi2-core/at-spi2-core-2.2.2.ebuild) | 2 |
3 files changed, 8 insertions, 49 deletions
diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog index b83779866f20..230b5dc9fcf1 100644 --- a/app-accessibility/at-spi2-core/ChangeLog +++ b/app-accessibility/at-spi2-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/at-spi2-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.3 2011/11/20 15:23:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.4 2011/11/22 13:09:15 pacho Exp $ + +*at-spi2-core-2.2.3 (22 Nov 2011) + + 22 Nov 2011; Pacho Ramos <pacho@gentoo.org> +at-spi2-core-2.2.3.ebuild, + -at-spi2-core-2.0.2-r1.ebuild, -at-spi2-core-2.2.2.ebuild: + Version bump, remove old. *at-spi2-core-2.2.2 (20 Nov 2011) diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.0.2-r1.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.0.2-r1.ebuild deleted file mode 100644 index 105f4a9ece87..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.0.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 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.0.2-r1.ebuild,v 1.1 2011/08/14 14:16:52 nirbheek Exp $ - -EAPI="3" -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 ~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 - 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" - - # https://bugzilla.gnome.org/show_bug.cgi?id=652215 - # Fixed in upstream git master branch, but not in gnome-3-0 branch - epatch "${FILESDIR}/${PN}-2.0.2-abort-if-already-running.patch" - - gnome2_src_prepare -} diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.2.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild index 60fa93b94c86..3eebb25faee3 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.2.2.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2.ebuild,v 1.1 2011/11/20 15:23:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.1 2011/11/22 13:09:15 pacho Exp $ EAPI="4" GCONF_DEBUG="no" |