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: Wed, 28 Sep 2011 00:45:00
Message-Id: 80020ae2a9466df96c4a971c7f2501b8967d1983.tetromino@gentoo
1 commit: 80020ae2a9466df96c4a971c7f2501b8967d1983
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 22:35:48 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 23:30:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=80020ae2
7
8 dev-python/pyatspi: 2.1.90 → 2.2.0
9
10 Bump and add live ebuild.
11
12 ---
13 ...{pyatspi-2.1.90.ebuild => pyatspi-2.2.0.ebuild} | 12 ++++++++++--
14 .../{pyatspi-2.1.90.ebuild => pyatspi-9999.ebuild} | 12 ++++++++++--
15 2 files changed, 20 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pyatspi/pyatspi-2.1.90.ebuild b/dev-python/pyatspi/pyatspi-2.2.0.ebuild
18 similarity index 88%
19 copy from dev-python/pyatspi/pyatspi-2.1.90.ebuild
20 copy to dev-python/pyatspi/pyatspi-2.2.0.ebuild
21 index bbaa8b7..97fe164 100644
22 --- a/dev-python/pyatspi/pyatspi-2.1.90.ebuild
23 +++ b/dev-python/pyatspi/pyatspi-2.2.0.ebuild
24 @@ -10,6 +10,10 @@ SUPPORT_PYTHON_ABIS="1"
25 RESTRICT_PYTHON_ABIS="3.* *-jython"
26
27 inherit gnome2 python
28 +if [[ ${PV} = 9999 ]]; then
29 + GNOME_LIVE_MODULE="pyatspi2"
30 + inherit gnome2-live
31 +fi
32
33 DESCRIPTION="Python binding to at-spi library"
34 HOMEPAGE="http://live.gnome.org/Accessibility"
35 @@ -17,11 +21,15 @@ HOMEPAGE="http://live.gnome.org/Accessibility"
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 +if [[ ${PV} = 9999 ]]; then
41 + KEYWORDS=""
42 +else
43 + KEYWORDS="~amd64 ~x86"
44 +fi
45 IUSE="test"
46
47 COMMON_DEPEND="dev-python/dbus-python
48 - || ( >=dev-python/pygobject-2.26:2[introspection] dev-python/pygobject:3 )
49 + >=dev-python/pygobject-2.90.1:3
50 "
51 RDEPEND="${COMMON_DEPEND}
52 >=sys-apps/dbus-1
53
54 diff --git a/dev-python/pyatspi/pyatspi-2.1.90.ebuild b/dev-python/pyatspi/pyatspi-9999.ebuild
55 similarity index 88%
56 rename from dev-python/pyatspi/pyatspi-2.1.90.ebuild
57 rename to dev-python/pyatspi/pyatspi-9999.ebuild
58 index bbaa8b7..97fe164 100644
59 --- a/dev-python/pyatspi/pyatspi-2.1.90.ebuild
60 +++ b/dev-python/pyatspi/pyatspi-9999.ebuild
61 @@ -10,6 +10,10 @@ SUPPORT_PYTHON_ABIS="1"
62 RESTRICT_PYTHON_ABIS="3.* *-jython"
63
64 inherit gnome2 python
65 +if [[ ${PV} = 9999 ]]; then
66 + GNOME_LIVE_MODULE="pyatspi2"
67 + inherit gnome2-live
68 +fi
69
70 DESCRIPTION="Python binding to at-spi library"
71 HOMEPAGE="http://live.gnome.org/Accessibility"
72 @@ -17,11 +21,15 @@ HOMEPAGE="http://live.gnome.org/Accessibility"
73 # Note: only some of the tests are GPL-licensed, everything else is LGPL
74 LICENSE="LGPL-2 GPL-2"
75 SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 +if [[ ${PV} = 9999 ]]; then
78 + KEYWORDS=""
79 +else
80 + KEYWORDS="~amd64 ~x86"
81 +fi
82 IUSE="test"
83
84 COMMON_DEPEND="dev-python/dbus-python
85 - || ( >=dev-python/pygobject-2.26:2[introspection] dev-python/pygobject:3 )
86 + >=dev-python/pygobject-2.90.1:3
87 "
88 RDEPEND="${COMMON_DEPEND}
89 >=sys-apps/dbus-1