From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-641692-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3765E138247 for <garchives@archives.gentoo.org>; Thu, 14 Nov 2013 22:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB74E0B4A; Thu, 14 Nov 2013 22:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A07DE0B40 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:12 +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 B7F1933F23C for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 76398E54CD for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:08 +0000 (UTC) From: "Gilles Dartiguelongue" <eva@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org> Message-ID: <1384475951.7d840a7a46b9af9f9ee52c08890e5fcd948c108c.eva@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-3.10.0.ebuild gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild X-VCS-Directories: gnome-extra/gnome-system-monitor/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7d840a7a46b9af9f9ee52c08890e5fcd948c108c X-VCS-Branch: master Date: Thu, 14 Nov 2013 22:52:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4455f7ce-0ebd-4fee-aece-e73472782949 X-Archives-Hash: 790514bf8b12bc90422d93b1515e2a2c commit: 7d840a7a46b9af9f9ee52c08890e5fcd948c108c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 10:52:17 2013 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Fri Nov 15 00:39:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7d840a7a gnome-extra/gnome-system-monitor: 3.8.2.1-r1 → 3.10.0 --- .../gnome-system-monitor-3.10.0.ebuild | 45 ++++++++++++++++++++++ .../gnome-system-monitor-9999.ebuild | 25 ++++++------ 2 files changed, 59 insertions(+), 11 deletions(-) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild new file mode 100644 index 0000000..7bd7963 --- /dev/null +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.10.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="The Gnome System Monitor" +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="systemd +X" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +RDEPEND=" + >=dev-libs/glib-2.37.3:2 + >=gnome-base/libgtop-2.28.2:2 + >=x11-libs/gtk+-3.9.5: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 ) + X? ( >=x11-libs/libwnck-2.91.0:3 ) +" +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_configure() { + gnome2_src_configure \ + $(use_enable systemd) \ + $(use_enable X wnck) \ + ITSTOOL=$(type -P true) +} diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild index b30ac5b..e06ad17 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="The Gnome System Monitor" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/" LICENSE="GPL-2" SLOT="0" @@ -22,17 +22,18 @@ else KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi -RDEPEND=">=dev-libs/glib-2.28:2 - >=x11-libs/libwnck-2.91.0:3 +RDEPEND=" + >=dev-libs/glib-2.37.3:2 >=gnome-base/libgtop-2.28.2:2 - >=x11-libs/gtk+-3.0:3[X(+)] + >=x11-libs/gtk+-3.9.5:3[X(+)] >=x11-themes/gnome-icon-theme-2.31 - >=dev-cpp/gtkmm-2.99:3.0 - >=dev-cpp/glibmm-2.27:2 + >=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 ) + X? ( >=x11-libs/libwnck-2.91.0:3 ) " DEPEND="${RDEPEND} >=app-text/gnome-doc-utils-0.20 @@ -49,8 +50,10 @@ if [[ ${PV} = 9999 ]]; then fi src_configure() { - G2CONF="${G2CONF} - $(use_enable systemd)" - [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" - gnome2_src_configure + local myconf="" + [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)" + gnome2_src_configure \ + $(use_enable systemd) \ + $(use_enable X wnck) \ + ${myconf} }