summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 19:22:42 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 19:22:42 +0000
commitde3a1f2d595dc08461cc61f553ab7cf7e069a895 (patch)
tree54aa89e5a9913c528da2f018f96f82d15ea6423f /gnome-extra/gnome-system-monitor
parentdrop old (diff)
downloadgentoo-2-de3a1f2d595dc08461cc61f553ab7cf7e069a895.tar.gz
gentoo-2-de3a1f2d595dc08461cc61f553ab7cf7e069a895.tar.bz2
gentoo-2-de3a1f2d595dc08461cc61f553ab7cf7e069a895.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gnome-system-monitor')
-rw-r--r--gnome-extra/gnome-system-monitor/ChangeLog6
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild51
2 files changed, 5 insertions, 52 deletions
diff --git a/gnome-extra/gnome-system-monitor/ChangeLog b/gnome-extra/gnome-system-monitor/ChangeLog
index ba61e30a5398..312ebf60b3d9 100644
--- a/gnome-extra/gnome-system-monitor/ChangeLog
+++ b/gnome-extra/gnome-system-monitor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gnome-system-monitor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.245 2014/03/29 22:05:41 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.246 2014/04/26 19:22:42 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org>
+ -gnome-system-monitor-3.8.2.1-r1.ebuild:
+ drop old
29 Mar 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-system-monitor-3.8.2.1-r1.ebuild, gnome-system-monitor-3.10.2.ebuild:
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild
deleted file mode 100644
index a171beea02bd..000000000000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild,v 1.5 2014/03/29 22:05:41 tetromino Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
- >=dev-libs/glib-2.28:2
- >=x11-libs/libwnck-2.91.0:3
- >=gnome-base/libgtop-2.28.2:2
- >=x11-libs/gtk+-3.5.12:3[X(+)]
- >=x11-themes/gnome-icon-theme-2.31
- >=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= )
-"
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.20
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-
- systemd? ( !=sys-apps/systemd-43* )
-"
-
-src_prepare() {
- # Fix grid disappearing, bug#479794 bgo693677, from git master
- epatch "${FILESDIR}"/${PN}-3.8.2.1-fix-grid-display.patch
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable systemd) \
- ITSTOOL=$(type -P true)
-}