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: Sat, 03 Feb 2018 20:56:13
Message-Id: 1517691334.c2bd14abaec1afe45ffd5693b79671a5feacd1ae.leio@gentoo
1 commit: c2bd14abaec1afe45ffd5693b79671a5feacd1ae
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 20:32:35 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 20:55:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bd14ab
7
8 gnome-base/gvfs: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-base/gvfs/gvfs-1.32.1.ebuild | 131 -------------------------------------
13 1 file changed, 131 deletions(-)
14
15 diff --git a/gnome-base/gvfs/gvfs-1.32.1.ebuild b/gnome-base/gvfs/gvfs-1.32.1.ebuild
16 deleted file mode 100644
17 index a105e360978..00000000000
18 --- a/gnome-base/gvfs/gvfs-1.32.1.ebuild
19 +++ /dev/null
20 @@ -1,131 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 -
27 -inherit autotools gnome2 systemd
28 -
29 -DESCRIPTION="Virtual filesystem implementation for gio"
30 -HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"
31 -
32 -LICENSE="LGPL-2+"
33 -SLOT="0"
34 -
35 -IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
36 -REQUIRED_USE="
37 - cdda? ( udev )
38 - google? ( gnome-online-accounts )
39 - mtp? ( udev )
40 - udisks? ( udev )
41 - systemd? ( udisks )
42 -"
43 -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"
44 -
45 -RDEPEND="
46 - app-crypt/gcr:=
47 - >=dev-libs/glib-2.51:2
48 - dev-libs/libxml2:2
49 - net-misc/openssh
50 - afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
51 - archive? ( app-arch/libarchive:= )
52 - bluray? ( media-libs/libbluray:= )
53 - fuse? ( >=sys-fs/fuse-2.8.0:0 )
54 - gnome-keyring? ( app-crypt/libsecret )
55 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )
56 - google? (
57 - >=dev-libs/libgdata-0.17.7:=[crypt,gnome-online-accounts]
58 - >=net-libs/gnome-online-accounts-3.17.1:= )
59 - gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
60 - gtk? ( >=x11-libs/gtk+-3.0:3 )
61 - http? ( >=net-libs/libsoup-2.42:2.4 )
62 - ios? (
63 - >=app-pda/libimobiledevice-1.2:=
64 - >=app-pda/libplist-1:= )
65 - mtp? (
66 - >=dev-libs/libusb-1.0.21
67 - >=media-libs/libmtp-1.1.12 )
68 - nfs? ( >=net-fs/libnfs-1.9.8 )
69 - policykit? (
70 - sys-auth/polkit
71 - sys-libs/libcap )
72 - samba? ( >=net-fs/samba-4[client] )
73 - systemd? ( >=sys-apps/systemd-206:0= )
74 - udev? (
75 - cdda? ( dev-libs/libcdio-paranoia )
76 - >=virtual/libgudev-147:=
77 - virtual/libudev:= )
78 - udisks? ( >=sys-fs/udisks-1.97:2 )
79 - zeroconf? ( >=net-dns/avahi-0.6 )
80 -"
81 -DEPEND="${RDEPEND}
82 - app-text/docbook-xsl-stylesheets
83 - dev-libs/libxslt
84 - >=sys-devel/gettext-0.19.4
85 - virtual/pkgconfig
86 - dev-util/gdbus-codegen
87 - dev-util/gtk-doc-am
88 - test? (
89 - >=dev-python/twisted-core-12.3.0
90 - || (
91 - net-analyzer/netcat
92 - net-analyzer/netcat6 ) )
93 - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
94 -"
95 -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
96 -# test dependencies needed per https://bugzilla.gnome.org/700162
97 -
98 -# Tests with multiple failures, this is being handled upstream at:
99 -# https://bugzilla.gnome.org/700162
100 -RESTRICT="test"
101 -
102 -PATCHES=(
103 - "${FILESDIR}"/${PN}-1.30.2-sysmacros.patch #580234
104 -)
105 -
106 -src_prepare() {
107 - if ! use udev; then
108 - sed -e 's/gvfsd-burn/ /' \
109 - -e 's/burn.mount.in/ /' \
110 - -e 's/burn.mount/ /' \
111 - -i daemon/Makefile.am || die
112 -
113 - # Uncomment when eautoreconf stops being needed always
114 - eautoreconf
115 - fi
116 -
117 - gnome2_src_prepare
118 -}
119 -
120 -src_configure() {
121 - # --enable-documentation installs man pages
122 - # --disable-obexftp, upstream bug #729945
123 - gnome2_src_configure \
124 - --disable-gdu \
125 - --enable-documentation \
126 - --enable-gcr \
127 - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
128 - --with-systemduserunitdir="$(systemd_get_userunitdir)" \
129 - $(use_enable afp) \
130 - $(use_enable archive) \
131 - $(use_enable bluray) \
132 - $(use_enable cdda) \
133 - $(use_enable fuse) \
134 - $(use_enable gnome-keyring keyring) \
135 - $(use_enable gnome-online-accounts goa) \
136 - $(use_enable google) \
137 - $(use_enable gphoto2) \
138 - $(use_enable gtk) \
139 - $(use_enable http) \
140 - $(use_enable ios afc) \
141 - $(use_enable mtp libmtp) \
142 - $(use_enable mtp libusb) \
143 - $(use_enable nfs) \
144 - $(use_enable policykit admin) \
145 - $(use_enable samba) \
146 - $(use_enable systemd libsystemd-login) \
147 - $(use_enable udev gudev) \
148 - $(use_enable udev) \
149 - $(use_enable udisks udisks2) \
150 - $(use_enable zeroconf avahi)
151 -}