Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: ChangeLog metadata.xml gvfs-1.0.1.ebuild
Date: Sun, 12 Oct 2008 21:55:53
Message-Id: E1Kp8uk-0002Kr-Or@stork.gentoo.org
1 eva 08/10/12 21:55:50
2
3 Modified: ChangeLog metadata.xml
4 Added: gvfs-1.0.1.ebuild
5 Log:
6 New version for GNOME 2.24. Now counts in power of 10. Various fixes to backends, gphoto2 and hal are out of process, better cross backen copy/move logic (uses system move if possible). Fix opening of dm-crypt volumes.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.28 gnome-base/gvfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 25 Sep 2008 14:18:19 -0000 1.27
23 +++ ChangeLog 12 Oct 2008 21:55:50 -0000 1.28
24 @@ -1,6 +1,14 @@
25 # ChangeLog for gnome-base/gvfs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.27 2008/09/25 14:18:19 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.28 2008/10/12 21:55:50 eva Exp $
29 +
30 +*gvfs-1.0.1 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o> +gvfs-1.0.1.ebuild:
33 + New version for GNOME 2.24. Now counts in power of 10. Various fixes to
34 + backends, gphoto2 and hal are out of process, better cross backend
35 + copy/move logic (uses system move if possible). Fix opening of dm-crypt
36 + volumes.
37
38 25 Sep 2008; Jeroen Roovers <jer@g.o> gvfs-0.2.5.ebuild:
39 Stable for HPPA (bug #236971).
40
41
42
43 1.3 gnome-base/gvfs/metadata.xml
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/metadata.xml?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/metadata.xml?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/metadata.xml?r1=1.2&r2=1.3
48
49 Index: metadata.xml
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/metadata.xml,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- metadata.xml 28 Jul 2008 18:18:03 -0000 1.2
56 +++ metadata.xml 12 Oct 2008 21:55:50 -0000 1.3
57 @@ -10,6 +10,8 @@
58 applications not using gio to access the gvfs filesystems.
59 </longdescription>
60 <use>
61 + <flag name='archive'>Enables support for accessing files in archives
62 + transparently via <pkg>app-arch/libarchive</pkg></flag>
63 <flag name='cdda'>Enables Compact Disc Digital Audio (standard audio CDs)
64 support</flag>
65 <flag name='fuse'>Enables fuse mount points in $HOME/.gvfs for legacy
66
67
68
69 1.1 gnome-base/gvfs/gvfs-1.0.1.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/gvfs-1.0.1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gvfs/gvfs-1.0.1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: gvfs-1.0.1.ebuild
75 ===================================================================
76 # Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.0.1.ebuild,v 1.1 2008/10/12 21:55:50 eva Exp $
79
80 inherit bash-completion gnome2 eutils
81
82 DESCRIPTION="GNOME Virtual Filesystem Layer"
83 HOMEPAGE="http://www.gnome.org"
84
85 LICENSE="LGPL-2"
86 SLOT="0"
87 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
88 IUSE="archive avahi bluetooth cdda doc fuse gnome gphoto2 hal gnome-keyring samba"
89
90 RDEPEND=">=dev-libs/glib-2.17.6
91 >=sys-apps/dbus-1.0
92 >=net-libs/libsoup-2.23.91
93 dev-libs/libxml2
94 net-misc/openssh
95 archive? ( app-arch/libarchive )
96 avahi? ( >=net-dns/avahi-0.6 )
97 cdda? (
98 >=sys-apps/hal-0.5.10
99 >=dev-libs/libcdio-0.78.2
100 )
101 fuse? ( sys-fs/fuse )
102 gnome? ( >=gnome-base/gconf-2.0 )
103 hal? ( >=sys-apps/hal-0.5.10 )
104 bluetooth? (
105 dev-libs/dbus-glib
106 >=net-wireless/bluez-libs-3.12
107 dev-libs/expat
108 )
109 gphoto2? ( >=media-libs/libgphoto2-2.4 )
110 gnome-keyring? ( >=gnome-base/gnome-keyring-1.0 )
111 samba? ( >=net-fs/samba-3 )"
112 DEPEND="${RDEPEND}
113 >=dev-util/intltool-0.40
114 >=dev-util/pkgconfig-0.19
115 doc? ( >=dev-util/gtk-doc-1 )"
116
117 DOCS="AUTHORS ChangeLog NEWS README TODO"
118
119 pkg_setup() {
120 G2CONF="${G2CONF}
121 --enable-http
122 --disable-bash-completion
123 $(use_enable archive)
124 $(use_enable avahi)
125 $(use_enable bluetooth obexftp)
126 $(use_enable cdda)
127 $(use_enable fuse)
128 $(use_enable gnome gconf)
129 $(use_enable gphoto2)
130 $(use_enable hal)
131 $(use_enable gnome-keyring keyring)
132 $(use_enable samba)"
133
134 if use cdda && built_with_use dev-libs/libcdio minimal; then
135 ewarn
136 ewarn "CDDA support in gvfs requires dev-libs/libcdio to be built"
137 ewarn "without the minimal USE flag."
138 die "Please re-emerge dev-libs/libcdio without the minimal USE flag"
139 fi
140 }
141
142 src_install() {
143 gnome2_src_install
144 use bash-completion && \
145 dobashcompletion programs/gvfs-bash-completion.sh ${PN}
146 }
147
148 pkg_postinst() {
149 gnome2_pkg_postinst
150 use bash-completion && bash-completion_pkg_postinst
151 }