Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/gvfs/
Date: Tue, 30 Aug 2011 07:37:23
Message-Id: 681d8e3c41117a7fe45a7112bb11e302aa9a248d.tetromino@gentoo
1 commit: 681d8e3c41117a7fe45a7112bb11e302aa9a248d
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 06:53:36 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 30 07:10:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=681d8e3c
7
8 gnome-base/gvfs: 1.9.3 → 1.9.4
9
10 Version bump, with several stability fixes and optional AFP (Apple
11 filing protocol) support. Also, fix missing libbluray dependency and
12 add a USE flag for it.
13
14 ---
15 .../gvfs/{gvfs-1.9.3.ebuild => gvfs-1.9.4.ebuild} | 6 +++++-
16 gnome-base/gvfs/gvfs-9999.ebuild | 6 +++++-
17 2 files changed, 10 insertions(+), 2 deletions(-)
18
19 diff --git a/gnome-base/gvfs/gvfs-1.9.3.ebuild b/gnome-base/gvfs/gvfs-1.9.4.ebuild
20 similarity index 93%
21 rename from gnome-base/gvfs/gvfs-1.9.3.ebuild
22 rename to gnome-base/gvfs/gvfs-1.9.4.ebuild
23 index af7b9f6..60546e0 100644
24 --- a/gnome-base/gvfs/gvfs-1.9.3.ebuild
25 +++ b/gnome-base/gvfs/gvfs-1.9.4.ebuild
26 @@ -23,13 +23,14 @@ else
27 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
28 DOCS="AUTHORS ChangeLog ChangeLog.pre-1-2 NEWS README TODO"
29 fi
30 -IUSE="archive avahi bluetooth cdda doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
31 +IUSE="afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
32
33 RDEPEND=">=dev-libs/glib-2.29.14
34 >=sys-apps/dbus-1.0
35 dev-libs/libxml2
36 net-misc/openssh
37 !prefix? ( >=sys-fs/udev-138 )
38 + afp? ( >=dev-libs/libgcrypt-1.2.2 )
39 archive? ( app-arch/libarchive )
40 avahi? ( >=net-dns/avahi-0.6 )
41 bluetooth? (
42 @@ -37,6 +38,7 @@ RDEPEND=">=dev-libs/glib-2.29.14
43 dev-libs/dbus-glib
44 net-wireless/bluez
45 dev-libs/expat )
46 + bluray? ( media-libs/libbluray )
47 fuse? ( >=sys-fs/fuse-2.8.0 )
48 gdu? ( >=sys-apps/gnome-disk-utility-3.0.2 )
49 gnome-keyring? ( >=gnome-base/gnome-keyring-1.0 )
50 @@ -68,9 +70,11 @@ pkg_setup() {
51 --disable-hal
52 --disable-schemas-compile
53 --with-dbus-service-dir=/usr/share/dbus-1/services
54 + $(use_enable afp)
55 $(use_enable archive)
56 $(use_enable avahi)
57 $(use_enable bluetooth obexftp)
58 + $(use_enable bluray)
59 $(use_enable cdda)
60 $(use_enable fuse)
61 $(use_enable gdu)
62
63 diff --git a/gnome-base/gvfs/gvfs-9999.ebuild b/gnome-base/gvfs/gvfs-9999.ebuild
64 index af7b9f6..60546e0 100644
65 --- a/gnome-base/gvfs/gvfs-9999.ebuild
66 +++ b/gnome-base/gvfs/gvfs-9999.ebuild
67 @@ -23,13 +23,14 @@ else
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
69 DOCS="AUTHORS ChangeLog ChangeLog.pre-1-2 NEWS README TODO"
70 fi
71 -IUSE="archive avahi bluetooth cdda doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
72 +IUSE="afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gphoto2 +http ios prefix samba +udev"
73
74 RDEPEND=">=dev-libs/glib-2.29.14
75 >=sys-apps/dbus-1.0
76 dev-libs/libxml2
77 net-misc/openssh
78 !prefix? ( >=sys-fs/udev-138 )
79 + afp? ( >=dev-libs/libgcrypt-1.2.2 )
80 archive? ( app-arch/libarchive )
81 avahi? ( >=net-dns/avahi-0.6 )
82 bluetooth? (
83 @@ -37,6 +38,7 @@ RDEPEND=">=dev-libs/glib-2.29.14
84 dev-libs/dbus-glib
85 net-wireless/bluez
86 dev-libs/expat )
87 + bluray? ( media-libs/libbluray )
88 fuse? ( >=sys-fs/fuse-2.8.0 )
89 gdu? ( >=sys-apps/gnome-disk-utility-3.0.2 )
90 gnome-keyring? ( >=gnome-base/gnome-keyring-1.0 )
91 @@ -68,9 +70,11 @@ pkg_setup() {
92 --disable-hal
93 --disable-schemas-compile
94 --with-dbus-service-dir=/usr/share/dbus-1/services
95 + $(use_enable afp)
96 $(use_enable archive)
97 $(use_enable avahi)
98 $(use_enable bluetooth obexftp)
99 + $(use_enable bluray)
100 $(use_enable cdda)
101 $(use_enable fuse)
102 $(use_enable gdu)