public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2012-03-26  8:20 Nirbheek Chauhan
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan @ 2012-03-26  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e0ce89576cad5ff9690504223e4f56f7bb2184d1
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 05:47:46 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 08:19:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e0ce8957

Add net-wireless/gnome-bluetooth-3.3.92

---
 .../gnome-bluetooth-3.3.92-fix-makefile.patch      |   25 ++++++++++++
 ...h-9999.ebuild => gnome-bluetooth-3.3.92.ebuild} |   41 +++++++++-----------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    |   41 +++++++++-----------
 3 files changed, 61 insertions(+), 46 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch
new file mode 100644
index 0000000..7e369e8
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch
@@ -0,0 +1,25 @@
+From 94a23c3a5194d527aae993edbc68a50695a3f93e Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters@verbum.org>
+Date: Tue, 20 Mar 2012 21:32:32 +0000
+Subject: applet: Fix Makefile rule to remove libgnome-bluetooth-applet.la
+
+1) We should be using install-exec-hook, not -data, since it's code
+2) Use -f to avoid erroring out if for some reason it's not found
+---
+diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
+index 375270c..251575d 100644
+--- a/applet/Makefile-lib.am
++++ b/applet/Makefile-lib.am
+@@ -13,8 +13,8 @@ libgnome_bluetooth_applet_la_LDFLAGS = -no-undefined
+ 
+ AM_CFLAGS = -I$(srcdir) -I$(top_srcdir)/lib $(LIBGNOMEBT_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
+ 
+-install-data-hook:
+-	rm $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.la
++install-exec-hook:
++	rm -f $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.la
+ uninstall-hook:
+ 	rm -f $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.so*
+ 
+--
+cgit v0.9.0.2

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild
similarity index 66%
copy from net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild
index 0cbd789..e3c1103 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.2.ebuild,v 1.2 2012/02/14 05:02:43 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
-# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
-GNOME2_LA_PUNT="no"
+GNOME2_LA_PUNT="yes"
 
-inherit gnome2 multilib
+inherit autotools gnome2 multilib
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -21,13 +20,12 @@ IUSE="doc +introspection sendto"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~ppc ~x86"
+	KEYWORDS="~amd64 ~x86"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
+COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
 	>=x11-libs/gtk+-2.91.3:3[introspection?]
 	>=x11-libs/libnotify-0.7.0
-	>=dev-libs/dbus-glib-0.74
 
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
@@ -35,16 +33,18 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
 RDEPEND="${COMMON_DEPEND}
 	>=net-wireless/bluez-4.34
 	app-mobilephone/obexd
-	sys-fs/udev"
+	sys-fs/udev
+	x11-themes/gnome-icon-theme-symbolic"
 # To break circular dependencies
 PDEPEND=">=gnome-base/gnome-control-center-2.91"
 DEPEND="${COMMON_DEPEND}
-	!!net-wireless/bluez-gnome
+	!net-wireless/bluez-gnome
 	app-text/docbook-xml-dtd:4.1.2
 	app-text/gnome-doc-utils
 	app-text/scrollkeeper
 	dev-libs/libxml2
 	>=dev-util/intltool-0.40.0
+	dev-util/gdbus-codegen
 	dev-util/pkgconfig
 	>=sys-devel/gettext-0.17
 	x11-libs/libX11
@@ -60,7 +60,8 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
 		$(use_enable sendto nautilus-sendto)
-		--disable-moblin
+		--enable-documentation
+		--disable-maintainer-mode
 		--disable-desktop-update
 		--disable-icon-update
 		--disable-schemas-compile
@@ -71,29 +72,23 @@ pkg_setup() {
 }
 
 src_prepare() {
-	# Add missing files for intltool checks
-	echo "sendto/bluetooth-sendto.desktop.in" >> po/POTFILES.in
-	echo "wizard/bluetooth-wizard.desktop.in" >> po/POTFILES.in
+	# Fix make install, is in next release
+	epatch "${FILESDIR}/${P}-fix-makefile.patch"
 
-	gnome2_src_prepare
+	eautoreconf
 }
 
 src_install() {
 	gnome2_src_install
 
-	local la
-	for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
-			 control-center-1/panels/libbluetooth.la \
-			 libgnome-bluetooth.la; do
-		rm -v "${ED}/usr/$(get_libdir)/${la}" || die
-	done
-
 	insinto /$(get_libdir)/udev/rules.d
-	doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
+	doins "${FILESDIR}"/80-rfkill.rules
 }
 
 pkg_postinst() {
 	gnome2_pkg_postinst
+	# Notify about old libraries that might still be around
+	preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
 
 	elog "Don't forget to add yourself to the plugdev group "
 	elog "if you want to be able to control bluetooth transmitter."

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 0cbd789..e3c1103 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.2.ebuild,v 1.2 2012/02/14 05:02:43 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
-# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
-GNOME2_LA_PUNT="no"
+GNOME2_LA_PUNT="yes"
 
-inherit gnome2 multilib
+inherit autotools gnome2 multilib
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -21,13 +20,12 @@ IUSE="doc +introspection sendto"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~ppc ~x86"
+	KEYWORDS="~amd64 ~x86"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
+COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
 	>=x11-libs/gtk+-2.91.3:3[introspection?]
 	>=x11-libs/libnotify-0.7.0
-	>=dev-libs/dbus-glib-0.74
 
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
@@ -35,16 +33,18 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
 RDEPEND="${COMMON_DEPEND}
 	>=net-wireless/bluez-4.34
 	app-mobilephone/obexd
-	sys-fs/udev"
+	sys-fs/udev
+	x11-themes/gnome-icon-theme-symbolic"
 # To break circular dependencies
 PDEPEND=">=gnome-base/gnome-control-center-2.91"
 DEPEND="${COMMON_DEPEND}
-	!!net-wireless/bluez-gnome
+	!net-wireless/bluez-gnome
 	app-text/docbook-xml-dtd:4.1.2
 	app-text/gnome-doc-utils
 	app-text/scrollkeeper
 	dev-libs/libxml2
 	>=dev-util/intltool-0.40.0
+	dev-util/gdbus-codegen
 	dev-util/pkgconfig
 	>=sys-devel/gettext-0.17
 	x11-libs/libX11
@@ -60,7 +60,8 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
 		$(use_enable sendto nautilus-sendto)
-		--disable-moblin
+		--enable-documentation
+		--disable-maintainer-mode
 		--disable-desktop-update
 		--disable-icon-update
 		--disable-schemas-compile
@@ -71,29 +72,23 @@ pkg_setup() {
 }
 
 src_prepare() {
-	# Add missing files for intltool checks
-	echo "sendto/bluetooth-sendto.desktop.in" >> po/POTFILES.in
-	echo "wizard/bluetooth-wizard.desktop.in" >> po/POTFILES.in
+	# Fix make install, is in next release
+	epatch "${FILESDIR}/${P}-fix-makefile.patch"
 
-	gnome2_src_prepare
+	eautoreconf
 }
 
 src_install() {
 	gnome2_src_install
 
-	local la
-	for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
-			 control-center-1/panels/libbluetooth.la \
-			 libgnome-bluetooth.la; do
-		rm -v "${ED}/usr/$(get_libdir)/${la}" || die
-	done
-
 	insinto /$(get_libdir)/udev/rules.d
-	doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
+	doins "${FILESDIR}"/80-rfkill.rules
 }
 
 pkg_postinst() {
 	gnome2_pkg_postinst
+	# Notify about old libraries that might still be around
+	preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
 
 	elog "Don't forget to add yourself to the plugdev group "
 	elog "if you want to be able to control bluetooth transmitter."



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2012-05-24  7:59 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f20004460c29974986a292ac24eae25af4221b91
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 07:58:51 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 07:58:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f2000446

net-wireless/gnome-bluetooth: moved to gx86, update live

---
 .../gnome-bluetooth-3.3.92-fix-makefile.patch      |   25 ------
 .../gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild   |   88 --------------------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    |   11 +--
 3 files changed, 1 insertions(+), 123 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch
deleted file mode 100644
index 7e369e8..0000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.3.92-fix-makefile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 94a23c3a5194d527aae993edbc68a50695a3f93e Mon Sep 17 00:00:00 2001
-From: Colin Walters <walters@verbum.org>
-Date: Tue, 20 Mar 2012 21:32:32 +0000
-Subject: applet: Fix Makefile rule to remove libgnome-bluetooth-applet.la
-
-1) We should be using install-exec-hook, not -data, since it's code
-2) Use -f to avoid erroring out if for some reason it's not found
----
-diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
-index 375270c..251575d 100644
---- a/applet/Makefile-lib.am
-+++ b/applet/Makefile-lib.am
-@@ -13,8 +13,8 @@ libgnome_bluetooth_applet_la_LDFLAGS = -no-undefined
- 
- AM_CFLAGS = -I$(srcdir) -I$(top_srcdir)/lib $(LIBGNOMEBT_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
- 
--install-data-hook:
--	rm $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.la
-+install-exec-hook:
-+	rm -f $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.la
- uninstall-hook:
- 	rm -f $(DESTDIR)$(pkglibdir)/libgnome-bluetooth-applet.so*
- 
---
-cgit v0.9.0.2

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild
deleted file mode 100644
index 6422d21..0000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2012 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.2.2.ebuild,v 1.2 2012/02/14 05:02:43 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools gnome2 multilib
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2"
-IUSE="doc +introspection sendto"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-
-COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
-	>=x11-libs/gtk+-2.91.3:3[introspection?]
-	>=x11-libs/libnotify-0.7.0
-
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
-"
-RDEPEND="${COMMON_DEPEND}
-	>=net-wireless/bluez-4.34
-	app-mobilephone/obexd
-	sys-fs/udev
-	x11-themes/gnome-icon-theme-symbolic"
-# To break circular dependencies
-PDEPEND=">=gnome-base/gnome-control-center-2.91"
-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-util/intltool-0.40.0
-	dev-util/gdbus-codegen
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	x11-libs/libX11
-	x11-libs/libXi
-	x11-proto/xproto
-	doc? ( >=dev-util/gtk-doc-1.9 )"
-# eautoreconf needs:
-#	gnome-base/gnome-common
-#	dev-util/gtk-doc-am
-
-pkg_setup() {
-	# FIXME: Add geoclue support
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_enable sendto nautilus-sendto)
-		--enable-documentation
-		--disable-maintainer-mode
-		--disable-desktop-update
-		--disable-icon-update
-		--disable-schemas-compile
-		--disable-static"
-	DOCS="AUTHORS README NEWS ChangeLog"
-
-	enewgroup plugdev
-}
-
-src_install() {
-	gnome2_src_install
-
-	insinto /$(get_libdir)/udev/rules.d
-	doins "${FILESDIR}"/80-rfkill.rules
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	# Notify about old libraries that might still be around
-	preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
-
-	elog "Don't forget to add yourself to the plugdev group "
-	elog "if you want to be able to control bluetooth transmitter."
-}

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 8e065f3..c9e6a0e 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit autotools gnome2 multilib
+inherit gnome2 multilib
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -35,8 +35,6 @@ RDEPEND="${COMMON_DEPEND}
 	app-mobilephone/obexd
 	sys-fs/udev
 	x11-themes/gnome-icon-theme-symbolic"
-# To break circular dependencies
-PDEPEND=">=gnome-base/gnome-control-center-2.91"
 DEPEND="${COMMON_DEPEND}
 	!net-wireless/bluez-gnome
 	app-text/docbook-xml-dtd:4.1.2
@@ -71,13 +69,6 @@ pkg_setup() {
 	enewgroup plugdev
 }
 
-src_prepare() {
-	# Fix make install, is in next release
-	epatch "${FILESDIR}/${P}-fix-makefile.patch"
-
-	eautoreconf
-}
-
 src_install() {
 	gnome2_src_install
 



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2012-09-27 21:39 Alexandre Rostovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-27 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0c24012b4c1f45c3b2e6ee7613f9b6b8abf273ba
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 21:38:50 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 21:38:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0c24012b

net-wireless/gnome-bluetooth: [QA] .desktop file issues

---
 .../gnome-bluetooth-3.6.0-desktop-files.patch      |   43 ++++++++++++++++++++
 .../gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild   |    3 +
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch
new file mode 100644
index 0000000..a9dc84b
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch
@@ -0,0 +1,43 @@
+From 33c8c10af27a132735485a3be32249102259517a Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev <tetromino@gentoo.org>
+Date: Thu, 27 Sep 2012 17:23:13 -0400
+Subject: [PATCH] .desktop files require a main category
+
+Otherwise, they do not validate with desktop-file-validate from
+desktop-file-utils-0.20
+
+https://bugzilla.gnome.org/show_bug.cgi?id=685002
+---
+ sendto/bluetooth-sendto.desktop.in.in | 2 +-
+ wizard/bluetooth-wizard.desktop.in.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/sendto/bluetooth-sendto.desktop.in.in b/sendto/bluetooth-sendto.desktop.in.in
+index 5365927..810de89 100644
+--- a/sendto/bluetooth-sendto.desktop.in.in
++++ b/sendto/bluetooth-sendto.desktop.in.in
+@@ -5,7 +5,7 @@ Icon=bluetooth
+ Exec=bluetooth-sendto
+ Terminal=false
+ Type=Application
+-Categories=GTK;GNOME;
++Categories=GTK;GNOME;Utility;FileTools;
+ StartupNotify=true
+ NoDisplay=true
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+diff --git a/wizard/bluetooth-wizard.desktop.in.in b/wizard/bluetooth-wizard.desktop.in.in
+index b331639..d18a8ff 100644
+--- a/wizard/bluetooth-wizard.desktop.in.in
++++ b/wizard/bluetooth-wizard.desktop.in.in
+@@ -5,7 +5,7 @@ Icon=bluetooth
+ Exec=bluetooth-wizard
+ Terminal=false
+ Type=Application
+-Categories=GTK;GNOME;
++Categories=GTK;GNOME;Settings;HardwareSettings;
+ StartupNotify=true
+ NoDisplay=true
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+-- 
+1.7.12
+

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
index 08dbdfc..aede591 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
@@ -74,6 +74,9 @@ pkg_setup() {
 }
 
 src_prepare() {
+	# https://bugzilla.gnome.org/show_bug.cgi?id=685002
+	epatch "${FILESDIR}/${PN}-3.6.0-desktop-files.patch"
+
 	# 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2012-11-18 19:33 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-18 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dc029b8a45a6fefdb518b2c85e775f434c02dfc7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 19:15:05 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 19:33:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dc029b8a

net-wireless/gnome-bluetooth: 3.6.0 → 3.6.1

---
 .../gnome-bluetooth-3.6.0-desktop-files.patch      |   43 --------------------
 ...h-3.6.0.ebuild => gnome-bluetooth-3.6.1.ebuild} |   21 ++++------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    |   18 ++++-----
 3 files changed, 16 insertions(+), 66 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch
deleted file mode 100644
index a9dc84b..0000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.6.0-desktop-files.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 33c8c10af27a132735485a3be32249102259517a Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Thu, 27 Sep 2012 17:23:13 -0400
-Subject: [PATCH] .desktop files require a main category
-
-Otherwise, they do not validate with desktop-file-validate from
-desktop-file-utils-0.20
-
-https://bugzilla.gnome.org/show_bug.cgi?id=685002
----
- sendto/bluetooth-sendto.desktop.in.in | 2 +-
- wizard/bluetooth-wizard.desktop.in.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/sendto/bluetooth-sendto.desktop.in.in b/sendto/bluetooth-sendto.desktop.in.in
-index 5365927..810de89 100644
---- a/sendto/bluetooth-sendto.desktop.in.in
-+++ b/sendto/bluetooth-sendto.desktop.in.in
-@@ -5,7 +5,7 @@ Icon=bluetooth
- Exec=bluetooth-sendto
- Terminal=false
- Type=Application
--Categories=GTK;GNOME;
-+Categories=GTK;GNOME;Utility;FileTools;
- StartupNotify=true
- NoDisplay=true
- X-GNOME-Bugzilla-Bugzilla=GNOME
-diff --git a/wizard/bluetooth-wizard.desktop.in.in b/wizard/bluetooth-wizard.desktop.in.in
-index b331639..d18a8ff 100644
---- a/wizard/bluetooth-wizard.desktop.in.in
-+++ b/wizard/bluetooth-wizard.desktop.in.in
-@@ -5,7 +5,7 @@ Icon=bluetooth
- Exec=bluetooth-wizard
- Terminal=false
- Type=Application
--Categories=GTK;GNOME;
-+Categories=GTK;GNOME;Settings;HardwareSettings;
- StartupNotify=true
- NoDisplay=true
- X-GNOME-Bugzilla-Bugzilla=GNOME
--- 
-1.7.12
-

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild
similarity index 88%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild
index aede591..a44ea6e 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 multilib toolchain-funcs user
+inherit eutils gnome2 multilib udev user
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -57,6 +57,11 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 pkg_setup() {
+	enewgroup plugdev
+}
+
+src_prepare() {
+	DOCS="AUTHORS README NEWS ChangeLog"
 	# FIXME: Add geoclue support
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
@@ -68,28 +73,18 @@ pkg_setup() {
 		--disable-schemas-compile
 		--disable-static"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	DOCS="AUTHORS README NEWS ChangeLog"
-
-	enewgroup plugdev
-}
-
-src_prepare() {
-	# https://bugzilla.gnome.org/show_bug.cgi?id=685002
-	epatch "${FILESDIR}/${PN}-3.6.0-desktop-files.patch"
 
 	# 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
+
 	gnome2_src_prepare
 }
 
 src_install() {
 	gnome2_src_install
-
-	local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
-	insinto "${udevdir}"/rules.d
-	doins "${FILESDIR}"/80-rfkill.rules
+	udev_dorules "${FILESDIR}"/80-rfkill.rules
 }
 
 pkg_postinst() {

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 08dbdfc..a44ea6e 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2 multilib toolchain-funcs user
+inherit eutils gnome2 multilib udev user
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -57,6 +57,11 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 pkg_setup() {
+	enewgroup plugdev
+}
+
+src_prepare() {
+	DOCS="AUTHORS README NEWS ChangeLog"
 	# FIXME: Add geoclue support
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
@@ -68,25 +73,18 @@ pkg_setup() {
 		--disable-schemas-compile
 		--disable-static"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	DOCS="AUTHORS README NEWS ChangeLog"
 
-	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
+
 	gnome2_src_prepare
 }
 
 src_install() {
 	gnome2_src_install
-
-	local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
-	insinto "${udevdir}"/rules.d
-	doins "${FILESDIR}"/80-rfkill.rules
+	udev_dorules "${FILESDIR}"/80-rfkill.rules
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2012-12-24 11:12 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2d64fc7f97c4d9f622e099519230f93d55b47131
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 11:08:43 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 11:08:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2d64fc7f

net-wireless/gnome-bluetooth: moved to gx86

    * Sync live ebuild with gx86 changes.
    * Add metadata.xml.

---
 .../gnome-bluetooth/files/61-gnome-bluetooth.rules |   11 ++
 net-wireless/gnome-bluetooth/files/80-rfkill.rules |    5 -
 .../gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild   |   97 --------------------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    |   39 +++++----
 net-wireless/gnome-bluetooth/metadata.xml          |   11 ++
 5 files changed, 44 insertions(+), 119 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
new file mode 100644
index 0000000..5065740
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev >= 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", GROUP="plugdev", MODE="0664", TAG+="udev-acl"
+LABEL="gnome_bluetooth_end"

diff --git a/net-wireless/gnome-bluetooth/files/80-rfkill.rules b/net-wireless/gnome-bluetooth/files/80-rfkill.rules
deleted file mode 100644
index 61f9ca5..0000000
--- a/net-wireless/gnome-bluetooth/files/80-rfkill.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# network
-KERNEL=="rfkill", GROUP="plugdev",	MODE="0664"
-

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild
deleted file mode 100644
index 3652f7a..0000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib udev user
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2"
-IUSE="doc +introspection sendto"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-
-COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
-	>=x11-libs/gtk+-2.91.3:3[introspection?]
-	>=x11-libs/libnotify-0.7.0
-	virtual/udev
-
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
-"
-RDEPEND="${COMMON_DEPEND}
-	>=net-wireless/bluez-4.34
-	app-mobilephone/obexd
-	x11-themes/gnome-icon-theme-symbolic"
-DEPEND="${COMMON_DEPEND}
-	!net-wireless/bluez-gnome
-	app-text/docbook-xml-dtd:4.1.2
-	dev-libs/libxml2:2
-	>=dev-util/intltool-0.40.0
-	dev-util/gdbus-codegen
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	x11-libs/libX11
-	x11-libs/libXi
-	x11-proto/xproto
-	doc? ( >=dev-util/gtk-doc-1.9 )"
-# eautoreconf needs:
-#	gnome-base/gnome-common
-#	dev-util/gtk-doc-am
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
-pkg_setup() {
-	enewgroup plugdev
-}
-
-src_prepare() {
-	DOCS="AUTHORS README NEWS ChangeLog"
-	# FIXME: Add geoclue support
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_enable sendto nautilus-sendto)
-		--enable-documentation
-		--disable-maintainer-mode
-		--disable-desktop-update
-		--disable-icon-update
-		--disable-schemas-compile
-		--disable-static"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
-	# 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
-
-	gnome2_src_prepare
-}
-
-src_install() {
-	gnome2_src_install
-	udev_dorules "${FILESDIR}"/80-rfkill.rules
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	# Notify about old libraries that might still be around
-	preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
-
-	elog "Don't forget to add yourself to the plugdev group "
-	elog "if you want to be able to control bluetooth transmitter."
-}

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 3652f7a..556b565 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -16,8 +16,9 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2"
-IUSE="doc +introspection sendto"
+IUSE="+introspection sendto"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -25,7 +26,7 @@ fi
 
 COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
 	>=x11-libs/gtk+-2.91.3:3[introspection?]
-	>=x11-libs/libnotify-0.7.0
+	>=x11-libs/libnotify-0.7:=
 	virtual/udev
 
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
@@ -39,14 +40,15 @@ DEPEND="${COMMON_DEPEND}
 	!net-wireless/bluez-gnome
 	app-text/docbook-xml-dtd:4.1.2
 	dev-libs/libxml2:2
-	>=dev-util/intltool-0.40.0
 	dev-util/gdbus-codegen
+	>=dev-util/gtk-doc-am-1.9
+	>=dev-util/intltool-0.40.0
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 	x11-libs/libX11
 	x11-libs/libXi
 	x11-proto/xproto
-	doc? ( >=dev-util/gtk-doc-1.9 )"
+"
 # eautoreconf needs:
 #	gnome-base/gnome-common
 #	dev-util/gtk-doc-am
@@ -54,6 +56,7 @@ DEPEND="${COMMON_DEPEND}
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
 		app-text/yelp-tools"
+		doc? ( >=dev-util/gtk-doc-1.9 )
 fi
 
 pkg_setup() {
@@ -61,7 +64,14 @@ pkg_setup() {
 }
 
 src_prepare() {
-	DOCS="AUTHORS README NEWS ChangeLog"
+	# 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
+	gnome2_src_prepare
+}
+
+src_configure() {
 	# FIXME: Add geoclue support
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
@@ -70,21 +80,14 @@ src_prepare() {
 		--disable-maintainer-mode
 		--disable-desktop-update
 		--disable-icon-update
-		--disable-schemas-compile
 		--disable-static"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
-	# 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
-
-	gnome2_src_prepare
+	gnome2_src_configure
 }
 
 src_install() {
 	gnome2_src_install
-	udev_dorules "${FILESDIR}"/80-rfkill.rules
+	udev_dorules "${FILESDIR}"/61-${PN}.rules
 }
 
 pkg_postinst() {
@@ -92,6 +95,8 @@ pkg_postinst() {
 	# Notify about old libraries that might still be around
 	preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
 
-	elog "Don't forget to add yourself to the plugdev group "
-	elog "if you want to be able to control bluetooth transmitter."
+	if ! has_version sys-auth/consolekit[acl] ; then
+		elog "Don't forget to add yourself to the plugdev group "
+		elog "if you want to be able to control bluetooth transmitter."
+	fi
 }

diff --git a/net-wireless/gnome-bluetooth/metadata.xml b/net-wireless/gnome-bluetooth/metadata.xml
new file mode 100644
index 0000000..4150212
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="nautilus">Build the <pkg>gnome-extra/nautilus-sendto</pkg>
+		plugin</flag>
+    <flag name="sendto">Build the <pkg>gnome-extra/nautilus-sendto</pkg>
+		plugin</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/
@ 2018-12-06 20:56 Mart Raudsepp
  0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2018-12-06 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cf45a06034f527863730f4d63c50ef3aa8bac48b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 20:55:25 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 20:56:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cf45a060

net-wireless/gnome-bluetooth: remove, available in ::gentoo

live ebuild is too outdated, so that is removed as well for now.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-bluetooth/files/61-gnome-bluetooth.rules | 11 ---
 .../gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild  | 61 --------------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    | 93 ----------------------
 net-wireless/gnome-bluetooth/metadata.xml          |  8 --
 4 files changed, 173 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
deleted file mode 100644
index 50657408..00000000
--- a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
+++ /dev/null
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev >= 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
-ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", GROUP="plugdev", MODE="0664", TAG+="udev-acl"
-LABEL="gnome_bluetooth_end"

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
deleted file mode 100644
index afc6b43a..00000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome-meson udev user
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="debug +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.38:2
-	media-libs/libcanberra[gtk3]
-	>=x11-libs/gtk+-3.12:3[introspection?]
-	x11-libs/libnotify
-	virtual/udev
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-	>=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-	!net-wireless/bluez-gnome
-	app-text/docbook-xml-dtd:4.1.2
-	dev-libs/libxml2:2
-	dev-util/gdbus-codegen
-	>=dev-util/gtk-doc-am-1.9
-	>=dev-util/intltool-0.40.0
-	dev-util/itstool
-	virtual/libudev
-	virtual/pkgconfig
-	x11-base/xorg-proto
-"
-
-pkg_setup() {
-	enewgroup plugdev
-}
-
-src_configure() {
-	gnome-meson_src_configure \
-		-Denable-gtk-doc=false \
-		-Denable-icon-update=false \
-		$(meson_enable introspection)
-}
-
-src_install() {
-	gnome-meson_src_install
-	udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-	gnome-meson_pkg_postinst
-	if ! has_version sys-auth/consolekit[acl] && ! has_version sys-apps/systemd[acl] ; then
-		elog "Don't forget to add yourself to the plugdev group "
-		elog "if you want to be able to control bluetooth transmitter."
-	fi
-}

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
deleted file mode 100644
index 294ceee2..00000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-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
-
-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}
-	>=net-wireless/bluez-5
-	x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
-	!net-wireless/bluez-gnome
-	app-text/docbook-xml-dtd:4.1.2
-	dev-libs/libxml2:2
-	dev-util/gdbus-codegen
-	>=dev-util/gtk-doc-am-1.9
-	>=dev-util/intltool-0.40.0
-	virtual/libudev
-	virtual/pkgconfig
-	x11-base/xorg-proto
-"
-# 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
-	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}
-}
-
-src_install() {
-	gnome2_src_install
-	udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	if ! has_version sys-auth/consolekit[acl] && ! has_version sys-apps/systemd[acl] ; then
-		elog "Don't forget to add yourself to the plugdev group "
-		elog "if you want to be able to control bluetooth transmitter."
-	fi
-}

diff --git a/net-wireless/gnome-bluetooth/metadata.xml b/net-wireless/gnome-bluetooth/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/net-wireless/gnome-bluetooth/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-06 20:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-06 20:56 [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/files/, net-wireless/gnome-bluetooth/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2012-12-24 11:12 Gilles Dartiguelongue
2012-11-18 19:33 Gilles Dartiguelongue
2012-09-27 21:39 Alexandre Rostovtsev
2012-05-24  7:59 Alexandre Restovtsev
2012-03-26  8:20 Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox