summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-06-25 20:32:03 +0200
committerPacho Ramos <pacho@gentoo.org>2016-06-25 20:43:08 +0200
commit284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b (patch)
treebcb6fb68eea27331f5050a950e220ba2b8467a00 /gnome-extra
parentgnome-extra/gnome-shell-frippery: Version bump (diff)
downloadgentoo-284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b.tar.gz
gentoo-284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b.tar.bz2
gentoo-284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b.zip
gnome-extra/gnome-system-monitor: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-system-monitor/Manifest1
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/gnome-extra/gnome-system-monitor/Manifest b/gnome-extra/gnome-system-monitor/Manifest
index b0ebc70383ec..f35348880734 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1,2 +1 @@
-DIST gnome-system-monitor-3.16.0.tar.xz 856044 SHA256 00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391 SHA512 22722150478c6d449908b16bfe4683e29151023e8f47407ea76ed09d4612ffee74c190f22e89153b1e21ad990b9fca6e3c42295dee16e16685a08e9349a6a68c WHIRLPOOL 21b96c33c1ea38b58f1fb5a1c8b18147e5c6ff60effe41cfa50b2410b60a378be23d4223ba9d8c83e7ca3e86ca5474a70ede065e27b57eb88f62d162e5c01453
DIST gnome-system-monitor-3.18.2.tar.xz 883704 SHA256 9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666 SHA512 4eb39e8df68e734ea06dbd46b093435eb6ae6fb35c6bafefef8f2d355717065bd019d3adc0310e32a7425f3d0dc53a752a1e321db40ebd46b25ddec7ec05a5f9 WHIRLPOOL f5370ed77286ccb2de25f489b7060132041a09cfef176bad8775fb7940d5cac633b36a67eef0b6e43dab58a7ca36268803513cd9cf4fe7267d0e45f50f29a343
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
deleted file mode 100644
index 1bc052c0fa39..000000000000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd +X"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
- >=dev-libs/glib-2.37.3:2
- >=gnome-base/libgtop-2.28.2:2=
- >=x11-libs/gtk+-3.12:3[X(+)]
- >=dev-cpp/gtkmm-3.3.18:3.0
- >=dev-cpp/glibmm-2.34:2
- >=dev-libs/libxml2-2.0:2
- >=gnome-base/librsvg-2.35:2
-
- systemd? ( >=sys-apps/systemd-38:0= )
- X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-#eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.20
- >=dev-util/intltool-0.41.0
- virtual/pkgconfig
-
- systemd? ( !=sys-apps/systemd-43* )
-"
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable systemd) \
- $(use_enable X wnck) \
- ITSTOOL=$(type -P true)
-}