summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-03-25 22:05:37 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-05 22:12:13 -0400
commit781f591d29618101287b9c32e9d684bcad817d1f (patch)
treeda30dc562dcf798a1803b586d57dbf27b1ec94d6 /mate-extra
parentmate-extra/mate-sensors-applet: Drop 1.8.x (diff)
downloadgentoo-781f591d29618101287b9c32e9d684bcad817d1f.tar.gz
gentoo-781f591d29618101287b9c32e9d684bcad817d1f.tar.bz2
gentoo-781f591d29618101287b9c32e9d684bcad817d1f.zip
mate-extra/mate-system-monitor: Drop 1.8.x
Package-Manager: portage-2.2.26
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-system-monitor/Manifest1
-rw-r--r--mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/mate-extra/mate-system-monitor/Manifest b/mate-extra/mate-system-monitor/Manifest
index 51a58d909d82..d02b24dbf6eb 100644
--- a/mate-extra/mate-system-monitor/Manifest
+++ b/mate-extra/mate-system-monitor/Manifest
@@ -1,2 +1 @@
DIST mate-system-monitor-1.10.1.tar.xz 2129620 SHA256 d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 SHA512 a80922315d387eda99223ecc6f44a7608a3ef2d300ef80f10e35aede83783407f996935f7e106d342dcd91b8681158b587a5c1d1192724040e6bd99409cae6ec WHIRLPOOL 0e2f4d2e8884d3f6e4dcd1caf3b81866d2e7d0cd2dad679c3201ebd37afcb038c14df1a2245aa4b5e3fcade08243c2ad7a4a9d1745b758c4d57ba6f8ce55f4b4
-DIST mate-system-monitor-1.8.0.tar.xz 2099600 SHA256 00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712 SHA512 175c46b05544de70fca37c444fd2ad4f578f62e50da1e0d30136fc2c6f79d49ff68c1d6fe6675d2aafd5d726c0b96d82971df3dc964b7430b2f4db179db91856 WHIRLPOOL 3a30f5c441ee1f60c7e735e7ea6c57d8e03cb22e7b3edb83bf2739548a939fc1ed64dd561bb3bd7e3f33de5643c25d14b940f8d9bb209403af1e30297728c266
diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
deleted file mode 100644
index f32ee9993c4e..000000000000
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
+++ /dev/null
@@ -1,50 +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 flag-o-matic gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="The MATE System Monitor"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-text/rarian:0
- >=dev-cpp/glibmm-2.16:2
- >=dev-cpp/gtkmm-2.22:2.4
- >=dev-libs/dbus-glib-0.70:0
- >=dev-libs/glib-2.28:2
- dev-libs/libsigc++:2
- >=dev-libs/libxml2-2:2
- >=gnome-base/libgtop-2.23.1:2=
- >=gnome-base/librsvg-2.12:2
- >=sys-apps/dbus-0.7:0
- x11-libs/cairo:0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-2.20:2
- >=x11-libs/libwnck-2.5:1
- >=x11-themes/mate-icon-theme-1.8:0
- virtual/libintl:0"
-
-DEPEND="${RDEPEND}
- >=app-text/scrollkeeper-dtd-1:1.0
- app-text/yelp-tools:0
- >=dev-util/intltool-0.35:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-src_configure() {
- # This is needed for this old version, current upstream versions
- # finally append it themselves:
- # https://github.com/mate-desktop/mate-system-monitor/commit/56594f6f10ba04aa51af976bc8339ea9ae54ea21
- append-cxxflags -std=c++11
- gnome2_src_configure
-}