Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/
Date: Sat, 25 Jun 2016 18:43:57
Message-Id: 1466880188.284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b.pacho@gentoo
1 commit: 284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 18:32:03 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:43:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284f040c
7
8 gnome-extra/gnome-system-monitor: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-system-monitor/Manifest | 1 -
13 .../gnome-system-monitor-3.16.0.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/gnome-extra/gnome-system-monitor/Manifest b/gnome-extra/gnome-system-monitor/Manifest
17 index b0ebc70..f353488 100644
18 --- a/gnome-extra/gnome-system-monitor/Manifest
19 +++ b/gnome-extra/gnome-system-monitor/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-system-monitor-3.16.0.tar.xz 856044 SHA256 00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391 SHA512 22722150478c6d449908b16bfe4683e29151023e8f47407ea76ed09d4612ffee74c190f22e89153b1e21ad990b9fca6e3c42295dee16e16685a08e9349a6a68c WHIRLPOOL 21b96c33c1ea38b58f1fb5a1c8b18147e5c6ff60effe41cfa50b2410b60a378be23d4223ba9d8c83e7ca3e86ca5474a70ede065e27b57eb88f62d162e5c01453
22 DIST gnome-system-monitor-3.18.2.tar.xz 883704 SHA256 9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666 SHA512 4eb39e8df68e734ea06dbd46b093435eb6ae6fb35c6bafefef8f2d355717065bd019d3adc0310e32a7425f3d0dc53a752a1e321db40ebd46b25ddec7ec05a5f9 WHIRLPOOL f5370ed77286ccb2de25f489b7060132041a09cfef176bad8775fb7940d5cac633b36a67eef0b6e43dab58a7ca36268803513cd9cf4fe7267d0e45f50f29a343
23
24 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
25 deleted file mode 100644
26 index 1bc052c..0000000
27 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="The Gnome System Monitor"
40 -HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -IUSE="systemd +X"
45 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.37.3:2
49 - >=gnome-base/libgtop-2.28.2:2=
50 - >=x11-libs/gtk+-3.12:3[X(+)]
51 - >=dev-cpp/gtkmm-3.3.18:3.0
52 - >=dev-cpp/glibmm-2.34:2
53 - >=dev-libs/libxml2-2.0:2
54 - >=gnome-base/librsvg-2.35:2
55 -
56 - systemd? ( >=sys-apps/systemd-38:0= )
57 - X? ( >=x11-libs/libwnck-2.91.0:3 )
58 -"
59 -#eautoreconf requires gnome-base/gnome-common
60 -DEPEND="${RDEPEND}
61 - >=app-text/gnome-doc-utils-0.20
62 - >=dev-util/intltool-0.41.0
63 - virtual/pkgconfig
64 -
65 - systemd? ( !=sys-apps/systemd-43* )
66 -"
67 -
68 -src_configure() {
69 - gnome2_src_configure \
70 - $(use_enable systemd) \
71 - $(use_enable X wnck) \
72 - ITSTOOL=$(type -P true)
73 -}