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 B0395138010 for ; Sat, 22 Sep 2012 18:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E27E0484; Sat, 22 Sep 2012 18:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02E1DE0484 for ; Sat, 22 Sep 2012 18:45:20 +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 38C0F33CEF7 for ; Sat, 22 Sep 2012 18:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D27F6E544C for ; Sat, 22 Sep 2012 18:45:17 +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: <1348339265.3cbaf9fb7513299d90c5355ffd83e2e5c2175155.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild X-VCS-Directories: gnome-extra/gnome-color-manager/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 3cbaf9fb7513299d90c5355ffd83e2e5c2175155 X-VCS-Branch: master Date: Sat, 22 Sep 2012 18:45:17 +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: ea06a88c-ab55-4a8a-a38f-f6a78c635cd8 X-Archives-Hash: e979df1d1493a8a53e65157b03cd473e commit: 3cbaf9fb7513299d90c5355ffd83e2e5c2175155 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Sep 22 18:38:17 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Sep 22 18:41:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cbaf9fb Add gnome-extra/gnome-color-manager-3.5.90 --- ...99.ebuild => gnome-color-manager-3.5.90.ebuild} | 18 ++++++++++-------- .../gnome-color-manager-9999.ebuild | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild similarity index 87% copy from gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild copy to gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild index b929324..c06d901 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.5.90.ebuild @@ -36,27 +36,28 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 - >=x11-misc/colord-0.1.12 + >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) - raw? ( media-gfx/exiv2 ) -" + raw? ( media-gfx/exiv2 )" RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles -" + media-gfx/shared-color-profiles" # docbook-sgml-{utils,dtd:4.1} needed to generate man pages DEPEND="${COMMON_DEPEND} app-text/docbook-sgml-dtd:4.1 app-text/docbook-sgml-utils - app-text/gnome-doc-utils dev-libs/libxslt >=dev-util/intltool-0.35 - virtual/pkgconfig -" + virtual/pkgconfig" + +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi # FIXME: run test-suite with files on live file-system RESTRICT="test" @@ -71,6 +72,7 @@ pkg_setup() { $(use_enable clutter) $(use_enable packagekit) $(use_enable raw exiv)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" } pkg_postinst() { diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild index b929324..c06d901 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild @@ -36,27 +36,28 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 - >=x11-misc/colord-0.1.12 + >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) - raw? ( media-gfx/exiv2 ) -" + raw? ( media-gfx/exiv2 )" RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles -" + media-gfx/shared-color-profiles" # docbook-sgml-{utils,dtd:4.1} needed to generate man pages DEPEND="${COMMON_DEPEND} app-text/docbook-sgml-dtd:4.1 app-text/docbook-sgml-utils - app-text/gnome-doc-utils dev-libs/libxslt >=dev-util/intltool-0.35 - virtual/pkgconfig -" + virtual/pkgconfig" + +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi # FIXME: run test-suite with files on live file-system RESTRICT="test" @@ -71,6 +72,7 @@ pkg_setup() { $(use_enable clutter) $(use_enable packagekit) $(use_enable raw exiv)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" } pkg_postinst() {