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:
