Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 020d822a30beaa40adef3e8b65c2fcc5339c3cdf
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 02:19:37 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:19:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=020d822a
Add gnome-extra/gnome-system-monitor-2.99.0
---
.../gnome-system-monitor-2.99.0.ebuild | 35 ++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
new file mode 100644
index 0000000..8c33f2a
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 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-2.28.2.ebuild,v 1.6 2011/01/30 18:56:15 armin76 Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="The Gnome System Monitor"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.28:2
+ >=x11-libs/libwnck-2.91.0
+ >=gnome-base/libgtop-2.28.2
+ >=x11-libs/gtk+-3.0:3
+ >=x11-themes/gnome-icon-theme-2.31
+ >=dev-cpp/gtkmm-2.99:3.0
+ >=dev-cpp/glibmm-2.27:2
+ >=dev-libs/libxml2-2.0:2
+ >=gnome-base/librsvg-2.12"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.19
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/intltool-0.35
+ app-text/gnome-doc-utils"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+G2CONF="${G2CONF} --disable-scrollkeeper"
|
|