diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-28 18:05:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-28 18:05:24 +0000 |
commit | 24b49ebb1dc6eed643ed9fc5a8c7422aafa5119a (patch) | |
tree | 15232af3c33e8429e4cdbbefd752b5015dd49fbf /gnome-extra | |
parent | Fix reinstalls (sandbox violation), inherit readme.gentoo, replace non-exist ... (diff) | |
download | gentoo-2-24b49ebb1dc6eed643ed9fc5a8c7422aafa5119a.tar.gz gentoo-2-24b49ebb1dc6eed643ed9fc5a8c7422aafa5119a.tar.bz2 gentoo-2-24b49ebb1dc6eed643ed9fc5a8c7422aafa5119a.zip |
Version bump for Gnome 3.8.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-2.8.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 073243a965b5..31b37add7745 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.235 2013/03/29 20:08:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.236 2013/07/28 18:05:24 eva Exp $ + +*at-spi-2.8.0 (28 Jul 2013) + + 28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> +at-spi-2.8.0.ebuild: + Version bump for Gnome 3.8. 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -at-spi-2.4.0.ebuild: Clean up old revision. diff --git a/gnome-extra/at-spi/at-spi-2.8.0.ebuild b/gnome-extra/at-spi/at-spi-2.8.0.ebuild new file mode 100644 index 000000000000..79ccb7b0bbbd --- /dev/null +++ b/gnome-extra/at-spi/at-spi-2.8.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-2.8.0.ebuild,v 1.1 2013/07/28 18:05:24 eva Exp $ + +EAPI="5" + +DESCRIPTION="The Gnome Accessibility Toolkit" +HOMEPAGE="http://projects.gnome.org/accessibility/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="2" +KEYWORDS="~amd64 ~arm ~hppa ~x86" +IUSE="" + +RDEPEND=" + >=app-accessibility/at-spi2-atk-${PV}:2 + >=app-accessibility/at-spi2-core-${PV}:2 + >=dev-python/pyatspi-${PV} + !<gnome-extra/at-spi-1.32.0-r1 +" +DEPEND="" |