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-core/
Date: Wed, 28 Sep 2011 00:44:55
Message-Id: 3aa0d7a99bebe6c12ad52dd759579da4b744392d.tetromino@gentoo
1 commit: 3aa0d7a99bebe6c12ad52dd759579da4b744392d
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 22:23:12 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 23:30:34 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3aa0d7a9
7
8 app-accessibility/at-spi2-core: 2.1.5 → 2.2.0
9
10 Bump and add live ebuild.
11
12 ---
13 ...core-2.1.5.ebuild => at-spi2-core-2.2.0.ebuild} | 9 ++++++++-
14 ...-core-2.1.5.ebuild => at-spi2-core-9999.ebuild} | 9 ++++++++-
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.2.0.ebuild
18 similarity index 88%
19 copy from app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild
20 copy to app-accessibility/at-spi2-core/at-spi2-core-2.2.0.ebuild
21 index d36a347..9af5f80 100644
22 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild
23 +++ b/app-accessibility/at-spi2-core/at-spi2-core-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="D-Bus accessibility specifications and registration daemon"
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="doc +introspection"
44
45 RDEPEND="
46
47 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild
48 similarity index 88%
49 rename from app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild
50 rename to app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild
51 index d36a347..9af5f80 100644
52 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.1.5.ebuild
53 +++ b/app-accessibility/at-spi2-core/at-spi2-core-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="D-Bus accessibility specifications and registration daemon"
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="doc +introspection"
74
75 RDEPEND="