Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gvfs/
Date: Fri, 12 Jan 2018 13:20:59
Message-Id: 1515763244.b9e412ada97978a298e9c418a25c222a9e16b412.expeditioneer@gentoo
1 commit: b9e412ada97978a298e9c418a25c222a9e16b412
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 12 13:20:44 2018 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 12 13:20:44 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b9e412ad
7
8 gnome-base/gvfs: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --force
12
13 gnome-base/gvfs/gvfs-1.26.1.ebuild | 128 -------------------------------------
14 gnome-base/gvfs/gvfs-9999.ebuild | 3 +-
15 2 files changed, 1 insertion(+), 130 deletions(-)
16
17 diff --git a/gnome-base/gvfs/gvfs-1.26.1.ebuild b/gnome-base/gvfs/gvfs-1.26.1.ebuild
18 deleted file mode 100644
19 index a16541b0..00000000
20 --- a/gnome-base/gvfs/gvfs-1.26.1.ebuild
21 +++ /dev/null
22 @@ -1,128 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 -GNOME2_LA_PUNT="yes"
30 -
31 -inherit autotools bash-completion-r1 eutils gnome2
32 -
33 -DESCRIPTION="Virtual filesystem implementation for gio"
34 -HOMEPAGE="https://git.gnome.org/browse/gvfs"
35 -
36 -LICENSE="LGPL-2+"
37 -SLOT="0"
38 -
39 -IUSE="afp archive bluray cdda fuse +gcr gnome-online-accounts google gphoto2 gtk +http ios libsecret mtp nfs samba systemd test +udev udisks zeroconf"
40 -REQUIRED_USE="
41 - cdda? ( udev )
42 - mtp? ( udev )
43 - udisks? ( udev )
44 - systemd? ( udisks )
45 -"
46 -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"
47 -
48 -# Can use libgphoto-2.5.0 as well. Automagic detection.
49 -RDEPEND="
50 - >=dev-libs/glib-2.45.7:2
51 - sys-apps/dbus
52 - dev-libs/libxml2:2
53 - net-misc/openssh
54 - afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
55 - archive? ( app-arch/libarchive:= )
56 - bluray? ( media-libs/libbluray )
57 - fuse? ( >=sys-fs/fuse-2.8.0 )
58 - gcr? ( app-crypt/gcr )
59 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
60 - google? (
61 - >=net-libs/gnome-online-accounts-3.17.1
62 - dev-libs/libgdata
63 - )
64 - gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
65 - gtk? ( >=x11-libs/gtk+-3.0:3 )
66 - http? ( >=net-libs/libsoup-2.42:2.4 )
67 - ios? (
68 - >=app-pda/libimobiledevice-1.1.5:=
69 - >=app-pda/libplist-1:= )
70 - libsecret? ( app-crypt/libsecret )
71 - mtp? ( >=media-libs/libmtp-1.1.6 )
72 - nfs? ( >=net-fs/libnfs-1.9.7 )
73 - samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )
74 - systemd? ( sys-apps/systemd:0= )
75 - udev? (
76 - cdda? ( dev-libs/libcdio-paranoia )
77 - virtual/libgudev:=
78 - virtual/libudev:= )
79 - udisks? ( >=sys-fs/udisks-1.97:2 )
80 - zeroconf? ( >=net-dns/avahi-0.6 )
81 -"
82 -DEPEND="${RDEPEND}
83 - app-text/docbook-xsl-stylesheets
84 - dev-libs/libxslt
85 - >=dev-util/intltool-0.40
86 - virtual/pkgconfig
87 - dev-util/gdbus-codegen
88 - dev-util/gtk-doc-am
89 - test? (
90 - >=dev-python/twisted-core-12.3.0
91 - || (
92 - net-analyzer/netcat
93 - net-analyzer/netcat6 ) )
94 - !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
95 -"
96 -# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
97 -# test dependencies needed per https://bugzilla.gnome.org/700162
98 -
99 -# Tests with multiple failures, this is being handled upstream at:
100 -# https://bugzilla.gnome.org/700162
101 -RESTRICT="test"
102 -
103 -src_prepare() {
104 - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
105 -
106 - if ! use udev; then
107 - sed -e 's/gvfsd-burn/ /' \
108 - -e 's/burn.mount.in/ /' \
109 - -e 's/burn.mount/ /' \
110 - -i daemon/Makefile.am || die
111 -
112 - # Uncomment when eautoreconf stops being needed always
113 - eautoreconf
114 - fi
115 -
116 - gnome2_src_prepare
117 -}
118 -
119 -src_configure() {
120 - # --enable-documentation installs man pages
121 - # --disable-obexftp, upstream bug #729945
122 - gnome2_src_configure \
123 - --enable-bash-completion \
124 - --with-bash-completion-dir="$(get_bashcompdir)" \
125 - --disable-gdu \
126 - --disable-hal \
127 - --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
128 - --enable-documentation \
129 - $(use_enable afp) \
130 - $(use_enable archive) \
131 - $(use_enable bluray) \
132 - $(use_enable cdda) \
133 - $(use_enable fuse) \
134 - $(use_enable gcr gcr) \
135 - $(use_enable gnome-online-accounts goa) \
136 - $(use_enable google google) \
137 - $(use_enable gphoto2) \
138 - $(use_enable gtk) \
139 - $(use_enable ios afc) \
140 - $(use_enable mtp libmtp) \
141 - $(use_enable nfs) \
142 - $(use_enable udev) \
143 - $(use_enable udev gudev) \
144 - $(use_enable http) \
145 - $(use_enable libsecret keyring) \
146 - $(use_enable samba) \
147 - $(use_enable systemd libsystemd-login) \
148 - $(use_enable udisks udisks2) \
149 - $(use_enable zeroconf avahi)
150 -}
151
152 diff --git a/gnome-base/gvfs/gvfs-9999.ebuild b/gnome-base/gvfs/gvfs-9999.ebuild
153 index babfeadb..7616302e 100644
154 --- a/gnome-base/gvfs/gvfs-9999.ebuild
155 +++ b/gnome-base/gvfs/gvfs-9999.ebuild
156 @@ -1,6 +1,5 @@
157 -# Copyright 1999-2015 Gentoo Foundation
158 +# Copyright 1999-2018 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Id$
161
162 EAPI="5"
163 GCONF_DEBUG="no"