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 94DBA138010 for ; Wed, 5 Sep 2012 15:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0232521C028; Wed, 5 Sep 2012 15:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A6E5A21C022 for ; Wed, 5 Sep 2012 15:48:58 +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 8A47433D7C3 for ; Wed, 5 Sep 2012 15:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 489F1E5443 for ; Wed, 5 Sep 2012 15:48:56 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1346860102.16ecf58b1969effa0c5631ce1b99c25fb12ab3c3.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-3.5.90.1.ebuild gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild X-VCS-Directories: gnome-extra/gnome-system-monitor/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 16ecf58b1969effa0c5631ce1b99c25fb12ab3c3 X-VCS-Branch: master Date: Wed, 5 Sep 2012 15:48:56 +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: 717bc038-7d3d-43ac-8dcd-80ea2c7c3d43 X-Archives-Hash: 1de645e93609701349bc7d65f005aed9 commit: 16ecf58b1969effa0c5631ce1b99c25fb12ab3c3 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Sep 3 20:21:00 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Sep 5 15:48:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16ecf58b Add gnome-extra/gnome-system-monitor-3.5.90.1 --- ...ebuild => gnome-system-monitor-3.5.90.1.ebuild} | 10 +++++++--- .../gnome-system-monitor-9999.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild similarity index 88% copy from gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild copy to gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild index bd9e287..48d10be 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.5.90.1.ebuild @@ -15,12 +15,12 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" +IUSE="systemd" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi -IUSE="systemd" RDEPEND=">=dev-libs/glib-2.28:2 >=x11-libs/libwnck-2.91.0:3 @@ -33,7 +33,6 @@ RDEPEND=">=dev-libs/glib-2.28:2 >=gnome-base/librsvg-2.35:2 systemd? ( >=sys-apps/systemd-38 )" - DEPEND="${RDEPEND} >=dev-util/intltool-0.41.0 >=sys-devel/gettext-0.17 @@ -42,10 +41,15 @@ DEPEND="${RDEPEND} systemd? ( !=sys-apps/systemd-43* )" +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} --disable-schemas-compile - --disable-scrollkeeper $(use_enable systemd)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} 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 bd9e287..355d426 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-9999.ebuild @@ -15,12 +15,12 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" +IUSE="systemd" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi -IUSE="systemd" RDEPEND=">=dev-libs/glib-2.28:2 >=x11-libs/libwnck-2.91.0:3 @@ -33,7 +33,6 @@ RDEPEND=">=dev-libs/glib-2.28:2 >=gnome-base/librsvg-2.35:2 systemd? ( >=sys-apps/systemd-38 )" - DEPEND="${RDEPEND} >=dev-util/intltool-0.41.0 >=sys-devel/gettext-0.17 @@ -42,10 +41,16 @@ DEPEND="${RDEPEND} systemd? ( !=sys-apps/systemd-43* )" +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} --disable-schemas-compile --disable-scrollkeeper $(use_enable systemd)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" }