Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/
Date: Fri, 07 Jul 2017 21:21:02
Message-Id: 1499462405.3e71a1566d61ab698407775af1ce1952733d3ce1.leio@gentoo
1 commit: 3e71a1566d61ab698407775af1ce1952733d3ce1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 21:05:01 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 21:20:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e71a156
7
8 gnome-base/gvfs: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 gnome-base/gvfs/Manifest | 1 -
13 gnome-base/gvfs/gvfs-1.28.3-r1.ebuild | 124 ----------------------------------
14 2 files changed, 125 deletions(-)
15
16 diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
17 index 7c7a2c87076..d28a1f319da 100644
18 --- a/gnome-base/gvfs/Manifest
19 +++ b/gnome-base/gvfs/Manifest
20 @@ -1,2 +1 @@
21 -DIST gvfs-1.28.3.tar.xz 1497040 SHA256 458c4cb68570f6ef4a9e152995c62d0057c3e0a07ed64d84c7200cdd22f0bd17 SHA512 a448ea9878b71c8d11933cbcf951fd0b0f7a2a849cb9dd5da9950967150d2c39b6d571a8000cd765334436d869d26ca0108eb656e84571ac9a33d0c6bd9334b7 WHIRLPOOL 7b21ec5cee926c1d7fe99f2f36ae982a3714812b6032d2732d6f0a4a3aaab264466ed95fb7beb5b6dee6b39d835c7586ebbd32c7d34b2b3726685c031b8671c1
22 DIST gvfs-1.30.4.tar.xz 1895304 SHA256 981e0aca7f4e2e99860137f9fd99c335fa72a764156d253caf1069380a8e3afa SHA512 305b2abc8cfcb4bdea1fb84f5a7df4aac9697494f5d63d40ce1eb234b547aed497deb4d88a2cb17f9ab4fc188d49ff56033993a17cbfebae6d65a33dc84a633a WHIRLPOOL f945786e1a8476b7a01efe75138f5b2668d99fa85d8af2994826d2131e25650e504b7e4137ee26bf9aeafd878c6fe2891dd41762d0f84bd324b8f04e7537fcb2
23
24 diff --git a/gnome-base/gvfs/gvfs-1.28.3-r1.ebuild b/gnome-base/gvfs/gvfs-1.28.3-r1.ebuild
25 deleted file mode 100644
26 index a9ae3655eca..00000000000
27 --- a/gnome-base/gvfs/gvfs-1.28.3-r1.ebuild
28 +++ /dev/null
29 @@ -1,124 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit autotools bash-completion-r1 eutils gnome2
37 -
38 -DESCRIPTION="Virtual filesystem implementation for gio"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"
40 -
41 -LICENSE="LGPL-2+"
42 -SLOT="0"
43 -
44 -IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf"
45 -REQUIRED_USE="
46 - cdda? ( udev )
47 - google? ( gnome-online-accounts )
48 - mtp? ( udev )
49 - udisks? ( udev )
50 - systemd? ( udisks )
51 -"
52 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris"
53 -
54 -# Can use libgphoto-2.5.0 as well. Automagic detection.
55 -RDEPEND="
56 - app-crypt/gcr:=
57 - >=dev-libs/glib-2.46.2:2
58 - sys-apps/dbus
59 - dev-libs/libxml2:2
60 - net-misc/openssh
61 - afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
62 - archive? ( app-arch/libarchive:= )
63 - bluray? ( media-libs/libbluray )
64 - fuse? ( >=sys-fs/fuse-2.8.0 )
65 - gnome-keyring? ( app-crypt/libsecret )
66 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )
67 - google? (
68 - >=dev-libs/libgdata-0.17.3:=[crypt,gnome-online-accounts]
69 - >=net-libs/gnome-online-accounts-3.17.1:= )
70 - gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
71 - gtk? ( >=x11-libs/gtk+-3.0:3 )
72 - http? ( >=net-libs/libsoup-2.42:2.4 )
73 - ios? (
74 - >=app-pda/libimobiledevice-1.2:=
75 - >=app-pda/libplist-1:= )
76 - mtp? ( >=media-libs/libmtp-1.1.6 )
77 - nfs? ( >=net-fs/libnfs-1.9.7 )
78 - samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )
79 - systemd? ( sys-apps/systemd:0= )
80 - udev? (
81 - cdda? ( dev-libs/libcdio-paranoia )
82 - virtual/libgudev:=
83 - virtual/libudev:= )
84 - udisks? ( >=sys-fs/udisks-1.97:2 )
85 - zeroconf? ( >=net-dns/avahi-0.6 )
86 -"
87 -DEPEND="${RDEPEND}
88 - app-text/docbook-xsl-stylesheets
89 - dev-libs/libxslt
90 - >=dev-util/intltool-0.40
91 - virtual/pkgconfig
92 - dev-util/gdbus-codegen
93 - dev-util/gtk-doc-am
94 - test? (
95 - >=dev-python/twisted-core-12.3.0
96 - || (
97 - net-analyzer/netcat
98 - net-analyzer/netcat6 ) )
99 - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
100 -"
101 -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
102 -# test dependencies needed per https://bugzilla.gnome.org/700162
103 -
104 -# Tests with multiple failures, this is being handled upstream at:
105 -# https://bugzilla.gnome.org/700162
106 -RESTRICT="test"
107 -
108 -src_prepare() {
109 - if ! use udev; then
110 - sed -e 's/gvfsd-burn/ /' \
111 - -e 's/burn.mount.in/ /' \
112 - -e 's/burn.mount/ /' \
113 - -i daemon/Makefile.am || die
114 -
115 - # Uncomment when eautoreconf stops being needed always
116 - eautoreconf
117 - fi
118 -
119 - gnome2_src_prepare
120 -}
121 -
122 -src_configure() {
123 - # --enable-documentation installs man pages
124 - # --disable-obexftp, upstream bug #729945
125 - gnome2_src_configure \
126 - --enable-bash-completion \
127 - --with-bash-completion-dir="$(get_bashcompdir)" \
128 - --enable-gcr \
129 - --disable-gdu \
130 - --disable-hal \
131 - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
132 - --enable-documentation \
133 - $(use_enable afp) \
134 - $(use_enable archive) \
135 - $(use_enable bluray) \
136 - $(use_enable cdda) \
137 - $(use_enable fuse) \
138 - $(use_enable gnome-keyring keyring) \
139 - $(use_enable gnome-online-accounts goa) \
140 - $(use_enable google) \
141 - $(use_enable gphoto2) \
142 - $(use_enable gtk) \
143 - $(use_enable ios afc) \
144 - $(use_enable mtp libmtp) \
145 - $(use_enable nfs) \
146 - $(use_enable udev) \
147 - $(use_enable udev gudev) \
148 - $(use_enable http) \
149 - $(use_enable samba) \
150 - $(use_enable systemd libsystemd-login) \
151 - $(use_enable udisks udisks2) \
152 - $(use_enable zeroconf avahi)
153 -}