public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
Date: Fri,  2 Oct 2015 12:50:50 +0000 (UTC)	[thread overview]
Message-ID: <1443779393.d9b31fb45d421f543d078dad1e75f17e7d2d3872.tranquility@gentoo> (raw)

commit:     d9b31fb45d421f543d078dad1e75f17e7d2d3872
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 09:49:53 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 09:49:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9b31fb4

net-wireless/gnome-bluetooth: Bump version to 3.18.0

Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42

 ...h-9999.ebuild => gnome-bluetooth-3.18.0.ebuild} | 26 +++++-----------------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    |  2 ++
 2 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
similarity index 78%
copy from net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
index cc5586b..55733a8 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
@@ -6,9 +6,6 @@ EAPI="5"
 GCONF_DEBUG="yes"
 
 inherit eutils gnome2 udev user
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
@@ -16,17 +13,14 @@ HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.38:2
 	>=x11-libs/gtk+-3.12:3[introspection?]
+	media-libs/libcanberra[gtk3]
 	virtual/udev
+	x11-libs/libnotify
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -47,34 +41,24 @@ DEPEND="${COMMON_DEPEND}
 # eautoreconf needs:
 #	gnome-base/gnome-common
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
 pkg_setup() {
 	enewgroup plugdev
 }
 
 src_prepare() {
 	# Regenerate gdbus-codegen files to allow using any glib version; bug #436236
-	if [[ ${PV} != 9999 ]]; then
-		rm -v lib/bluetooth-client-glue.{c,h} || die
-	fi
+	rm -v lib/bluetooth-client-glue.{c,h} || die
 	gnome2_src_prepare
 }
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
 		$(use_enable introspection) \
 		--enable-documentation \
 		--disable-desktop-update \
 		--disable-icon-update \
 		--disable-static \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index cc5586b..6057df2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -26,7 +26,9 @@ fi
 COMMON_DEPEND="
 	>=dev-libs/glib-2.38:2
 	>=x11-libs/gtk+-3.12:3[introspection?]
+	media-libs/libcanberra[gtk3]
 	virtual/udev
+	x11-libs/libnotify
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}


             reply	other threads:[~2015-10-02 12:50 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 12:50 Ole Reifschneider [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-10 21:33 [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ Gilles Dartiguelongue
2018-01-12 14:44 Dennis Lamm
2015-05-02 18:41 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-06 23:06 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2012-12-29  6:21 Alexandre Rostovtsev
2012-12-25  8:15 Priit Laes
2012-09-27 20:24 Alexandre Rostovtsev
2012-09-22 15:53 Nirbheek Chauhan
2012-09-13 11:28 Alexandre Rostovtsev
2012-09-13 10:44 Alexandre Rostovtsev
2012-09-09  0:39 Nirbheek Chauhan
2012-06-04  7:05 Alexandre Restovtsev
2012-04-06 19:51 Stephen Klimaszewski
2011-10-18  7:37 Alexandre Restovtsev
2011-10-01 23:56 Alexandre Restovtsev
2011-07-27  5:51 Alexandre Restovtsev
2011-06-02 14:43 Nirbheek Chauhan
2011-05-14 16:32 Gilles Dartiguelongue
2011-05-09 22:38 Gilles Dartiguelongue
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-18  6:10 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443779393.d9b31fb45d421f543d078dad1e75f17e7d2d3872.tranquility@gentoo \
    --to=tranquility@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox