From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1D25F1396D0 for ; Fri, 11 Aug 2017 07:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80E1C1FC00B; Fri, 11 Aug 2017 07:19:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 533141FC00B for ; Fri, 11 Aug 2017 07:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DB0E3419DE for ; Fri, 11 Aug 2017 07:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D405675F8 for ; Fri, 11 Aug 2017 07:19:22 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1502435806.4eef95ac75e47eaf6c2504c5b16cc17aa02259ef.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild gnome-extra/gnome-boxes/metadata.xml X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4eef95ac75e47eaf6c2504c5b16cc17aa02259ef X-VCS-Branch: master Date: Fri, 11 Aug 2017 07:19:22 +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: e67fa7c9-25ad-4f67-8522-6b0bf173f90c X-Archives-Hash: 7ec303bf8144fcccb91d4b5b036be437 commit: 4eef95ac75e47eaf6c2504c5b16cc17aa02259ef Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Aug 11 07:16:46 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Aug 11 07:16:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4eef95ac gnome-extra/gnome-boxes: sync with gentoo repository Package-Manager: Portage-2.3.6, Repoman-2.3.3 Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild | 35 +++++++++++-------------- gnome-extra/gnome-boxes/metadata.xml | 4 --- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild index 711a6679..40462419 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.26" +VALA_MIN_API_VERSION="0.28" -inherit linux-info gnome2 readme.gentoo vala +inherit gnome2 linux-info readme.gentoo-r1 vala if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi @@ -17,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Boxes" LICENSE="LGPL-2" SLOT="0" -IUSE="bindist smartcard usbredir" +IUSE="bindist" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else @@ -29,15 +27,17 @@ fi RDEPEND=" >=app-arch/libarchive-3:= >=dev-libs/glib-2.38:2 - >=dev-libs/gobject-introspection-0.9.6 + >=dev-libs/gobject-introspection-0.9.6:= >=dev-libs/libxml2-2.7.8:2 - >=sys-libs/libosinfo-0.2.11 - >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?] + >=sys-libs/libosinfo-0.2.12 + >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir] >=app-emulation/libvirt-0.9.3[libvirtd,qemu] - >=app-emulation/libvirt-glib-0.2 - >=x11-libs/gtk+-3.13.2:3 + >=app-emulation/libvirt-glib-0.2.3 + >=x11-libs/gtk+-3.19.8:3 >=net-libs/gtk-vnc-0.4.4[gtk3] - >=net-misc/spice-gtk-0.27[gtk3,smartcard?,usbredir?] + app-crypt/libsecret + app-emulation/spice[smartcard] + >=net-misc/spice-gtk-0.32[gtk3,smartcard,usbredir] virtual/libusb:1 >=app-misc/tracker-0.16:0=[iso] @@ -45,15 +45,12 @@ RDEPEND=" >=sys-apps/util-linux-2.20 >=net-libs/libsoup-2.38:2.4 - sys-fs/fuse - sys-fs/fuseiso sys-fs/mtools - virtual/libgudev:= + >=virtual/libgudev-165:= !bindist? ( gnome-extra/gnome-boxes-nonfree ) " DEPEND="${RDEPEND} app-text/yelp-tools - dev-util/desktop-file-utils >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig @@ -102,9 +99,7 @@ src_configure() { gnome2_src_configure \ --enable-debug \ --disable-strict-cc \ - $(use_enable usbredir) \ - $(use_enable smartcard) \ - --enable-ovirt=no + --disable-ovirt } src_install() { diff --git a/gnome-extra/gnome-boxes/metadata.xml b/gnome-extra/gnome-boxes/metadata.xml index c6debefd..996e7cac 100644 --- a/gnome-extra/gnome-boxes/metadata.xml +++ b/gnome-extra/gnome-boxes/metadata.xml @@ -5,8 +5,4 @@ gnome@gentoo.org Gentoo GNOME Desktop - - Use sys-apps/usbredir to redirect USB - devices to another machine over TCP -