Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gvfs/
Date: Mon, 10 Sep 2018 21:34:09
Message-Id: 1536589106.09306530da7294267c2ed85db0b32378a9eaa61e.eva@gentoo
1 commit: 09306530da7294267c2ed85db0b32378a9eaa61e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 14:18:26 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 14:18:26 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09306530
7
8 gnome-base/gvfs: remove dropped gtk+ support
9
10 Also synchronize with gentoo repository.
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13 RepoMan-Options: --force
14 Manifest-Sign-Key: 0x5A56C8CD0C13248A
15
16 gnome-base/gvfs/gvfs-1.34.2.1.ebuild | 8 +++-----
17 1 file changed, 3 insertions(+), 5 deletions(-)
18
19 diff --git a/gnome-base/gvfs/gvfs-1.34.2.1.ebuild b/gnome-base/gvfs/gvfs-1.34.2.1.ebuild
20 index 9c871a4b..369ef3ff 100644
21 --- a/gnome-base/gvfs/gvfs-1.34.2.1.ebuild
22 +++ b/gnome-base/gvfs/gvfs-1.34.2.1.ebuild
23 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"
24 LICENSE="LGPL-2+"
25 SLOT="0"
26
27 -IUSE="afp archive bluray cdda elogind fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
28 +IUSE="afp archive bluray cdda elogind fuse google gnome-keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
29 REQUIRED_USE="
30 cdda? ( udev )
31 elogind? ( !systemd udisks )
32 @@ -22,7 +22,7 @@ REQUIRED_USE="
33 udisks? ( udev )
34 systemd? ( !elogind udisks )
35 "
36 -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"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
38
39 RDEPEND="
40 app-crypt/gcr:=
41 @@ -40,7 +40,6 @@ RDEPEND="
42 >=dev-libs/libgdata-0.17.9:=[crypt,gnome-online-accounts]
43 >=net-libs/gnome-online-accounts-3.17.1:= )
44 gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
45 - gtk? ( >=x11-libs/gtk+-3.0:3 )
46 http? ( >=net-libs/libsoup-2.42:2.4 )
47 ios? (
48 >=app-pda/libimobiledevice-1.2:=
49 @@ -69,7 +68,7 @@ DEPEND="${RDEPEND}
50 dev-util/gdbus-codegen
51 dev-util/gtk-doc-am
52 test? (
53 - >=dev-python/twisted-core-12.3.0
54 + >=dev-python/twisted-16
55 || (
56 net-analyzer/netcat
57 net-analyzer/netcat6 ) )
58 @@ -113,7 +112,6 @@ src_configure() {
59 $(use_enable gnome-online-accounts goa) \
60 $(use_enable google) \
61 $(use_enable gphoto2) \
62 - $(use_enable gtk) \
63 $(use_enable http) \
64 $(use_enable ios afc) \
65 $(use_enable mtp libmtp) \