Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/files/, gnome-base/gvfs/
Date: Wed, 30 Dec 2015 10:24:31
Message-Id: 1451471043.b2b44f7083b4ef85fe581f522eba2501f9d68e85.pacho@gentoo
1 commit: b2b44f7083b4ef85fe581f522eba2501f9d68e85
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 10:18:41 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 10:24:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b44f70
7
8 gnome-base/gvfs: Drop old
9
10 Package-Manager: portage-2.2.26
11
12 gnome-base/gvfs/Manifest | 1 -
13 .../gvfs/files/gvfs-1.22.4-fix-parallel.patch | 25 -----
14 gnome-base/gvfs/files/gvfs-1.24.2-g_warning.patch | 54 ---------
15 gnome-base/gvfs/gvfs-1.22.4.ebuild | 124 ---------------------
16 gnome-base/gvfs/gvfs-1.24.2.ebuild | 121 --------------------
17 5 files changed, 325 deletions(-)
18
19 diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
20 index a8e682e..1f559a5 100644
21 --- a/gnome-base/gvfs/Manifest
22 +++ b/gnome-base/gvfs/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST gvfs-1.22.4.tar.xz 1598264 SHA256 57e33faad35aba72be3822099856aca847f391626cf3ec734b42e64ba31f6484 SHA512 5485a46284b62f19f6c289a5e341f4f0a48c3b8b42cdc5e8b4f9070b1b33e781ada8a4fbb718f5305cdeaa287d122718ea2826a52cc4ebae090cbbc519e758d8 WHIRLPOOL f0b6514241616e64ad45d8ce163d2ba2ca293d60a2ab65210cff4f9338f7f37e0d8beb3ae367c73ab2ed8d046dc4788535c00f973fa05df1e2dde8c294509e9c
25 DIST gvfs-1.24.2.tar.xz 1627808 SHA256 0949eaedd1df7175f8d7ee2700df8210d1f854b8ee37d963bc32ee7091eeb228 SHA512 4e5a3150ec4a57ca1229653fd2ce91840e8f7c372de8eb3cd9196b83a687c4336b6fd6fec3f6f6dca740ff1033906cce8f42377c45014f4ce7fd9c33bdcedc59 WHIRLPOOL c65c2402a77cb5de3180f9988b6f0c29af3d979863e32943bca70a30dda89197a0747ed18ebfffe6d70a06d790be195a749c7b34afbfd780c80273aacad9844f
26 DIST gvfs-1.26.2.tar.xz 1680404 SHA256 695b6e0f3de5ac2cb4d188917edef3f13299328150a2413f1a7131d9b2d48d18 SHA512 0745b850d476311c5d1de357f902ff0c18f34be05fc2d047e1435b2ca3732ce6e2f95f9bd41ce100ed590939c45c6f7dcf8274799c7b552d80f56af7919df110 WHIRLPOOL 86116ac7878252e9078c1215198787a96c987e0ac0ef5e06bda24938ec142f7f073755bfa5409aee208ba516a6c36698798a4772d214c9897cbece0d50b6defb
27
28 diff --git a/gnome-base/gvfs/files/gvfs-1.22.4-fix-parallel.patch b/gnome-base/gvfs/files/gvfs-1.22.4-fix-parallel.patch
29 deleted file mode 100644
30 index 9e2ed66..0000000
31 --- a/gnome-base/gvfs/files/gvfs-1.22.4-fix-parallel.patch
32 +++ /dev/null
33 @@ -1,25 +0,0 @@
34 -From 62c4c2af399dba0566ae69353f127472fa3e3364 Mon Sep 17 00:00:00 2001
35 -From: Ross Lagerwall <rosslagerwall@×××××.com>
36 -Date: Mon, 16 Mar 2015 00:06:07 +0000
37 -Subject: completion: Fix parallel installation
38 -
39 -Use install-data-hook rather than install-data-local as
40 -install-data-hook runs after the other install rules have run. This is
41 -important for a parallel install so that the destination directory
42 -already exists when the symlinks are created.
43 -
44 -diff --git a/programs/completion/Makefile.am b/programs/completion/Makefile.am
45 -index 06833e5..971e4ee 100644
46 ---- a/programs/completion/Makefile.am
47 -+++ b/programs/completion/Makefile.am
48 -@@ -35,6 +35,6 @@ uninstall-symlinks:
49 - rm -f $(DESTDIR)$(BASHCOMP_DIR)/$$file; \
50 - done
51 -
52 --install-data-local: install-symlinks
53 -+install-data-hook: install-symlinks
54 -
55 - uninstall-local: uninstall-symlinks
56 ---
57 -cgit v0.10.2
58 -
59
60 diff --git a/gnome-base/gvfs/files/gvfs-1.24.2-g_warning.patch b/gnome-base/gvfs/files/gvfs-1.24.2-g_warning.patch
61 deleted file mode 100644
62 index 09b822f..0000000
63 --- a/gnome-base/gvfs/files/gvfs-1.24.2-g_warning.patch
64 +++ /dev/null
65 @@ -1,54 +0,0 @@
66 -From d663c85f0356d7800638c5eaa1a49e6c26bdfa33 Mon Sep 17 00:00:00 2001
67 -From: Ondrej Holy <oholy@××××××.com>
68 -Date: Fri, 27 Feb 2015 10:22:22 +0100
69 -Subject: afp: Change g_error to g_warning for read errors
70 -
71 -Use g_warning rather than g_error when a read error occurs to prevent
72 -spurious crash reports since there are many different ways for a read
73 -from the network to fail.
74 -
75 -[Cherry-picked from gnome-3-14/14369db2a8fc
76 - Commit message written by Ross Lagerwall.]
77 -
78 -https://bugzilla.gnome.org/show_bug.cgi?id=710490
79 ----
80 - daemon/gvfsafpconnection.c | 8 ++++----
81 - 1 file changed, 4 insertions(+), 4 deletions(-)
82 -
83 -diff --git a/daemon/gvfsafpconnection.c b/daemon/gvfsafpconnection.c
84 -index c8ccad7..abe1422 100644
85 ---- a/daemon/gvfsafpconnection.c
86 -+++ b/daemon/gvfsafpconnection.c
87 -@@ -1078,12 +1078,12 @@ read_data_cb (GObject *object, GAsyncResult *res, gpointer user_data)
88 - g_error_matches (err, G_IO_ERROR, G_IO_ERROR_CONNECTION_CLOSED))
89 - {
90 - g_message (_("Host closed connection"));
91 -- exit(0);
92 - }
93 - else
94 - {
95 -- g_error ("FAIL!!! \"%s\"\n", err->message);
96 -+ g_warning ("FAIL!!! \"%s\"\n", err->message);
97 - }
98 -+ exit (0);
99 - }
100 -
101 - dispatch_reply (afp_connection);
102 -@@ -1120,12 +1120,12 @@ read_dsi_header_cb (GObject *object, GAsyncResult *res, gpointer user_data)
103 - g_error_matches (err, G_IO_ERROR, G_IO_ERROR_CONNECTION_CLOSED))
104 - {
105 - g_message (_("Host closed connection"));
106 -- exit(0);
107 - }
108 - else
109 - {
110 -- g_error ("FAIL!!! \"%s\"\n", err->message);
111 -+ g_warning ("FAIL!!! \"%s\"\n", err->message);
112 - }
113 -+ exit (0);
114 - }
115 -
116 - dsi_header = &priv->read_dsi_header;
117 ---
118 -cgit v0.11.2
119 -
120
121 diff --git a/gnome-base/gvfs/gvfs-1.22.4.ebuild b/gnome-base/gvfs/gvfs-1.22.4.ebuild
122 deleted file mode 100644
123 index b59111e..0000000
124 --- a/gnome-base/gvfs/gvfs-1.22.4.ebuild
125 +++ /dev/null
126 @@ -1,124 +0,0 @@
127 -# Copyright 1999-2015 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -# $Id$
130 -
131 -EAPI="5"
132 -GCONF_DEBUG="no"
133 -GNOME2_LA_PUNT="yes"
134 -
135 -inherit autotools bash-completion-r1 eutils gnome2
136 -
137 -DESCRIPTION="Virtual filesystem implementation for gio"
138 -HOMEPAGE="https://git.gnome.org/browse/gvfs"
139 -
140 -LICENSE="LGPL-2+"
141 -SLOT="0"
142 -
143 -IUSE="afp archive bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks zeroconf"
144 -REQUIRED_USE="
145 - cdda? ( udev )
146 - mtp? ( udev )
147 - udisks? ( udev )
148 - systemd? ( udisks )
149 -"
150 -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"
151 -
152 -# Can use libgphoto-2.5.0 as well. Automagic detection.
153 -RDEPEND="
154 - >=dev-libs/glib-2.37:2
155 - sys-apps/dbus
156 - dev-libs/libxml2:2
157 - net-misc/openssh
158 - afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
159 - archive? ( app-arch/libarchive:= )
160 - bluray? ( media-libs/libbluray )
161 - fuse? ( >=sys-fs/fuse-2.8.0 )
162 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
163 - gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
164 - gtk? ( >=x11-libs/gtk+-3.0:3 )
165 - http? ( >=net-libs/libsoup-2.42:2.4 )
166 - ios? (
167 - >=app-pda/libimobiledevice-1.1.5:=
168 - >=app-pda/libplist-1:= )
169 - libsecret? ( app-crypt/libsecret )
170 - mtp? ( >=media-libs/libmtp-1.1.6 )
171 - samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )
172 - systemd? ( sys-apps/systemd:0= )
173 - udev? (
174 - cdda? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
175 - virtual/libgudev:=
176 - virtual/libudev:= )
177 - udisks? ( >=sys-fs/udisks-1.97:2 )
178 - zeroconf? ( >=net-dns/avahi-0.6 )
179 -"
180 -DEPEND="${RDEPEND}
181 - app-text/docbook-xsl-stylesheets
182 - dev-libs/libxslt
183 - >=dev-util/intltool-0.40
184 - virtual/pkgconfig
185 - dev-util/gdbus-codegen
186 - dev-util/gtk-doc-am
187 - test? (
188 - >=dev-python/twisted-core-12.3.0
189 - || (
190 - net-analyzer/netcat
191 - net-analyzer/netcat6 ) )
192 - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
193 -"
194 -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
195 -# test dependencies needed per https://bugzilla.gnome.org/700162
196 -
197 -# Tests with multiple failures, this is being handled upstream at:
198 -# https://bugzilla.gnome.org/700162
199 -RESTRICT="test"
200 -
201 -src_prepare() {
202 - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
203 -
204 - if ! use udev; then
205 - sed -e 's/gvfsd-burn/ /' \
206 - -e 's/burn.mount.in/ /' \
207 - -e 's/burn.mount/ /' \
208 - -i daemon/Makefile.am || die
209 -
210 - # Uncomment when eautoreconf stops being needed always
211 - #eautoreconf
212 - fi
213 -
214 - # Fix parallel installation, bug #543812 (from 'master')
215 - epatch "${FILESDIR}/${PN}-1.22.4-fix-parallel.patch"
216 -
217 - eautoreconf
218 - gnome2_src_prepare
219 -}
220 -
221 -src_configure() {
222 - # --enable-documentation installs man pages
223 - # --disable-obexftp, upstream bug #729945
224 - gnome2_src_configure \
225 - --enable-bash-completion \
226 - --with-bash-completion-dir="$(get_bashcompdir)" \
227 - --disable-gdu \
228 - --disable-hal \
229 - --disable-obexftp \
230 - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
231 - --enable-documentation \
232 - $(use_enable afp) \
233 - $(use_enable archive) \
234 - $(use_enable bluray) \
235 - $(use_enable cdda) \
236 - $(use_enable fuse) \
237 - $(use_enable gnome-online-accounts goa) \
238 - $(use_enable gphoto2) \
239 - $(use_enable gtk) \
240 - $(use_enable ios afc) \
241 - $(use_enable mtp libmtp) \
242 - $(use_enable udev) \
243 - $(use_enable udev gudev) \
244 - $(use_enable http) \
245 - $(use_enable libsecret keyring) \
246 - $(use_enable samba) \
247 - $(use_enable systemd libsystemd-login) \
248 - $(use_enable udisks udisks2) \
249 - $(use_enable zeroconf avahi)
250 -}
251
252 diff --git a/gnome-base/gvfs/gvfs-1.24.2.ebuild b/gnome-base/gvfs/gvfs-1.24.2.ebuild
253 deleted file mode 100644
254 index fc38b08..0000000
255 --- a/gnome-base/gvfs/gvfs-1.24.2.ebuild
256 +++ /dev/null
257 @@ -1,121 +0,0 @@
258 -# Copyright 1999-2015 Gentoo Foundation
259 -# Distributed under the terms of the GNU General Public License v2
260 -# $Id$
261 -
262 -EAPI="5"
263 -GCONF_DEBUG="no"
264 -GNOME2_LA_PUNT="yes"
265 -
266 -inherit autotools bash-completion-r1 eutils gnome2
267 -
268 -DESCRIPTION="Virtual filesystem implementation for gio"
269 -HOMEPAGE="https://git.gnome.org/browse/gvfs"
270 -
271 -LICENSE="LGPL-2+"
272 -SLOT="0"
273 -
274 -IUSE="afp archive bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp nfs samba systemd test +udev udisks zeroconf"
275 -REQUIRED_USE="
276 - cdda? ( udev )
277 - mtp? ( udev )
278 - udisks? ( udev )
279 - systemd? ( udisks )
280 -"
281 -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"
282 -
283 -# Can use libgphoto-2.5.0 as well. Automagic detection.
284 -RDEPEND="
285 - >=dev-libs/glib-2.43.2:2
286 - sys-apps/dbus
287 - dev-libs/libxml2:2
288 - net-misc/openssh
289 - afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
290 - archive? ( app-arch/libarchive:= )
291 - bluray? ( media-libs/libbluray )
292 - fuse? ( >=sys-fs/fuse-2.8.0 )
293 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
294 - gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
295 - gtk? ( >=x11-libs/gtk+-3.0:3 )
296 - http? ( >=net-libs/libsoup-2.42:2.4 )
297 - ios? (
298 - >=app-pda/libimobiledevice-1.1.5:=
299 - >=app-pda/libplist-1:= )
300 - libsecret? ( app-crypt/libsecret )
301 - mtp? ( >=media-libs/libmtp-1.1.6 )
302 - nfs? ( >=net-fs/libnfs-1.9.7 )
303 - samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )
304 - systemd? ( sys-apps/systemd:0= )
305 - udev? (
306 - cdda? ( dev-libs/libcdio-paranoia )
307 - virtual/libgudev:=
308 - virtual/libudev:= )
309 - udisks? ( >=sys-fs/udisks-1.97:2 )
310 - zeroconf? ( >=net-dns/avahi-0.6 )
311 -"
312 -DEPEND="${RDEPEND}
313 - app-text/docbook-xsl-stylesheets
314 - dev-libs/libxslt
315 - >=dev-util/intltool-0.40
316 - virtual/pkgconfig
317 - dev-util/gdbus-codegen
318 - dev-util/gtk-doc-am
319 - test? (
320 - >=dev-python/twisted-core-12.3.0
321 - || (
322 - net-analyzer/netcat
323 - net-analyzer/netcat6 ) )
324 - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
325 -"
326 -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
327 -# test dependencies needed per https://bugzilla.gnome.org/700162
328 -
329 -# Tests with multiple failures, this is being handled upstream at:
330 -# https://bugzilla.gnome.org/700162
331 -RESTRICT="test"
332 -
333 -src_prepare() {
334 - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
335 -
336 - if ! use udev; then
337 - sed -e 's/gvfsd-burn/ /' \
338 - -e 's/burn.mount.in/ /' \
339 - -e 's/burn.mount/ /' \
340 - -i daemon/Makefile.am || die
341 -
342 - # Uncomment when eautoreconf stops being needed always
343 - eautoreconf
344 - fi
345 -
346 - gnome2_src_prepare
347 -}
348 -
349 -src_configure() {
350 - # --enable-documentation installs man pages
351 - # --disable-obexftp, upstream bug #729945
352 - gnome2_src_configure \
353 - --enable-bash-completion \
354 - --with-bash-completion-dir="$(get_bashcompdir)" \
355 - --disable-gdu \
356 - --disable-hal \
357 - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
358 - --enable-documentation \
359 - $(use_enable afp) \
360 - $(use_enable archive) \
361 - $(use_enable bluray) \
362 - $(use_enable cdda) \
363 - $(use_enable fuse) \
364 - $(use_enable gnome-online-accounts goa) \
365 - $(use_enable gphoto2) \
366 - $(use_enable gtk) \
367 - $(use_enable ios afc) \
368 - $(use_enable mtp libmtp) \
369 - $(use_enable nfs) \
370 - $(use_enable udev) \
371 - $(use_enable udev gudev) \
372 - $(use_enable http) \
373 - $(use_enable libsecret keyring) \
374 - $(use_enable samba) \
375 - $(use_enable systemd libsystemd-login) \
376 - $(use_enable udisks udisks2) \
377 - $(use_enable zeroconf avahi)
378 -}