public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
Date: Mon, 21 Apr 2014 14:40:10 +0000 (UTC)	[thread overview]
Message-ID: <1398086408.c718514fb6a1f1464685e14ce21e0bf78fef90b5.eva@gentoo> (raw)

commit:     c718514fb6a1f1464685e14ce21e0bf78fef90b5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 15:46:46 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c718514f

net-wireless/gnome-bluetooth: QAed

* Fix subslot.
* Remove unneeded libX11 and libXi dependencies.
* Add virtual/libudev which is explicitely checking in configure.
* Fix keywords.
* Sync live ebuild.

---
 net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild | 9 ++++-----
 net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild   | 8 +++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
index 49c20e6..f3d8595 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild,v 1.6 2014/03/30 08:40:14 pacho Exp $
+# $Header: $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -11,9 +11,9 @@ DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/12" # subslot = libgnome-bluetooth soname version
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.37.3:2
@@ -32,9 +32,8 @@ DEPEND="${COMMON_DEPEND}
 	dev-util/gdbus-codegen
 	>=dev-util/gtk-doc-am-1.9
 	>=dev-util/intltool-0.40.0
+	virtual/libudev
 	virtual/pkgconfig
-	x11-libs/libX11
-	x11-libs/libXi
 	x11-proto/xproto
 "
 # eautoreconf needs:

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 88e1ac8..fb94cb4 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/12" # subslot = libgnome-bluetooth soname version
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
@@ -25,13 +25,12 @@ fi
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.37.3:2
-	>=x11-libs/gtk+-2.91.3:3[introspection?]
+	>=x11-libs/gtk+-3.11.2:3[introspection?]
 	virtual/udev
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 "
 RDEPEND="${COMMON_DEPEND}
 	>=net-wireless/bluez-5
-	app-mobilephone/obexd
 	x11-themes/gnome-icon-theme-symbolic
 "
 DEPEND="${COMMON_DEPEND}
@@ -41,9 +40,8 @@ DEPEND="${COMMON_DEPEND}
 	dev-util/gdbus-codegen
 	>=dev-util/gtk-doc-am-1.9
 	>=dev-util/intltool-0.40.0
+	virtual/libudev
 	virtual/pkgconfig
-	x11-libs/libX11
-	x11-libs/libXi
 	x11-proto/xproto
 "
 # eautoreconf needs:


             reply	other threads:[~2014-04-21 14:40 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-21 14:40 Gilles Dartiguelongue [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-10-02 12:50 Ole Reifschneider
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-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=1398086408.c718514fb6a1f1464685e14ce21e0bf78fef90b5.eva@gentoo \
    --to=eva@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