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 1SIZpM-0000AA-Gx for garchives@archives.gentoo.org; Fri, 13 Apr 2012 06:17:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE550E0C32; Fri, 13 Apr 2012 06:17:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9823E0C32 for ; Fri, 13 Apr 2012 06:17:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F9BA1B4027 for ; Fri, 13 Apr 2012 06:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D2661E5402 for ; Fri, 13 Apr 2012 06:17:27 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1334297826.ec07279977392e88cc433c8a92d07ab5466d10a3.tetromino@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-9999.ebuild X-VCS-Directories: gnome-extra/gnome-system-monitor/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: ec07279977392e88cc433c8a92d07ab5466d10a3 X-VCS-Branch: master Date: Fri, 13 Apr 2012 06:17:27 +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: b6202a14-1fd2-46a9-83ec-1a7162ca5f10 X-Archives-Hash: 291d00ad3880444631ee735afd2cf5c6 commit: ec07279977392e88cc433c8a92d07ab5466d10a3 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Fri Apr 13 06:17:06 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Apr 13 06:17:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dec072799 gnome-extra/gnome-system-monitor: sync with gx86 --- .../gnome-system-monitor-9999.ebuild | 19 ++++++++++++--= ----- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.e= build b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild index 727b3a8..cae8d4f 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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 $ +# $Header: $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" @@ -20,27 +20,32 @@ if [[ ${PV} =3D 9999 ]]; then else KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi -IUSE=3D"" +IUSE=3D"systemd" =20 RDEPEND=3D">=3Ddev-libs/glib-2.28:2 >=3Dx11-libs/libwnck-2.91.0:3 >=3Dgnome-base/libgtop-2.28.2:2 - >=3Dx11-libs/gtk+-3.0:3 + >=3Dx11-libs/gtk+-3.0:3[X(+)] >=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:2" + >=3Dgnome-base/librsvg-2.35:2 + + systemd? ( >=3Dsys-apps/systemd-38 )" =20 DEPEND=3D"${RDEPEND} >=3Ddev-util/pkgconfig-0.19 >=3Ddev-util/intltool-0.41.0 >=3Dsys-devel/gettext-0.17 - >=3Dapp-text/gnome-doc-utils-0.20" + >=3Dapp-text/gnome-doc-utils-0.20 + + systemd? ( !=3Dsys-apps/systemd-43* )" =20 pkg_setup() { DOCS=3D"AUTHORS ChangeLog NEWS README" G2CONF=3D"${G2CONF} --disable-schemas-compile - --disable-scrollkeeper" + --disable-scrollkeeper + $(use_enable systemd)" }