From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-894636-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3449138206 for <garchives@archives.gentoo.org>; Tue, 2 Aug 2016 03:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D85E0B7A; Tue, 2 Aug 2016 03:05:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDB41E0B7A for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2016 03:05:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51793340B3A for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2016 03:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4FBD7DA for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2016 03:05:41 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1470106895.06a09c0cab3223596c89b38ba220f5922e632213.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild net-misc/spice-gtk/spice-gtk-0.32.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 06a09c0cab3223596c89b38ba220f5922e632213 X-VCS-Branch: master Date: Tue, 2 Aug 2016 03:05:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e55af6e4-9774-4898-8f74-096879d228f5 X-Archives-Hash: 4d96a15425e8f96485b3233a12609cb3 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;" }