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 39775138010 for ; Sat, 22 Sep 2012 15:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC8AE04E7; Sat, 22 Sep 2012 15:54:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9FD86E04D2 for ; Sat, 22 Sep 2012 15:54:01 +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 DDA4133D0AF for ; Sat, 22 Sep 2012 15:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A2E7BE5442 for ; Sat, 22 Sep 2012 15:53:59 +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: <1348329200.b3c981b3f6fefcc0e2834215dc5f981e81595c61.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: b3c981b3f6fefcc0e2834215dc5f981e81595c61 X-VCS-Branch: master Date: Sat, 22 Sep 2012 15:53:59 +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: 17bc93ab-6b11-48c2-8683-8753bffcbb66 X-Archives-Hash: a68a3faa52240d8465eefc0d76b53bc6 commit: b3c981b3f6fefcc0e2834215dc5f981e81595c61 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Sep 21 03:55:39 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Sep 22 15:53:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3c981b3 net-wireless/gnome-bluetooth: 3.5.5 → 3.5.92 --- ...5.5-r1.ebuild => gnome-bluetooth-3.5.92.ebuild} | 10 +++++++--- .../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild similarity index 92% rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild index 5dc8e4a..94d95a8 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild @@ -38,9 +38,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} !net-wireless/bluez-gnome app-text/docbook-xml-dtd:4.1.2 - app-text/gnome-doc-utils - app-text/scrollkeeper - dev-libs/libxml2 + dev-libs/libxml2:2 >=dev-util/intltool-0.40.0 dev-util/gdbus-codegen >=sys-devel/gettext-0.17 @@ -53,6 +51,11 @@ DEPEND="${COMMON_DEPEND} # gnome-base/gnome-common # dev-util/gtk-doc-am +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { # FIXME: Add geoclue support G2CONF="${G2CONF} @@ -64,6 +67,7 @@ pkg_setup() { --disable-icon-update --disable-schemas-compile --disable-static" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" DOCS="AUTHORS README NEWS ChangeLog" enewgroup plugdev diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild index 5dc8e4a..94d95a8 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild @@ -38,9 +38,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} !net-wireless/bluez-gnome app-text/docbook-xml-dtd:4.1.2 - app-text/gnome-doc-utils - app-text/scrollkeeper - dev-libs/libxml2 + dev-libs/libxml2:2 >=dev-util/intltool-0.40.0 dev-util/gdbus-codegen >=sys-devel/gettext-0.17 @@ -53,6 +51,11 @@ DEPEND="${COMMON_DEPEND} # gnome-base/gnome-common # dev-util/gtk-doc-am +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { # FIXME: Add geoclue support G2CONF="${G2CONF} @@ -64,6 +67,7 @@ pkg_setup() { --disable-icon-update --disable-schemas-compile --disable-static" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" DOCS="AUTHORS README NEWS ChangeLog" enewgroup plugdev