Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-system-monitor/
Date: Wed, 28 Sep 2011 22:21:52
Message-Id: cbdf0fe8cc4aec7df6e762bcb2ff9403cfada083.tetromino@gentoo
1 commit: cbdf0fe8cc4aec7df6e762bcb2ff9403cfada083
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 22:02:57 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 22:02:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cbdf0fe8
7
8 gnome-extra/gnome-system-monitor: 3.1.3 → 3.2.0
9
10 Bump and add live ebuild.
11
12 ---
13 ....3.ebuild => gnome-system-monitor-3.2.0.ebuild} | 9 ++++++++-
14 ...1.3.ebuild => gnome-system-monitor-9999.ebuild} | 9 ++++++++-
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
18 similarity index 84%
19 copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
20 copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
21 index 1ca62e8..727b3a8 100644
22 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
23 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.2.0.ebuild
24 @@ -6,13 +6,20 @@ EAPI="4"
25 GCONF_DEBUG="no"
26
27 inherit gnome2
28 +if [[ ${PV} = 9999 ]]; then
29 + inherit gnome2-live
30 +fi
31
32 DESCRIPTION="The Gnome System Monitor"
33 HOMEPAGE="http://www.gnome.org/"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 +if [[ ${PV} = 9999 ]]; then
39 + KEYWORDS=""
40 +else
41 + KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
42 +fi
43 IUSE=""
44
45 RDEPEND=">=dev-libs/glib-2.28:2
46
47 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
48 similarity index 84%
49 rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
50 rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
51 index 1ca62e8..727b3a8 100644
52 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.1.3.ebuild
53 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
54 @@ -6,13 +6,20 @@ EAPI="4"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58 +if [[ ${PV} = 9999 ]]; then
59 + inherit gnome2-live
60 +fi
61
62 DESCRIPTION="The Gnome System Monitor"
63 HOMEPAGE="http://www.gnome.org/"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
68 +if [[ ${PV} = 9999 ]]; then
69 + KEYWORDS=""
70 +else
71 + KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
72 +fi
73 IUSE=""
74
75 RDEPEND=">=dev-libs/glib-2.28:2