Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-boxes/
Date: Fri, 11 Aug 2017 07:19:26
Message-Id: 1502435806.4eef95ac75e47eaf6c2504c5b16cc17aa02259ef.eva@gentoo
1 commit: 4eef95ac75e47eaf6c2504c5b16cc17aa02259ef
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 07:16:46 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 07:16:46 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4eef95ac
7
8 gnome-extra/gnome-boxes: sync with gentoo repository
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild | 35 +++++++++++--------------
14 gnome-extra/gnome-boxes/metadata.xml | 4 ---
15 2 files changed, 15 insertions(+), 24 deletions(-)
16
17 diff --git a/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild
18 index 711a6679..40462419 100644
19 --- a/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild
20 +++ b/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild
21 @@ -1,13 +1,11 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 +EAPI=6
30 VALA_USE_DEPEND="vapigen"
31 -VALA_MIN_API_VERSION="0.26"
32 +VALA_MIN_API_VERSION="0.28"
33
34 -inherit linux-info gnome2 readme.gentoo vala
35 +inherit gnome2 linux-info readme.gentoo-r1 vala
36 if [[ ${PV} = 9999 ]]; then
37 inherit gnome2-live
38 fi
39 @@ -17,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Boxes"
40
41 LICENSE="LGPL-2"
42 SLOT="0"
43 -IUSE="bindist smartcard usbredir"
44 +IUSE="bindist"
45 if [[ ${PV} = 9999 ]]; then
46 KEYWORDS=""
47 else
48 @@ -29,15 +27,17 @@ fi
49 RDEPEND="
50 >=app-arch/libarchive-3:=
51 >=dev-libs/glib-2.38:2
52 - >=dev-libs/gobject-introspection-0.9.6
53 + >=dev-libs/gobject-introspection-0.9.6:=
54 >=dev-libs/libxml2-2.7.8:2
55 - >=sys-libs/libosinfo-0.2.11
56 - >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
57 + >=sys-libs/libosinfo-0.2.12
58 + >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
59 >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
60 - >=app-emulation/libvirt-glib-0.2
61 - >=x11-libs/gtk+-3.13.2:3
62 + >=app-emulation/libvirt-glib-0.2.3
63 + >=x11-libs/gtk+-3.19.8:3
64 >=net-libs/gtk-vnc-0.4.4[gtk3]
65 - >=net-misc/spice-gtk-0.27[gtk3,smartcard?,usbredir?]
66 + app-crypt/libsecret
67 + app-emulation/spice[smartcard]
68 + >=net-misc/spice-gtk-0.32[gtk3,smartcard,usbredir]
69 virtual/libusb:1
70
71 >=app-misc/tracker-0.16:0=[iso]
72 @@ -45,15 +45,12 @@ RDEPEND="
73 >=sys-apps/util-linux-2.20
74 >=net-libs/libsoup-2.38:2.4
75
76 - sys-fs/fuse
77 - sys-fs/fuseiso
78 sys-fs/mtools
79 - virtual/libgudev:=
80 + >=virtual/libgudev-165:=
81 !bindist? ( gnome-extra/gnome-boxes-nonfree )
82 "
83 DEPEND="${RDEPEND}
84 app-text/yelp-tools
85 - dev-util/desktop-file-utils
86 >=dev-util/intltool-0.40
87 >=sys-devel/gettext-0.17
88 virtual/pkgconfig
89 @@ -102,9 +99,7 @@ src_configure() {
90 gnome2_src_configure \
91 --enable-debug \
92 --disable-strict-cc \
93 - $(use_enable usbredir) \
94 - $(use_enable smartcard) \
95 - --enable-ovirt=no
96 + --disable-ovirt
97 }
98
99 src_install() {
100
101 diff --git a/gnome-extra/gnome-boxes/metadata.xml b/gnome-extra/gnome-boxes/metadata.xml
102 index c6debefd..996e7cac 100644
103 --- a/gnome-extra/gnome-boxes/metadata.xml
104 +++ b/gnome-extra/gnome-boxes/metadata.xml
105 @@ -5,8 +5,4 @@
106 <email>gnome@g.o</email>
107 <name>Gentoo GNOME Desktop</name>
108 </maintainer>
109 - <use>
110 - <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
111 - devices to another machine over TCP</flag>
112 - </use>
113 </pkgmetadata>