commit: 29de203f900d75e99eb8670f4cda83c849ca8777
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 16:04:23 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:09 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=29de203f
dev-python/pyatspi: 2.10.0 → 2.12.0
---
.../{pyatspi-9999.ebuild => pyatspi-2.12.0.ebuild} | 20 +++++++-------------
dev-python/pyatspi/pyatspi-9999.ebuild | 8 +++++---
2 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/dev-python/pyatspi/pyatspi-9999.ebuild
b/dev-python/pyatspi/pyatspi-2.12.0.ebuild
similarity index 79%
copy from dev-python/pyatspi/pyatspi-9999.ebuild
copy to dev-python/pyatspi/pyatspi-2.12.0.ebuild
index 80dceb8..3c39497 100644
--- a/dev-python/pyatspi/pyatspi-9999.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.12.0.ebuild
@@ -1,16 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit eutils gnome2 python-r1
-if [[ ${PV} = 9999 ]]; then
- GNOME_LIVE_MODULE="pyatspi2"
- inherit gnome2-live
-fi
DESCRIPTION="Python binding to at-spi library"
HOMEPAGE="http://live.gnome.org/Accessibility"
@@ -18,18 +14,15 @@ HOMEPAGE="http://live.gnome.org/Accessibility"
# Note: only some of the tests are GPL-licensed, everything else is LGPL
LICENSE="LGPL-2 GPL-2+"
SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="" # test
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# test suite is obsolete (at-spi-1.x era) and unpassable
-RESTRICT="test"
+#RESTRICT="test"
COMMON_DEPEND="
+ >=dev-libs/atk-2.11.2
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
${PYTHON_DEPS}
@@ -40,7 +33,8 @@ RDEPEND="${COMMON_DEPEND}
!<gnome-extra/at-spi-1.32.0-r1
"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=689957
diff --git a/dev-python/pyatspi/pyatspi-9999.ebuild
b/dev-python/pyatspi/pyatspi-9999.ebuild
index 80dceb8..3b94fc3 100644
--- a/dev-python/pyatspi/pyatspi-9999.ebuild
+++ b/dev-python/pyatspi/pyatspi-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit eutils gnome2 python-r1
if [[ ${PV} = 9999 ]]; then
@@ -30,6 +30,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"
COMMON_DEPEND="
+ >=dev-libs/atk-2.11.2
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
${PYTHON_DEPS}
@@ -40,7 +41,8 @@ RDEPEND="${COMMON_DEPEND}
!<gnome-extra/at-spi-1.32.0-r1
"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=689957