Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
Date: Wed, 30 Mar 2016 20:09:00
Message-Id: 1459363309.dfce7d26ecedd20a90a29080a041ea2eb24b71eb.tranquility@gentoo
1 commit: dfce7d26ecedd20a90a29080a041ea2eb24b71eb
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 18:41:49 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 18:41:49 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dfce7d26
7
8 gnome-extra/gnome-system-monitor: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 ...9.ebuild => gnome-system-monitor-3.20.0.ebuild} | 30 +++++-----------------
14 .../gnome-system-monitor-9999.ebuild | 8 +++---
15 2 files changed, 10 insertions(+), 28 deletions(-)
16
17 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
18 similarity index 57%
19 copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
20 copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
21 index 2c82ba0..29da6de 100644
22 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
23 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -6,21 +6,14 @@ EAPI="5"
31 GCONF_DEBUG="no"
32
33 inherit gnome2
34 -if [[ ${PV} = 9999 ]]; then
35 - inherit gnome2-live
36 -fi
37
38 DESCRIPTION="The Gnome System Monitor"
39 HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 -IUSE="systemd +X"
44 -if [[ ${PV} = 9999 ]]; then
45 - KEYWORDS=""
46 -else
47 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
48 -fi
49 +IUSE="systemd X"
50 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
51
52 RDEPEND="
53 >=dev-libs/glib-2.37.3:2
54 @@ -30,28 +23,19 @@ RDEPEND="
55 >=dev-cpp/glibmm-2.34:2
56 >=dev-libs/libxml2-2.0:2
57 >=gnome-base/librsvg-2.35:2
58 -
59 - systemd? ( >=sys-apps/systemd-38:0= )
60 + systemd? ( >=sys-apps/systemd-44:0= )
61 X? ( >=x11-libs/libwnck-2.91.0:3 )
62 "
63 +# eautoreconf requires gnome-base/gnome-common
64 DEPEND="${RDEPEND}
65 >=app-text/gnome-doc-utils-0.20
66 >=dev-util/intltool-0.41.0
67 + dev-util/itstool
68 virtual/pkgconfig
69 -
70 - systemd? ( !=sys-apps/systemd-43* )
71 "
72
73 -if [[ ${PV} = 9999 ]]; then
74 - DEPEND="${DEPEND}
75 - app-text/yelp-tools"
76 -fi
77 -
78 src_configure() {
79 - local myconf=""
80 - [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
81 gnome2_src_configure \
82 $(use_enable systemd) \
83 - $(use_enable X wnck) \
84 - ${myconf}
85 + $(use_enable X wnck)
86 }
87
88 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
89 index 2c82ba0..d75cf12 100644
90 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
91 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild
92 @@ -1,4 +1,4 @@
93 -# Copyright 1999-2015 Gentoo Foundation
94 +# Copyright 1999-2016 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Id$
97
98 @@ -30,16 +30,14 @@ RDEPEND="
99 >=dev-cpp/glibmm-2.34:2
100 >=dev-libs/libxml2-2.0:2
101 >=gnome-base/librsvg-2.35:2
102 -
103 - systemd? ( >=sys-apps/systemd-38:0= )
104 + systemd? ( >=sys-apps/systemd-44:0= )
105 X? ( >=x11-libs/libwnck-2.91.0:3 )
106 "
107 +# eautoreconf requires gnome-base/gnome-common
108 DEPEND="${RDEPEND}
109 >=app-text/gnome-doc-utils-0.20
110 >=dev-util/intltool-0.41.0
111 virtual/pkgconfig
112 -
113 - systemd? ( !=sys-apps/systemd-43* )
114 "
115
116 if [[ ${PV} = 9999 ]]; then