Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
Date: Sun, 01 Dec 2013 19:14:41
Message-Id: 1385925232.9694c84505cfddee2934daaee43ea0cda4a9a73d.eva@gentoo
1 commit: 9694c84505cfddee2934daaee43ea0cda4a9a73d
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 13 10:52:17 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:13:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9694c845
7
8 gnome-extra/gnome-system-monitor: 3.8.2.1-r1 → 3.10.2
9
10 ---
11 .../gnome-system-monitor-3.10.2.ebuild | 44 ++++++++++++++++++++++
12 .../gnome-system-monitor-9999.ebuild | 26 +++++++------
13 2 files changed, 58 insertions(+), 12 deletions(-)
14
15 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
16 new file mode 100644
17 index 0000000..0c3798e
18 --- /dev/null
19 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.2.ebuild
20 @@ -0,0 +1,44 @@
21 +# Copyright 1999-2013 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI="5"
26 +GCONF_DEBUG="no"
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="The Gnome System Monitor"
31 +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +IUSE="systemd +X"
36 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +
38 +RDEPEND="
39 + >=dev-libs/glib-2.37.3:2
40 + >=gnome-base/libgtop-2.28.2:2
41 + >=x11-libs/gtk+-3.9.5:3[X(+)]
42 + >=x11-themes/gnome-icon-theme-2.31
43 + >=dev-cpp/gtkmm-3.3.18:3.0
44 + >=dev-cpp/glibmm-2.34:2
45 + >=dev-libs/libxml2-2.0:2
46 + >=gnome-base/librsvg-2.35:2
47 +
48 + systemd? ( >=sys-apps/systemd-38 )
49 + X? ( >=x11-libs/libwnck-2.91.0:3 )
50 +"
51 +DEPEND="${RDEPEND}
52 + >=app-text/gnome-doc-utils-0.20
53 + >=dev-util/intltool-0.41.0
54 + virtual/pkgconfig
55 +
56 + systemd? ( !=sys-apps/systemd-43* )
57 +"
58 +
59 +src_configure() {
60 + gnome2_src_configure \
61 + $(use_enable systemd) \
62 + $(use_enable X wnck) \
63 + ITSTOOL=$(type -P true)
64 +}
65
66 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
67 index b30ac5b..e4b98e5 100644
68 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
69 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2012 Gentoo Foundation
72 +# Copyright 1999-2013 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Header: $
75
76 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
77 fi
78
79 DESCRIPTION="The Gnome System Monitor"
80 -HOMEPAGE="http://www.gnome.org/"
81 +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
82
83 LICENSE="GPL-2"
84 SLOT="0"
85 @@ -22,22 +22,22 @@ else
86 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
87 fi
88
89 -RDEPEND=">=dev-libs/glib-2.28:2
90 - >=x11-libs/libwnck-2.91.0:3
91 +RDEPEND="
92 + >=dev-libs/glib-2.37.3:2
93 >=gnome-base/libgtop-2.28.2:2
94 - >=x11-libs/gtk+-3.0:3[X(+)]
95 + >=x11-libs/gtk+-3.9.5:3[X(+)]
96 >=x11-themes/gnome-icon-theme-2.31
97 - >=dev-cpp/gtkmm-2.99:3.0
98 - >=dev-cpp/glibmm-2.27:2
99 + >=dev-cpp/gtkmm-3.3.18:3.0
100 + >=dev-cpp/glibmm-2.34:2
101 >=dev-libs/libxml2-2.0:2
102 >=gnome-base/librsvg-2.35:2
103
104 systemd? ( >=sys-apps/systemd-38 )
105 + X? ( >=x11-libs/libwnck-2.91.0:3 )
106 "
107 DEPEND="${RDEPEND}
108 >=app-text/gnome-doc-utils-0.20
109 >=dev-util/intltool-0.41.0
110 - >=sys-devel/gettext-0.17
111 virtual/pkgconfig
112
113 systemd? ( !=sys-apps/systemd-43* )
114 @@ -49,8 +49,10 @@ if [[ ${PV} = 9999 ]]; then
115 fi
116
117 src_configure() {
118 - G2CONF="${G2CONF}
119 - $(use_enable systemd)"
120 - [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
121 - gnome2_src_configure
122 + local myconf=""
123 + [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
124 + gnome2_src_configure \
125 + $(use_enable systemd) \
126 + $(use_enable X wnck) \
127 + ${myconf}
128 }