commit:     06a09c0cab3223596c89b38ba220f5922e632213
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 03:01:35 2016 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 03:01:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a09c0c

net-misc/spice-gtk: remove USE=doc and follow general gtk-docs policy

aka unconditionally install the html documentation

Package-Manager: portage-2.2.28

 .../{spice-gtk-0.32.ebuild => spice-gtk-0.32-r1.ebuild}   | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.32.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
similarity index 88%
rename from net-misc/spice-gtk/spice-gtk-0.32.ebuild
rename to net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
index 19402ba..2321487 100644
--- a/net-misc/spice-gtk/spice-gtk-0.32.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2";
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus doc gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio 
sasl smartcard static-libs usbredir vala webdav libressl"
+IUSE="dbus gstreamer gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl 
smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="
        ?? ( pulseaudio gstreamer )
@@ -116,16 +116,6 @@ src_configure() {
                --disable-werror \
                --enable-pie"
 
-       if use gtk3; then
-               myconf+=" \
-                       $(use_enable doc gtk-doc) \
-                       $(use_enable doc gtk-doc-html)"
-       else
-               myconf+=" \
-                       --disable-gtk-doc \
-                       --disable-gtk-doc-html"
-       fi
-
        econf ${myconf}
 }
 
@@ -138,8 +128,5 @@ src_install() {
        # Remove .la files if they're not needed
        use static-libs || prune_libtool_files
 
-       # Make sure no gtk-doc bits are installed for -doc
-       use doc || rm -rf "${ED}usr/share/gtk-doc"
-
        make_desktop_entry spicy Spicy "utilities-terminal" 
"Network;RemoteAccess;"
 }

Reply via email to