* [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: metadata.xml ChangeLog gnome-bluetooth-2.30.0.ebuild
@ 2010-06-18 12:22 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-06-18 12:22 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/18 12:22:46
Modified: metadata.xml ChangeLog
Added: gnome-bluetooth-2.30.0.ebuild
Log:
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.6 net-wireless/gnome-bluetooth/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 12 Feb 2008 23:47:07 -0000 1.5
+++ metadata.xml 18 Jun 2010 12:22:46 -0000 1.6
@@ -4,4 +4,7 @@
<herd>mobile</herd>
<herd>pda</herd>
<herd>gnome</herd>
+<use>
+ <flag name='nautilus'>Build nautilus-sendto plugin</flag>
+</use>
</pkgmetadata>
1.75 net-wireless/gnome-bluetooth/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 11 Jun 2010 11:54:13 -0000 1.74
+++ ChangeLog 18 Jun 2010 12:22:46 -0000 1.75
@@ -1,6 +1,14 @@
# ChangeLog for net-wireless/gnome-bluetooth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.74 2010/06/11 11:54:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.75 2010/06/18 12:22:46 pacho Exp $
+
+*gnome-bluetooth-2.30.0 (18 Jun 2010)
+
+ 18 Jun 2010; Pacho Ramos <pacho@gentoo.org>
+ +gnome-bluetooth-2.30.0.ebuild,
+ +files/gnome-bluetooth-2.30.0-add-pin.patch,
+ +files/gnome-bluetooth-2.30.0-mounted-failure.patch:
+ Version bump for Gnome 2.30
11 Jun 2010; Pacho Ramos <pacho@gentoo.org> -gnome-bluetooth-0.9.1.ebuild,
-gnome-bluetooth-0.11.0.ebuild, gnome-bluetooth-0.12.0.ebuild,
1.1 net-wireless/gnome-bluetooth/gnome-bluetooth-2.30.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.30.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.30.0.ebuild?rev=1.1&content-type=text/plain
Index: gnome-bluetooth-2.30.0.ebuild
===================================================================
# Copyright 1999-2010 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.30.0.ebuild,v 1.1 2010/06/18 12:22:46 pacho Exp $
EAPI="2"
inherit gnome2 eutils
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 nautilus"
KEYWORDS="~amd64 ~ppc ~x86"
COMMON_DEPEND=">=dev-libs/glib-2.19.1
>=x11-libs/gtk+-2.19.1
>=x11-libs/libnotify-0.4.3
>=gnome-base/gconf-2.6
>=dev-libs/dbus-glib-0.74
dev-libs/libunique
nautilus? ( >=gnome-extra/nautilus-sendto-2.28.0.1[-bluetooth] )"
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd"
DEPEND="${COMMON_DEPEND}
!!net-wireless/bluez-gnome
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
gnome-base/gnome-common
dev-util/gtk-doc-am
doc? ( >=dev-util/gtk-doc-1.9 )"
DOCS="AUTHORS README NEWS ChangeLog"
pkg_setup() {
G2CONF="${G2CONF}
$(use_enable nautilus nautilus-sendto)
--disable-moblin
--disable-desktop-update
--disable-icon-update
--disable-introspection"
}
src_prepare() {
gnome2_src_prepare
# Add pin code for BT-GPS8 JENTRO
epatch "${FILESDIR}/${P}-add-pin.patch"
# Don't fail to browse the device if already mounted
epatch "${FILESDIR}/${P}-mounted-failure.patch"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-18 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 12:22 [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: metadata.xml ChangeLog gnome-bluetooth-2.30.0.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox