public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: gvfs-1.20.1.ebuild ChangeLog
@ 2014-05-15  7:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2014-05-15  7:59 UTC (permalink / raw
  To: gentoo-commits

pacho       14/05/15 07:59:18

  Modified:             gvfs-1.20.1.ebuild ChangeLog
  Log:
  Disable obexftp backend, upstream bug #729945
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  gnome-base/gvfs/gvfs-1.20.1.ebuild

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

Index: gvfs-1.20.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.20.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gvfs-1.20.1.ebuild	27 Apr 2014 17:02:41 -0000	1.1
+++ gvfs-1.20.1.ebuild	15 May 2014 07:59:18 -0000	1.2
@@ -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/gnome-base/gvfs/gvfs-1.20.1.ebuild,v 1.1 2014/04/27 17:02:41 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.20.1.ebuild,v 1.2 2014/05/15 07:59:18 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2+"
 SLOT="0"
 
-IUSE="afp archive avahi bluetooth bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks"
+IUSE="afp archive avahi bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks"
 REQUIRED_USE="
 	cdda? ( udev )
 	udisks? ( udev )
@@ -31,11 +31,6 @@
 	afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
 	archive? ( app-arch/libarchive:= )
 	avahi? ( >=net-dns/avahi-0.6 )
-	bluetooth? (
-		>=app-mobilephone/obex-data-server-0.4.5
-		dev-libs/dbus-glib
-		net-wireless/bluez
-		dev-libs/expat )
 	bluray? ( media-libs/libbluray )
 	fuse? ( >=sys-fs/fuse-2.8.0 )
 	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
@@ -90,16 +85,17 @@
 
 src_configure() {
 	# --enable-documentation installs man pages
+	# --disable-obexftp, upstream bug #729945
 	gnome2_src_configure \
 		--disable-bash-completion \
 		--disable-gdu \
 		--disable-hal \
+		--disable-obexftp \
 		--with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
 		--enable-documentation \
 		$(use_enable afp) \
 		$(use_enable archive) \
 		$(use_enable avahi) \
-		$(use_enable bluetooth obexftp) \
 		$(use_enable bluray) \
 		$(use_enable cdda) \
 		$(use_enable fuse) \



1.256                gnome-base/gvfs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.255&r2=1.256

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog	14 May 2014 16:16:06 -0000	1.255
+++ ChangeLog	15 May 2014 07:59:18 -0000	1.256
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gvfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.255 2014/05/14 16:16:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.256 2014/05/15 07:59:18 pacho Exp $
+
+  15 May 2014; Pacho Ramos <pacho@gentoo.org> gvfs-1.20.1.ebuild:
+  Disable obexftp backend, upstream bug #729945
 
   14 May 2014; Agostino Sarubbo <ago@gentoo.org> gvfs-1.18.3-r1.ebuild:
   Stable for sparc, wrt bug #508862





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-15  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  7:59 [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: gvfs-1.20.1.ebuild ChangeLog 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