From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D94B9138010 for ; Sun, 28 Oct 2012 18:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A6BE001C; Sun, 28 Oct 2012 18:10:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B992221C034 for ; Sun, 28 Oct 2012 18:10:07 +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 B0F9233D93B for ; Sun, 28 Oct 2012 18:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D0CB6E5441 for ; Sun, 28 Oct 2012 18:10:03 +0000 (UTC) From: "Gilles Dartiguelongue" 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" Message-ID: <1351447676.119208c2563348946f53f9ce957f6d90224314cd.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.5.92.ebuild gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.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: 119208c2563348946f53f9ce957f6d90224314cd X-VCS-Branch: master Date: Sun, 28 Oct 2012 18:10:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c1c83e8b-e791-44d3-99c5-1565c56fc93c X-Archives-Hash: e2704085e7d91428c449a7b9c8558b16 commit: 119208c2563348946f53f9ce957f6d90224314cd Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 28 17:39:26 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 28 18:07:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=119208c2 gnome-extra/gnome-system-monitor: 3.5.92 → 3.6.1 --- ...92.ebuild => gnome-system-monitor-3.6.1.ebuild} | 3 ++- .../gnome-system-monitor-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild similarity index 96% rename from gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild rename to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild index 48d10be..b14b9dc 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.92.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.6.1.ebuild @@ -46,10 +46,11 @@ if [[ ${PV} = 9999 ]]; then app-text/yelp-tools" fi -pkg_setup() { +src_configure() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} --disable-schemas-compile $(use_enable systemd)" [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" + gnome2_src_configure } 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 355d426..b14b9dc 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild @@ -46,11 +46,11 @@ if [[ ${PV} = 9999 ]]; then app-text/yelp-tools" fi -pkg_setup() { +src_configure() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} --disable-schemas-compile - --disable-scrollkeeper $(use_enable systemd)" [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" + gnome2_src_configure }