Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-vdagent/
Date: Sun, 04 Oct 2020 15:20:05
Message-Id: 1601824753.3a5fc14368622495bc47c49bbece2c9b6941b306.zlogene@gentoo
1 commit: 3a5fc14368622495bc47c49bbece2c9b6941b306
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 15:19:13 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 15:19:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5fc143
7
8 app-emulation/spice-vdagent: remove consolekit support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-emulation/spice-vdagent/metadata.xml | 3 ---
14 app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild | 7 ++-----
15 app-emulation/spice-vdagent/spice-vdagent-0.20.0.ebuild | 7 ++-----
16 3 files changed, 4 insertions(+), 13 deletions(-)
17
18 diff --git a/app-emulation/spice-vdagent/metadata.xml b/app-emulation/spice-vdagent/metadata.xml
19 index 9099ec28e6d..121cd46cb5e 100644
20 --- a/app-emulation/spice-vdagent/metadata.xml
21 +++ b/app-emulation/spice-vdagent/metadata.xml
22 @@ -5,7 +5,4 @@
23 <email>virtualization@g.o</email>
24 <name>Gentoo Virtualization Project</name>
25 </maintainer>
26 - <use>
27 - <flag name="consolekit">Use <pkg>sys-auth/consolekit</pkg> to determine the master vdagentd in case of multiple running vdagentds (highly recommended)</flag>
28 - </use>
29 </pkgmetadata>
30
31 diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
32 index 2f8904baec3..81ddd00bd63 100644
33 --- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
34 +++ b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild
35 @@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38 KEYWORDS="amd64 x86"
39 -IUSE="consolekit gtk selinux systemd"
40 +IUSE="gtk selinux systemd"
41
42 CDEPEND="
43 dev-libs/glib:2
44 @@ -24,7 +24,6 @@ CDEPEND="
45 x11-libs/libXrandr
46 x11-libs/libX11
47 x11-libs/libXinerama
48 - consolekit? ( sys-auth/consolekit sys-apps/dbus )
49 gtk? ( x11-libs/gtk+:3 )
50 systemd? ( sys-apps/systemd )"
51 DEPEND="${CDEPEND}
52 @@ -38,9 +37,7 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r
53
54 src_configure() {
55 local opt=()
56 - if use consolekit; then
57 - opt+=( --with-session-info=console-kit )
58 - elif use systemd; then
59 + if use systemd; then
60 opt+=( --with-session-info=systemd )
61 else
62 opt+=( --with-session-info=none )
63
64 diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.20.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.20.0.ebuild
65 index 2cac3817d76..3365574e5bb 100644
66 --- a/app-emulation/spice-vdagent/spice-vdagent-0.20.0.ebuild
67 +++ b/app-emulation/spice-vdagent/spice-vdagent-0.20.0.ebuild
68 @@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
69 LICENSE="LGPL-2.1"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 -IUSE="consolekit gtk selinux systemd"
73 +IUSE="gtk selinux systemd"
74
75 CDEPEND="
76 dev-libs/glib:2
77 @@ -24,7 +24,6 @@ CDEPEND="
78 x11-libs/libXrandr
79 x11-libs/libX11
80 x11-libs/libXinerama
81 - consolekit? ( sys-auth/consolekit sys-apps/dbus )
82 gtk? ( x11-libs/gtk+:3 )
83 systemd? ( sys-apps/systemd )"
84 DEPEND="${CDEPEND}
85 @@ -38,9 +37,7 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r
86
87 src_configure() {
88 local opt=()
89 - if use consolekit; then
90 - opt+=( --with-session-info=console-kit )
91 - elif use systemd; then
92 + if use systemd; then
93 opt+=( --with-session-info=systemd )
94 else
95 opt+=( --with-session-info=none )