From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 080C11384B4 for ; Wed, 18 Nov 2015 20:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769C0E085D; Wed, 18 Nov 2015 20:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03DEAE085D for ; Wed, 18 Nov 2015 20:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3564340943 for ; Wed, 18 Nov 2015 20:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68587A7F for ; Wed, 18 Nov 2015 20:54:23 +0000 (UTC) From: "Matthias Maier" 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" Message-ID: <1447879023.ecdab33ececea00bb71688686b97fbb890de8792.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/metadata.xml app-emulation/spice/spice-0.12.6-r1.ebuild app-emulation/spice/spice-0.12.6-r2.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ecdab33ececea00bb71688686b97fbb890de8792 X-VCS-Branch: master Date: Wed, 18 Nov 2015 20:54:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a14984f8-6c45-4e00-817d-bc2c0f4906f2 X-Archives-Hash: 9e91bcbddff6ab332a6d9f1073bbdde6 commit: ecdab33ececea00bb71688686b97fbb890de8792 Author: Matthias Maier gentoo org> AuthorDate: Wed Nov 18 20:36:03 2015 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Nov 18 20:37:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdab33e app-emulation/spice: Maintenance, drop obsolete USE=client (bug #566086) - The client spicec has been removed from app-emulation/spice in favor of app-emulation/virt-viewer. Thus, remove the now obsolete keyword and associated dependencies. - Remove (already commented out) USE="static" left-overs. This ebuild does not contain any executable any more for which "static" might have made sense. Revision bump and commit straigt to stable as this is purely a cosmetic change. Package-Manager: portage-2.2.24 Signed-off-by: Matthias Maier gentoo.org> app-emulation/spice/metadata.xml | 1 - ...ice-0.12.6-r1.ebuild => spice-0.12.6-r2.ebuild} | 24 +++++----------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/app-emulation/spice/metadata.xml b/app-emulation/spice/metadata.xml index f139eea..fc2293f 100644 --- a/app-emulation/spice/metadata.xml +++ b/app-emulation/spice/metadata.xml @@ -7,7 +7,6 @@ Tiziano Müller - Build the spicec client app (does not reduce dependencies at the moment). Enable smartcard remoting using app-emulation/libcacard diff --git a/app-emulation/spice/spice-0.12.6-r1.ebuild b/app-emulation/spice/spice-0.12.6-r2.ebuild similarity index 69% rename from app-emulation/spice/spice-0.12.6-r1.ebuild rename to app-emulation/spice/spice-0.12.6-r2.ebuild index 852e15e..31e8456 100644 --- a/app-emulation/spice/spice-0.12.6-r1.ebuild +++ b/app-emulation/spice/spice-0.12.6-r2.ebuild @@ -8,17 +8,16 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit eutils python-any-r1 -DESCRIPTION="SPICE server and client" +DESCRIPTION="SPICE server" HOMEPAGE="http://spice-space.org/" SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="client libressl sasl smartcard static-libs" # static +IUSE="libressl sasl smartcard static-libs" -# only the client links against libcacard, the libspice-server only uses the headers -# the client cannot be built statically since alsa and qemu[smartcard] are missing static-libs +# the libspice-server only uses the headers of libcacard RDEPEND=" >=dev-libs/glib-2.22:2[static-libs(+)?] >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?] @@ -28,17 +27,7 @@ RDEPEND=" >=x11-libs/pixman-0.17.7[static-libs(+)?] !libressl? ( dev-libs/openssl:0[static-libs(+)?] ) libressl? ( dev-libs/libressl[static-libs(+)?] ) - sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] ) - client? ( - media-libs/alsa-lib - >=x11-libs/libXrandr-1.2 - x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libXinerama-1.0 - x11-libs/libXfixes - x11-libs/libXrender - smartcard? ( app-emulation/qemu[smartcard] ) - )" + sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )" DEPEND=" >=app-emulation/spice-protocol-0.12.10 @@ -71,12 +60,9 @@ src_prepare() { src_configure() { econf \ $(use_enable static-libs static) \ - $(use_enable client) \ $(use_with sasl) \ $(use_enable smartcard) \ - --disable-gui \ - --disable-static-linkage -# $(use_enable static static-linkage) \ + --disable-gui } src_install() {