summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 05:32:29 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 05:32:29 +0000
commitb1666975ccccdaf75ac5466888def92a5aee2ca9 (patch)
treed4ac7f0279deabace04e03cc31d3cafb2e847c36 /gnome-base
parentBlank lines in ChangeLog confuse various tools. (diff)
downloadgentoo-2-b1666975ccccdaf75ac5466888def92a5aee2ca9.tar.gz
gentoo-2-b1666975ccccdaf75ac5466888def92a5aee2ca9.tar.bz2
gentoo-2-b1666975ccccdaf75ac5466888def92a5aee2ca9.zip
Rename "crypt" USE flag to a more descriptive "afp", and document what the flag does. Acked by ssuominen.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gvfs/ChangeLog7
-rw-r--r--gnome-base/gvfs/gvfs-1.10.1.ebuild8
-rw-r--r--gnome-base/gvfs/metadata.xml2
3 files changed, 12 insertions, 5 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog
index 8bfb67587952..b0c562e36a8b 100644
--- a/gnome-base/gvfs/ChangeLog
+++ b/gnome-base/gvfs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/gvfs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.154 2011/10/17 16:46:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.155 2011/10/19 05:32:29 tetromino Exp $
+
+ 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gvfs-1.10.1.ebuild,
+ metadata.xml:
+ Rename "crypt" USE flag to a more descriptive "afp", and document what the
+ flag does. Acked by ssuominen.
17 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gvfs-1.6.7-r1.ebuild,
gvfs-1.10.1.ebuild:
diff --git a/gnome-base/gvfs/gvfs-1.10.1.ebuild b/gnome-base/gvfs/gvfs-1.10.1.ebuild
index 67de10939460..8e81582f3f50 100644
--- a/gnome-base/gvfs/gvfs-1.10.1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.10.1.ebuild
@@ -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/gnome-base/gvfs/gvfs-1.10.1.ebuild,v 1.2 2011/10/17 16:46:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.10.1.ebuild,v 1.3 2011/10/19 05:32:29 tetromino Exp $
EAPI=4
GCONF_DEBUG=no
@@ -24,13 +24,14 @@ else
DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
fi
-IUSE="archive avahi bluetooth bluray cdda crypt doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
+IUSE="afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
RDEPEND=">=dev-libs/glib-2.29.14
sys-apps/dbus
dev-libs/libxml2
net-misc/openssh
!prefix? ( >=sys-fs/udev-164-r2 )
+ afp? ( >=dev-libs/libgcrypt-1.2.2 )
archive? ( app-arch/libarchive )
avahi? ( >=net-dns/avahi-0.6 )
bluetooth? (
@@ -39,7 +40,6 @@ RDEPEND=">=dev-libs/glib-2.29.14
net-wireless/bluez
dev-libs/expat )
bluray? ( media-libs/libbluray )
- crypt? ( dev-libs/libgcrypt )
fuse? ( >=sys-fs/fuse-2.8.0 )
gdu? ( >=sys-apps/gnome-disk-utility-3.0.2 )
gnome-keyring? ( >=gnome-base/gnome-keyring-1.0 )
@@ -66,12 +66,12 @@ pkg_setup() {
--disable-hal
--disable-schemas-compile
--with-dbus-service-dir=/usr/share/dbus-1/services
+ $(use_enable afp)
$(use_enable archive)
$(use_enable avahi)
$(use_enable bluetooth obexftp)
$(use_enable bluray)
$(use_enable cdda)
- $(use_enable crypt afp)
$(use_enable fuse)
$(use_enable gdu)
$(use_enable gphoto2)
diff --git a/gnome-base/gvfs/metadata.xml b/gnome-base/gvfs/metadata.xml
index c98b827d8e44..ae7ac08e8228 100644
--- a/gnome-base/gvfs/metadata.xml
+++ b/gnome-base/gvfs/metadata.xml
@@ -10,6 +10,8 @@ using the APIs of libgio. There is also fuse support that allows
applications not using gio to access the gvfs filesystems.
</longdescription>
<use>
+ <flag name='afp'>Enables support for accessing AFP (Apple Filing Protocol)
+ network shares</flag>
<flag name='archive'>Enables support for accessing files in archives
transparently via <pkg>app-arch/libarchive</pkg></flag>
<flag name='bluray'>Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag>