Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pyatspi/
Date: Tue, 26 Jul 2011 08:30:00
Message-Id: c7f1ed244aeefa9cb08089c77d6c20cb8b0ed3b9.tetromino@gentoo
1 commit: c7f1ed244aeefa9cb08089c77d6c20cb8b0ed3b9
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 26 07:18:23 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 26 07:22:50 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c7f1ed24
7
8 dev-python/pyatspi: 2.0.2 → 2.1.4
9
10 Bump to gnome-3.1.x version, update dependencies.
11
12 ---
13 .../{pyatspi-2.0.2.ebuild => pyatspi-2.1.4.ebuild} | 6 ++++--
14 1 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pyatspi/pyatspi-2.0.2.ebuild b/dev-python/pyatspi/pyatspi-2.1.4.ebuild
17 similarity index 90%
18 rename from dev-python/pyatspi/pyatspi-2.0.2.ebuild
19 rename to dev-python/pyatspi/pyatspi-2.1.4.ebuild
20 index 869b529..72d3f79 100644
21 --- a/dev-python/pyatspi/pyatspi-2.0.2.ebuild
22 +++ b/dev-python/pyatspi/pyatspi-2.1.4.ebuild
23 @@ -3,6 +3,7 @@
24 # $Header: $
25
26 EAPI="3"
27 +GNOME_TARBALL_SUFFIX="xz"
28 GCONF_DEBUG="no"
29 PYTHON_DEPEND="2:2.4"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -13,7 +14,8 @@ inherit gnome2 python
32 DESCRIPTION="Python binding to at-spi library"
33 HOMEPAGE="http://live.gnome.org/Accessibility"
34
35 -LICENSE="LGPL-2"
36 +# Note: only some of the tests are GPL-licensed, everything else is LGPL
37 +LICENSE="LGPL-2 GPL-2"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE="test"
41 @@ -28,7 +30,7 @@ RDEPEND="${COMMON_DEPEND}
42 DEPEND="${COMMON_DEPEND}
43 dev-util/pkgconfig
44 test? (
45 - >=dev-libs/atk-1.17
46 + >=dev-libs/atk-2.1.0
47 >=dev-libs/dbus-glib-0.7
48 dev-libs/glib:2
49 dev-libs/libxml2:2