public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
@ 2011-10-17 20:14 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-10-17 20:14 UTC (permalink / raw
  To: gentoo-commits

pacho       11/10/17 20:14:48

  Modified:             ChangeLog
  Added:                gnome-bluetooth-2.32.0-r1.ebuild
  Log:
  Include more upstream patches adding PIN quirk for Magic Trackpad, set REQUIRED_USE properly to prevent people from trying to run tests with USE 'doc' as upstream doesn't support it (bug #356075 by Ago and upstream bug #573392), drop .la files.
  
  (Portage version: 2.1.10.28/cvs/Linux x86_64)

Revision  Changes    Path
1.100                net-wireless/gnome-bluetooth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	19 Aug 2011 15:19:10 -0000	1.99
+++ ChangeLog	17 Oct 2011 20:14:48 -0000	1.100
@@ -1,6 +1,18 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.99 2011/08/19 15:19:10 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.100 2011/10/17 20:14:48 pacho Exp $
+
+*gnome-bluetooth-2.32.0-r1 (17 Oct 2011)
+
+  17 Oct 2011; Pacho Ramos <pacho@gentoo.org>
+  +gnome-bluetooth-2.32.0-r1.ebuild,
+  +files/gnome-bluetooth-2.32.0-fix-typo.patch,
+  +files/gnome-bluetooth-2.32.0-pin-quirk.patch,
+  +files/gnome-bluetooth-2.32.0-update-dtd.patch:
+  Include more upstream patches adding PIN quirk for Magic Trackpad, set
+  REQUIRED_USE properly to prevent people from trying to run tests with USE
+  'doc' as upstream doesn't support it (bug #356075 by Ago and upstream bug
+  #573392), drop .la files.
 
 *gnome-bluetooth-3.0.1 (19 Aug 2011)
 



1.1                  net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-bluetooth-2.32.0-r1.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/10/17 20:14:48 pacho Exp $

EAPI="4"
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="yes"
GNOME_TARBALL_SUFFIX="bz2"

inherit eutils gnome2 multilib autotools

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"
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
	sys-fs/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
	dev-util/intltool
	dev-util/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

	insinto /$(get_libdir)/udev/rules.d
	doins "${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."
}






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
@ 2011-12-29 18:10 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 18:10 UTC (permalink / raw
  To: gentoo-commits

pacho       11/12/29 18:10:55

  Modified:             ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.103                net-wireless/gnome-bluetooth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	25 Nov 2011 07:32:07 -0000	1.102
+++ ChangeLog	29 Dec 2011 18:10:55 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.102 2011/11/25 07:32:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.103 2011/12/29 18:10:55 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0-r1.ebuild:
+  amd64 stable, bug 393007
 
   25 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   -gnome-bluetooth-3.0.1.ebuild, gnome-bluetooth-3.2.1.ebuild:



1.2                  net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?r1=1.1&r2=1.2

Index: gnome-bluetooth-2.32.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-bluetooth-2.32.0-r1.ebuild	17 Oct 2011 20:14:48 -0000	1.1
+++ gnome-bluetooth-2.32.0-r1.ebuild	29 Dec 2011 18:10:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.1 2011/10/17 20:14:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v 1.2 2011/12/29 18:10:55 pacho Exp $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc +introspection nautilus test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
@ 2012-01-14 17:54 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 17:54 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 17:54:34

  Modified:             ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.104                net-wireless/gnome-bluetooth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	29 Dec 2011 18:10:55 -0000	1.103
+++ ChangeLog	14 Jan 2012 17:54:34 -0000	1.104
@@ -1,6 +1,10 @@
 # ChangeLog for net-wireless/gnome-bluetooth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.103 2011/12/29 18:10:55 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.104 2012/01/14 17:54:34 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org>
+  gnome-bluetooth-2.32.0-r1.ebuild:
+  x86 stable, bug #393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0-r1.ebuild:
   amd64 stable, bug 393007



1.3                  net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?r1=1.2&r2=1.3

Index: gnome-bluetooth-2.32.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-bluetooth-2.32.0-r1.ebuild	29 Dec 2011 18:10:55 -0000	1.2
+++ gnome-bluetooth-2.32.0-r1.ebuild	14 Jan 2012 17:54:34 -0000	1.3
@@ -1,6 +1,6 @@
-# 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-r1.ebuild,v 1.2 2011/12/29 18:10:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v 1.3 2012/01/14 17:54:34 maekke Exp $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc +introspection nautilus test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
@ 2012-03-05 22:17 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 22:17 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/05 22:17:21

  Modified:             ChangeLog gnome-bluetooth-2.32.0-r1.ebuild
  Log:
  Marking gnome-bluetooth-2.32.0-r1 ppc for bug 393007
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.107                net-wireless/gnome-bluetooth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	14 Feb 2012 05:02:43 -0000	1.106
+++ ChangeLog	5 Mar 2012 22:17:21 -0000	1.107
@@ -1,6 +1,10 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.106 2012/02/14 05:02:43 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.107 2012/03/05 22:17:21 ranger Exp $
+
+  05 Mar 2012; Brent Baude <ranger@gentoo.org>
+  gnome-bluetooth-2.32.0-r1.ebuild:
+  Marking gnome-bluetooth-2.32.0-r1 ppc stable for bug 393007
 
   14 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
   gnome-bluetooth-3.2.1.ebuild, gnome-bluetooth-3.2.2.ebuild:



1.4                  net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild?r1=1.3&r2=1.4

Index: gnome-bluetooth-2.32.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-bluetooth-2.32.0-r1.ebuild	14 Jan 2012 17:54:34 -0000	1.3
+++ gnome-bluetooth-2.32.0-r1.ebuild	5 Mar 2012 22:17:21 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2012/01/14 17:54:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0-r1.ebuild,v 1.4 2012/03/05 22:17:21 ranger Exp $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc +introspection nautilus test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2






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

end of thread, other threads:[~2012-03-05 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 20:14 [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: ChangeLog gnome-bluetooth-2.32.0-r1.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-29 18:10 Pacho Ramos (pacho)
2012-01-14 17:54 Markus Meier (maekke)
2012-03-05 22:17 Brent Baude (ranger)

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