summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-14 18:46:07 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-14 18:46:07 +0000
commit95caac5d9b4c166ec69f25141070dfb97b01f825 (patch)
tree2a037789982a452424219a60b7f4f44d54216c38 /gnome-base/gvfs
parentVersion bump, drop old (diff)
downloadgentoo-2-95caac5d9b4c166ec69f25141070dfb97b01f825.tar.gz
gentoo-2-95caac5d9b4c166ec69f25141070dfb97b01f825.tar.bz2
gentoo-2-95caac5d9b4c166ec69f25141070dfb97b01f825.zip
Version bump, drop old
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gvfs')
-rw-r--r--gnome-base/gvfs/ChangeLog8
-rw-r--r--gnome-base/gvfs/gvfs-1.16.3.ebuild (renamed from gnome-base/gvfs/gvfs-1.16.1.ebuild)17
2 files changed, 19 insertions, 6 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog
index 062df1440010..164bdf5b1009 100644
--- a/gnome-base/gvfs/ChangeLog
+++ b/gnome-base/gvfs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/gvfs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.219 2013/05/26 11:50:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.220 2013/06/14 18:46:07 pacho Exp $
+
+*gvfs-1.16.3 (14 Jun 2013)
+
+ 14 Jun 2013; Pacho Ramos <pacho@gentoo.org> +gvfs-1.16.3.ebuild,
+ -gvfs-1.16.1.ebuild:
+ Version bump, drop old
*gvfs-1.16.2 (26 May 2013)
diff --git a/gnome-base/gvfs/gvfs-1.16.1.ebuild b/gnome-base/gvfs/gvfs-1.16.3.ebuild
index 96bcd49bfe4c..ae7cafec96c4 100644
--- a/gnome-base/gvfs/gvfs-1.16.1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.16.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.1.ebuild,v 1.4 2013/05/11 22:03:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.3.ebuild,v 1.1 2013/06/14 18:46:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -8,15 +8,15 @@ GNOME2_LA_PUNT="yes"
inherit autotools bash-completion-r1 eutils gnome2
-DESCRIPTION="GNOME Virtual Filesystem Layer"
-HOMEPAGE="http://www.gnome.org"
+DESCRIPTION="Virtual filesystem implementation for gio"
+HOMEPAGE="https://git.gnome.org/browse/gvfs"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gnome-online-accounts gphoto2 gtk +http mtp ios samba systemd +udev udisks"
+IUSE="afp archive avahi bluetooth bluray cdda fuse gdu gnome-keyring gnome-online-accounts gphoto2 gtk +http mtp ios samba systemd test +udev udisks"
REQUIRED_USE="systemd? ( udisks )"
# Can use libgphoto-2.5.0 as well. Automagic detection.
@@ -61,10 +61,17 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/gdbus-codegen
dev-util/gtk-doc-am
- doc? ( >=dev-util/gtk-doc-1 )
+ test? (
+ >=dev-python/twisted-12.3.0
+ net-analyzer/netcat )
!udev? ( >=dev-libs/libgcrypt-1.2.2 )
"
# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
+# test dependencies needed per https://bugzilla.gnome.org/700162
+
+# Tests with multiple failures, this is being handled upstream at:
+# https://bugzilla.gnome.org/700162
+RESTRICT="test"
REQUIRED_USE="cdda? ( udev )"