summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild')
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild
deleted file mode 100644
index a091aeed701c..000000000000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.24.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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.22:3[X(+)]
- >=dev-cpp/gtkmm-3.3.18:3.0
- >=dev-cpp/glibmm-2.46:2
- >=dev-libs/libxml2-2.0:2
- >=gnome-base/librsvg-2.35:2
- systemd? ( >=sys-apps/systemd-44:0= )
- X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- >=dev-util/intltool-0.41.0
- virtual/pkgconfig
-"
-
-src_configure() {
- # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
- gnome2_src_configure \
- $(use_enable systemd) \
- $(use_enable X broken-wnck) \
- APPDATA_VALIDATE="$(type -P true)"
-}