Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-accessibility/at-spi2-atk/
Date: Wed, 28 Sep 2011 00:44:55
Message-Id: f4a23291f7fab6a1927376920732309077f269b3.tetromino@gentoo
1 commit: f4a23291f7fab6a1927376920732309077f269b3
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 22:23:35 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 23:30:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4a23291
7
8 app-accessibility/at-spi2-atk: 2.1.5 → 2.2.0
9
10 Bump and add live ebuild. Droute test still fails.
11
12 ---
13 ...2-atk-2.1.5.ebuild => at-spi2-atk-2.2.0.ebuild} | 9 ++++++++-
14 ...i2-atk-2.1.5.ebuild => at-spi2-atk-9999.ebuild} | 9 ++++++++-
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild
18 similarity index 89%
19 copy from app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild
20 copy to app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild
21 index 32a0658..f62a5ed 100644
22 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild
23 +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild
24 @@ -7,13 +7,20 @@ GCONF_DEBUG="no"
25 GNOME2_LA_PUNT="yes"
26
27 inherit eutils gnome2
28 +if [[ ${PV} = 9999 ]]; then
29 + inherit gnome2-live
30 +fi
31
32 DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
33 HOMEPAGE="http://live.gnome.org/Accessibility"
34
35 LICENSE="LGPL-2"
36 SLOT="2"
37 -KEYWORDS="~amd64 ~x86"
38 +if [[ ${PV} = 9999 ]]; then
39 + KEYWORDS=""
40 +else
41 + KEYWORDS="~amd64 ~x86"
42 +fi
43 IUSE=""
44
45 COMMON_DEPEND="
46
47 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild
48 similarity index 89%
49 rename from app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild
50 rename to app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild
51 index 32a0658..f62a5ed 100644
52 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild
53 +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild
54 @@ -7,13 +7,20 @@ GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit eutils gnome2
58 +if [[ ${PV} = 9999 ]]; then
59 + inherit gnome2-live
60 +fi
61
62 DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
63 HOMEPAGE="http://live.gnome.org/Accessibility"
64
65 LICENSE="LGPL-2"
66 SLOT="2"
67 -KEYWORDS="~amd64 ~x86"
68 +if [[ ${PV} = 9999 ]]; then
69 + KEYWORDS=""
70 +else
71 + KEYWORDS="~amd64 ~x86"
72 +fi
73 IUSE=""
74
75 COMMON_DEPEND="