Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Tue, 02 Aug 2016 03:05:48
Message-Id: 1470106895.06a09c0cab3223596c89b38ba220f5922e632213.tamiko@gentoo
1 commit: 06a09c0cab3223596c89b38ba220f5922e632213
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 03:01:35 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 03:01:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a09c0c
7
8 net-misc/spice-gtk: remove USE=doc and follow general gtk-docs policy
9
10 aka unconditionally install the html documentation
11
12 Package-Manager: portage-2.2.28
13
14 .../{spice-gtk-0.32.ebuild => spice-gtk-0.32-r1.ebuild} | 15 +--------------
15 1 file changed, 1 insertion(+), 14 deletions(-)
16
17 diff --git a/net-misc/spice-gtk/spice-gtk-0.32.ebuild b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
18 similarity index 88%
19 rename from net-misc/spice-gtk/spice-gtk-0.32.ebuild
20 rename to net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
21 index 19402ba..2321487 100644
22 --- a/net-misc/spice-gtk/spice-gtk-0.32.ebuild
23 +++ b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
24 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
25 SLOT="0"
26 SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2"
27 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
28 -IUSE="dbus doc gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
29 +IUSE="dbus gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
30
31 REQUIRED_USE="
32 ?? ( pulseaudio gstreamer )
33 @@ -116,16 +116,6 @@ src_configure() {
34 --disable-werror \
35 --enable-pie"
36
37 - if use gtk3; then
38 - myconf+=" \
39 - $(use_enable doc gtk-doc) \
40 - $(use_enable doc gtk-doc-html)"
41 - else
42 - myconf+=" \
43 - --disable-gtk-doc \
44 - --disable-gtk-doc-html"
45 - fi
46 -
47 econf ${myconf}
48 }
49
50 @@ -138,8 +128,5 @@ src_install() {
51 # Remove .la files if they're not needed
52 use static-libs || prune_libtool_files
53
54 - # Make sure no gtk-doc bits are installed for -doc
55 - use doc || rm -rf "${ED}usr/share/gtk-doc"
56 -
57 make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;"
58 }