From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PqFwo-00040F-7R for garchives@archives.gentoo.org; Fri, 18 Feb 2011 02:19:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2452E0540; Fri, 18 Feb 2011 02:19:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72561E0540 for ; Fri, 18 Feb 2011 02:19:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC8FA1B404E for ; Fri, 18 Feb 2011 02:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 34DC28006A for ; Fri, 18 Feb 2011 02:19:45 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <020d822a30beaa40adef3e8b65c2fcc5339c3cdf.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-system-monitor/gnome-system-monitor-2.99.0.ebuild X-VCS-Directories: gnome-extra/gnome-system-monitor/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 020d822a30beaa40adef3e8b65c2fcc5339c3cdf Date: Fri, 18 Feb 2011 02:19:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: aea38c95d5d81bf2901a3a7b2437d590 commit: 020d822a30beaa40adef3e8b65c2fcc5339c3cdf Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Feb 18 02:19:37 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Feb 18 02:19:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D020d822a 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.eb= uild 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/gnom= e-system-monitor-2.28.2.ebuild,v 1.6 2011/01/30 18:56:15 armin76 Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" + +inherit gnome2 + +DESCRIPTION=3D"The Gnome System Monitor" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=3D"" + +RDEPEND=3D">=3Ddev-libs/glib-2.28:2 + >=3Dx11-libs/libwnck-2.91.0 + >=3Dgnome-base/libgtop-2.28.2 + >=3Dx11-libs/gtk+-3.0:3 + >=3Dx11-themes/gnome-icon-theme-2.31 + >=3Ddev-cpp/gtkmm-2.99:3.0 + >=3Ddev-cpp/glibmm-2.27:2 + >=3Ddev-libs/libxml2-2.0:2 + >=3Dgnome-base/librsvg-2.12" + +DEPEND=3D"${RDEPEND} + >=3Ddev-util/pkgconfig-0.19 + >=3Dapp-text/scrollkeeper-0.3.11 + >=3Ddev-util/intltool-0.35 + app-text/gnome-doc-utils" + +DOCS=3D"AUTHORS ChangeLog NEWS README" +G2CONF=3D"${G2CONF} --disable-scrollkeeper"