summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 12:48:40 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 12:48:40 +0000
commit2c2548415420beecb3ee587a6a426712ddbf2de4 (patch)
tree79f1f6817e097d71fea98c7735d5b3efe28007b3 /net-wireless/gnome-bluetooth
parentDrop old (#508854) (diff)
downloadgentoo-2-2c2548415420beecb3ee587a6a426712ddbf2de4.tar.gz
gentoo-2-2c2548415420beecb3ee587a6a426712ddbf2de4.tar.bz2
gentoo-2-2c2548415420beecb3ee587a6a426712ddbf2de4.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r--net-wireless/gnome-bluetooth/ChangeLog12
-rw-r--r--net-wireless/gnome-bluetooth/files/80-rfkill.rules5
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-fix-typo.patch22
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-introspection-build.patch208
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-libnotify-0.7.patch27
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-nsd-automagic.patch28
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-pin-quirk.patch23
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-update-dtd.patch21
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild110
-rw-r--r--net-wireless/gnome-bluetooth/metadata.xml4
10 files changed, 11 insertions, 449 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog
index fddd043331ad..fc6b14d26260 100644
--- a/net-wireless/gnome-bluetooth/ChangeLog
+++ b/net-wireless/gnome-bluetooth/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for net-wireless/gnome-bluetooth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.143 2014/07/23 15:37:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.144 2014/11/13 12:48:40 pacho Exp $
+
+ 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -files/80-rfkill.rules,
+ -files/gnome-bluetooth-2.32.0-fix-typo.patch,
+ -files/gnome-bluetooth-2.32.0-introspection-build.patch,
+ -files/gnome-bluetooth-2.32.0-libnotify-0.7.patch,
+ -files/gnome-bluetooth-2.32.0-nsd-automagic.patch,
+ -files/gnome-bluetooth-2.32.0-pin-quirk.patch,
+ -files/gnome-bluetooth-2.32.0-update-dtd.patch,
+ -gnome-bluetooth-2.32.0-r1.ebuild, metadata.xml:
+ Drop old (#508854)
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gnome-bluetooth-3.12.0.ebuild:
Stable for x86, wrt bug #512012
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 61f9ca5eb0d1..000000000000
--- 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/files/gnome-bluetooth-2.32.0-fix-typo.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-fix-typo.patch
deleted file mode 100644
index 123e3fc08c93..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-fix-typo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 76109d033db729252f4d47314ab69b0bf2d63711 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Fri, 18 Mar 2011 14:23:26 +0000
-Subject: wizard: Fix typo in PIN quirks
-
-Thanks to Daniele Forsi
----
-diff --git a/wizard/pin-code-database.xml b/wizard/pin-code-database.xml
-index 3b4479e..e485d03 100644
---- a/wizard/pin-code-database.xml
-+++ b/wizard/pin-code-database.xml
-@@ -38,7 +38,7 @@
- <!DOCTYPE devices [
- <!ELEMENT devices (device)+>
- <!ELEMENT device EMPTY>
-- <!ATTLIST device type (any|mouse|table|keyboard|headset|headphones|audio|printer|network) "any">
-+ <!ATTLIST device type (any|mouse|tablet|keyboard|headset|headphones|audio|printer|network) "any">
- <!ATTLIST device oui CDATA #IMPLIED>
- <!ATTLIST device name CDATA #IMPLIED>
- <!ATTLIST device pin CDATA #REQUIRED>
---
-cgit v0.9.0.2
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-introspection-build.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-introspection-build.patch
deleted file mode 100644
index 592f66fcb655..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-introspection-build.patch
+++ /dev/null
@@ -1,208 +0,0 @@
-From a26a8bc169ff2fdc249437c9c6fa9d6aae77b4df Mon Sep 17 00:00:00 2001
-From: Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>
-Date: Thu, 16 Dec 2010 19:15:42 +0000
-Subject: introspection: Fix build with newer g-introspection
-
-Fixes build with gobject-introspection 0.9
-
-https://bugzilla.gnome.org/show_bug.cgi?id=634131
----
-diff --git a/Makefile.am b/Makefile.am
-index 9391392..f73baf4 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -9,10 +9,9 @@ SUBDIRS = icons lib applet properties wizard sendto $(MOBLIN_DIR) docs po help
- DIST_SUBDIRS = $(DEF_SUBDIRS) moblin
- EXTRA_DIST = intltool-extract.in intltool-update.in intltool-merge.in ChangeLog.pre-2.27 gtk-doc.make gnome-doc-utils.make
-
--# FIXME https://bugzilla.gnome.org/show_bug.cgi?id=595675
- DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
- --disable-desktop-update --disable-mime-update --disable-icon-update \
-- --enable-gtk-doc --disable-scrollkeeper --enable-introspection=no
-+ --enable-gtk-doc --disable-scrollkeeper --enable-introspection
-
- DISTCLEANFILES = intltool-extract intltool-update intltool-merge gnome-doc-utils.make
-
-diff --git a/acinclude.m4 b/acinclude.m4
-index 5cf8c03..deebd2b 100644
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -1,93 +1,3 @@
--dnl -*- mode: autoconf -*-
--dnl Copyright 2009 Johan Dahlin
--dnl
--dnl This file is free software; the author(s) gives unlimited
--dnl permission to copy and/or distribute it, with or without
--dnl modifications, as long as this notice is preserved.
--dnl
--
--# serial 1
--
--m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
--[
-- AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
-- AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
-- AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
--
-- dnl enable/disable introspection
-- m4_if([$2], [require],
-- [dnl
-- enable_introspection=yes
-- ],[dnl
-- AC_ARG_ENABLE(introspection,
-- AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
-- [Enable introspection for this build]),,
-- [enable_introspection=auto])
-- ])dnl
--
-- AC_MSG_CHECKING([for gobject-introspection])
--
-- dnl presence/version checking
-- AS_CASE([$enable_introspection],
-- [no], [dnl
-- found_introspection="no (disabled, use --enable-introspection to enable)"
-- ],dnl
-- [yes],[dnl
-- PKG_CHECK_EXISTS([gobject-introspection-1.0],,
-- AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
-- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
-- found_introspection=yes,
-- AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
-- ],dnl
-- [auto],[dnl
-- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
-- ],dnl
-- [dnl
-- AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])
-- ])dnl
--
-- AC_MSG_RESULT([$found_introspection])
--
-- INTROSPECTION_SCANNER=
-- INTROSPECTION_COMPILER=
-- INTROSPECTION_GENERATE=
-- INTROSPECTION_GIRDIR=
-- INTROSPECTION_TYPELIBDIR=
-- if test "x$found_introspection" = "xyes"; then
-- INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
-- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
-- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
-- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-- fi
-- AC_SUBST(INTROSPECTION_SCANNER)
-- AC_SUBST(INTROSPECTION_COMPILER)
-- AC_SUBST(INTROSPECTION_GENERATE)
-- AC_SUBST(INTROSPECTION_GIRDIR)
-- AC_SUBST(INTROSPECTION_TYPELIBDIR)
--
-- AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
--])
--
--
--dnl Usage:
--dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
--
--AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
--[
-- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
--])
--
--dnl Usage:
--dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
--
--
--AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
--[
-- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
--])
--
--
- dnl as-ac-expand.m4 0.2.0 -*- autoconf -*-
- dnl autostars m4 macro for expanding directories using configure's prefix
-
-diff --git a/configure.ac b/configure.ac
-index 8bbce4e..02aaf5f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -186,7 +186,7 @@ AC_SUBST(DBUS_BINDING_TOOL)
- GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
- AC_SUBST(GLIB_GENMARSHAL)
-
--GOBJECT_INTROSPECTION_CHECK([0.6.3])
-+GOBJECT_INTROSPECTION_CHECK([0.6.7])
-
- GNOME_COMMON_INIT
- GNOME_DEBUG_CHECK
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 6da2a9c..f7acece 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -55,41 +55,29 @@ gnomebluetooth_HEADERS = \
-
- AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\"
-
-+-include $(INTROSPECTION_MAKEFILE)
-+INTROSPECTION_GIRS =
-+INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir)
-+INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
-+
- if HAVE_INTROSPECTION
--BUILT_GIRSOURCES += GnomeBluetooth-1.0.gir
-+introspection_sources = $(gnomebluetooth_HEADERS)
-
--GnomeBluetooth-1.0.gir: $(libgnome_bluetooth_la_SOURCES)
--GnomeBluetooth-1.0.gir: $(gnomebluetooth_HEADERS)
- GnomeBluetooth-1.0.gir: libgnome-bluetooth.la
--GnomeBluetooth-1.0.gir: $(INTROSPECTION_SCANNER)
-- $(AM_V_GEN) $(INTROSPECTION_SCANNER) -v --namespace GnomeBluetooth --nsversion=1.0 \
-- --add-include-path=$(srcdir) --add-include-path=. \
-- --include=GObject-2.0 \
-- --include=Gtk-2.0 \
-- --include=DBusGLib-1.0 \
-- --include=GModule-2.0 \
-- --libtool="$(LIBTOOL)" \
-- --library=gnome-bluetooth \
-- --output $@ \
-- --pkg gobject-2.0 \
-- --pkg gtk+-2.0 \
-- --pkg dbus-glib-1 \
-- --pkg gmodule-2.0 \
-- -I$(srcdir) \
-- $(LIBGNOMEBT_CFLAGS) \
-- $(gnomebluetooth_HEADERS)
-+GnomeBluetooth_1_0_gir_INCLUDES = GObject-2.0 Gtk-2.0 DBusGLib-1.0 GModule-2.0
-+GnomeBluetooth_1_0_gir_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS)
-+GnomeBluetooth_1_0_gir_LIBS = libgnome-bluetooth.la
-+GnomeBluetooth_1_0_gir_SCANNERFLAGS = --strip-prefix=Bluetooth --pkg-export=gnome-bluetooth-1.0
-+GnomeBluetooth_1_0_gir_FILES = $(introspection_sources)
-+INTROSPECTION_GIRS += GnomeBluetooth-1.0.gir
-
- girdir = $(INTROSPECTION_GIRDIR)
--dist_gir_DATA = $(BUILT_GIRSOURCES)
-
--EXTRA_DIST += $(BUILT_GIRSOURCES)
-+gir_DATA = $(INTROSPECTION_GIRS)
-
--typelibsdir = $(INTROSPECTION_TYPELIBDIR)
--typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
-+typelibdir = $(INTROSPECTION_TYPELIBDIR)
-+typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-
--%.typelib: %.gir $(G_IR_COMPILER)
-- $(AM_V_GEN) LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(G_IR_COMPILER_OPTS) $< -o $@
--
- endif # HAVE_INTROSPECTION
-
- BUILT_SOURCES = marshal.h marshal.c \
-@@ -101,7 +89,7 @@ BUILT_SOURCES = marshal.h marshal.c \
-
- nodist_libcommon_la_SOURCES = $(BUILT_SOURCES)
-
--CLEANFILES = $(BUILT_SOURCES)
-+CLEANFILES = $(BUILT_SOURCES) $(gir_DATA) $(typelib_DATA)
-
- noinst_PROGRAMS = test-client test-agent test-deviceselection test-plugins test-class
-
---
-cgit v0.8.3.1
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-libnotify-0.7.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-libnotify-0.7.patch
deleted file mode 100644
index 72a72652186e..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-libnotify-0.7.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- applet/notify.c
-+++ applet/notify.c
-@@ -31,6 +31,10 @@
- #include <libnotify/notify.h>
- #include "notify.h"
-
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+
- static GtkStatusIcon *statusicon = NULL;
- static char *icon_name = NULL;
- static char *tooltip = NULL;
-@@ -71,7 +75,12 @@
- notify_notification_close(notify, NULL);
- }
-
-- notify = notify_notification_new(summary, message, icon_name, NULL);
-+ notify = notify_notification_new(summary, message, icon_name
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ );
-+#else
-+ , NULL);
-+#endif
-
- notify_notification_set_timeout(notify, timeout);
-
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-nsd-automagic.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-nsd-automagic.patch
deleted file mode 100644
index 6138fa749713..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-nsd-automagic.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3ffd3b7678f9095b2ce7ed06a7638210cb0d35e2 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Mon, 17 Jan 2011 15:15:46 +0000
-Subject: build: Fix disabling nautilus-sendto in configure
-
-enable_nst was never set properly if we didn't use the default
-value.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=639130
----
-diff --git a/configure.ac b/configure.ac
-index 02aaf5f..c4f2804 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -99,8 +99,9 @@ PKG_CHECK_MODULES(SENDTO,
- dnl nautilus-sendto plugin
- AC_ARG_ENABLE(nautilus-sendto,
- AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@],
-- [build nautilus-sendto plugin]), ,
-- enable_nst=yes)
-+ [build nautilus-sendto plugin]),
-+ [enable_nst=$enableval],
-+ [enable_nst=auto])
-
- if test "x$enable_nst" != "xno"; then
- PKG_CHECK_MODULES(NST,
---
-cgit v0.8.3.1
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-pin-quirk.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-pin-quirk.patch
deleted file mode 100644
index 0602c95a10b3..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-pin-quirk.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From f03a29b558a834cb26e9abbdc0cb94a14c57cb8f Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Fri, 18 Mar 2011 13:03:01 +0000
-Subject: wizard: Add PIN quirk for Magic Trackpad
-
----
-diff --git a/wizard/pin-code-database.xml b/wizard/pin-code-database.xml
-index 8a73d65..b3e9f8d 100644
---- a/wizard/pin-code-database.xml
-+++ b/wizard/pin-code-database.xml
-@@ -61,6 +61,10 @@
- <device oui="00:0A:95:" type="mouse" pin="0000"/>
- <device oui="00:14:51:" type="mouse" pin="0000"/>
-
-+ <!-- Apple Magic Trackpad
-+ Note: same as above, tablet needs to be paired -->
-+ <device oui="D8:A2:5E:" type="tablet" pin="0000"/>
-+
- <!-- Wiimote -->
- <device oui="00:19:1D:" name="Nintendo RVL-CNT-01" pin="NULL"/>
- <device oui="00:1F:C5:" name="Nintendo RVL-CNT-01" pin="NULL"/>
---
-cgit v0.9.0.2
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-update-dtd.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-update-dtd.patch
deleted file mode 100644
index 85f34cf35b72..000000000000
--- a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-2.32.0-update-dtd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 479d1535579184f437fe3cf73f24c4e17d933ecc Mon Sep 17 00:00:00 2001
-From: Bastien Nocera <hadess@hadess.net>
-Date: Fri, 18 Mar 2011 14:16:00 +0000
-Subject: wizard: Update DTD for latest addition
-
----
-diff --git a/wizard/pin-code-database.xml b/wizard/pin-code-database.xml
-index b3e9f8d..3b4479e 100644
---- a/wizard/pin-code-database.xml
-+++ b/wizard/pin-code-database.xml
-@@ -38,7 +38,7 @@
- <!DOCTYPE devices [
- <!ELEMENT devices (device)+>
- <!ELEMENT device EMPTY>
-- <!ATTLIST device type (any|mouse|keyboard|headset|headphones|audio|printer|network) "any">
-+ <!ATTLIST device type (any|mouse|table|keyboard|headset|headphones|audio|printer|network) "any">
- <!ATTLIST device oui CDATA #IMPLIED>
- <!ATTLIST device name CDATA #IMPLIED>
- <!ATTLIST device pin CDATA #REQUIRED>
---
-cgit v0.9.0.2
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild
deleted file mode 100644
index 4afe9e5f4bd0..000000000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild
+++ /dev/null
@@ -1,110 +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-2.32.0-r1.ebuild,v 1.8 2012/12/11 21:59:34 ssuominen Exp $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit eutils gnome2 multilib user autotools udev
-
-DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc +introspection nautilus test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2
- >=x11-libs/gtk+-2.19.1:2
- >=x11-libs/libnotify-0.4.3
- >=gnome-base/gconf-2.6:2
- >=dev-libs/dbus-glib-0.74
- dev-libs/libunique:1
- nautilus? ( >=gnome-extra/nautilus-sendto-2.31.7 )"
-RDEPEND="${COMMON_DEPEND}
- >=net-wireless/bluez-4.34
- app-mobilephone/obexd
- virtual/udev
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-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:2
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- x11-libs/libX11
- x11-libs/libXi
- x11-proto/xproto
- doc? ( >=dev-util/gtk-doc-1.9 )
- gnome-base/gnome-common
- dev-util/gtk-doc-am"
-# eautoreconf needs:
-# gnome-base/gnome-common
-# dev-util/gtk-doc-am
-
-# Tests are not ready to pass with docs enabled, upstream bug #573392
-REQUIRED_USE="test? ( !doc )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable introspection)
- $(use_enable nautilus nautilus-sendto)
- --disable-moblin
- --disable-desktop-update
- --disable-icon-update
- --disable-schemas-compile"
- DOCS="AUTHORS README NEWS ChangeLog"
-
- enewgroup plugdev
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
-
- # Fix build with gobject-introspection 0.9, bug #344227
- epatch "${FILESDIR}"/${P}-introspection-build.patch
-
- # Fix nautilus-sendto automagic support, upstream bug #639130
- epatch "${FILESDIR}"/${P}-nsd-automagic.patch
-
- # Add PIN quirk for Magic Trackpad
- epatch "${FILESDIR}"/${P}-pin-quirk.patch
-
- # wizard: Update DTD for latest addition
- epatch "${FILESDIR}"/${P}-update-dtd.patch
-
- # wizard: Fix typo in PIN quirks
- epatch "${FILESDIR}"/${P}-fix-typo.patch
-
- cp "${WORKDIR}"/introspection.m4 . || die
- intltoolize --force --copy --automake || die "intltoolize failed"
- AT_M4DIR="." eautoreconf
-
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
-
- udev_dorules "${FILESDIR}"/80-rfkill.rules
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libgnome-bluetooth.so.7
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- 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/metadata.xml b/net-wireless/gnome-bluetooth/metadata.xml
index 65b59ddf7dce..da6fd63d0085 100644
--- a/net-wireless/gnome-bluetooth/metadata.xml
+++ b/net-wireless/gnome-bluetooth/metadata.xml
@@ -2,8 +2,4 @@
<!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>
-</use>
</pkgmetadata>