Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: gvfs-1.20.2.ebuild ChangeLog
Date: Sat, 31 May 2014 08:03:32
Message-Id: 20140531080328.D82462004E@flycatcher.gentoo.org
1 pacho 14/05/31 08:03:28
2
3 Modified: ChangeLog
4 Added: gvfs-1.20.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.258 gnome-base/gvfs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.258&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.258&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.257&r2=1.258
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
20 retrieving revision 1.257
21 retrieving revision 1.258
22 diff -u -r1.257 -r1.258
23 --- ChangeLog 17 May 2014 15:31:23 -0000 1.257
24 +++ ChangeLog 31 May 2014 08:03:28 -0000 1.258
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/gvfs
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.257 2014/05/17 15:31:23 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.258 2014/05/31 08:03:28 pacho Exp $
30 +
31 +*gvfs-1.20.2 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +gvfs-1.20.2.ebuild:
34 + Version bump
35
36 17 May 2014; Agostino Sarubbo <ago@g.o> gvfs-1.18.3-r1.ebuild:
37 Stable for alpha, wrt bug #508862
38
39
40
41 1.1 gnome-base/gvfs/gvfs-1.20.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.20.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.20.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gvfs-1.20.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.20.2.ebuild,v 1.1 2014/05/31 08:03:28 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit autotools bash-completion-r1 eutils gnome2
57
58 DESCRIPTION="Virtual filesystem implementation for gio"
59 HOMEPAGE="https://git.gnome.org/browse/gvfs"
60
61 LICENSE="LGPL-2+"
62 SLOT="0"
63
64 IUSE="afp archive avahi bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks"
65 REQUIRED_USE="
66 cdda? ( udev )
67 udisks? ( udev )
68 systemd? ( udisks )
69 "
70 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"
71
72 # Can use libgphoto-2.5.0 as well. Automagic detection.
73 RDEPEND="
74 >=dev-libs/glib-2.37:2
75 sys-apps/dbus
76 dev-libs/libxml2:2
77 net-misc/openssh
78 afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
79 archive? ( app-arch/libarchive:= )
80 avahi? ( >=net-dns/avahi-0.6 )
81 bluray? ( media-libs/libbluray )
82 fuse? ( >=sys-fs/fuse-2.8.0 )
83 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
84 gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
85 gtk? ( >=x11-libs/gtk+-3.0:3 )
86 http? ( >=net-libs/libsoup-2.42:2.4 )
87 ios? (
88 >=app-pda/libimobiledevice-1.1.5:=
89 >=app-pda/libplist-1:= )
90 libsecret? ( app-crypt/libsecret )
91 mtp? ( >=media-libs/libmtp-1.1.6 )
92 samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )
93 systemd? ( sys-apps/systemd:0= )
94 udev? (
95 cdda? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
96 virtual/udev[gudev] )
97 udisks? ( >=sys-fs/udisks-1.97:2 )
98 "
99 DEPEND="${RDEPEND}
100 app-text/docbook-xsl-stylesheets
101 dev-libs/libxslt
102 >=dev-util/intltool-0.40
103 virtual/pkgconfig
104 dev-util/gdbus-codegen
105 dev-util/gtk-doc-am
106 test? (
107 >=dev-python/twisted-core-12.3.0
108 || (
109 net-analyzer/netcat
110 net-analyzer/netcat6 ) )
111 !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
112 "
113 # libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
114 # test dependencies needed per https://bugzilla.gnome.org/700162
115
116 # Tests with multiple failures, this is being handled upstream at:
117 # https://bugzilla.gnome.org/700162
118 RESTRICT="test"
119
120 src_prepare() {
121 if ! use udev; then
122 sed -e 's/gvfsd-burn/ /' \
123 -e 's/burn.mount.in/ /' \
124 -e 's/burn.mount/ /' \
125 -i daemon/Makefile.am || die
126
127 eautoreconf
128 fi
129
130 gnome2_src_prepare
131 }
132
133 src_configure() {
134 # --enable-documentation installs man pages
135 # --disable-obexftp, upstream bug #729945
136 gnome2_src_configure \
137 --disable-bash-completion \
138 --disable-gdu \
139 --disable-hal \
140 --disable-obexftp \
141 --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
142 --enable-documentation \
143 $(use_enable afp) \
144 $(use_enable archive) \
145 $(use_enable avahi) \
146 $(use_enable bluray) \
147 $(use_enable cdda) \
148 $(use_enable fuse) \
149 $(use_enable gnome-online-accounts goa) \
150 $(use_enable gphoto2) \
151 $(use_enable gtk) \
152 $(use_enable ios afc) \
153 $(use_enable mtp libmtp) \
154 $(use_enable udev) \
155 $(use_enable udev gudev) \
156 $(use_enable http) \
157 $(use_enable libsecret keyring) \
158 $(use_enable samba) \
159 $(use_enable systemd libsystemd-login) \
160 $(use_enable udisks udisks2)
161 }
162
163 src_install() {
164 DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
165 gnome2_src_install
166 dobashcomp programs/completion/gvfs
167 }