Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice-vdagent: metadata.xml ChangeLog spice-vdagent-0.10.1.ebuild spice-vdagent-0.8.0.ebuild spice-vdagent-0.8.1.ebuild
Date: Sun, 08 Jul 2012 03:20:43
Message-Id: 20120708032031.ECDDD20063@flycatcher.gentoo.org
1 cardoe 12/07/08 03:20:31
2
3 Modified: metadata.xml ChangeLog
4 Added: spice-vdagent-0.10.1.ebuild
5 Removed: spice-vdagent-0.8.0.ebuild
6 spice-vdagent-0.8.1.ebuild
7 Log:
8 Version bump. Check for CONFIG_VIRTIO_CONSOLE since its necessary. Check if we should use /dev/uinput or /dev/input/uinput on startup. bug #378833
9
10 (Portage version: 2.1.10.65/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.3 app-emulation/spice-vdagent/metadata.xml
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/metadata.xml?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/metadata.xml?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/metadata.xml?r1=1.2&r2=1.3
18
19 Index: metadata.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/metadata.xml,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- metadata.xml 23 Sep 2011 21:39:54 -0000 1.2
26 +++ metadata.xml 8 Jul 2012 03:20:31 -0000 1.3
27 @@ -1,6 +1,7 @@
28 <?xml version="1.0" encoding="UTF-8"?>
29 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 <pkgmetadata>
31 + <herd>virtualization</herd>
32 <maintainer>
33 <email>dev-zero@g.o</email>
34 <name>Tiziano Müller</name>
35
36
37
38 1.6 app-emulation/spice-vdagent/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?r1=1.5&r2=1.6
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ChangeLog 3 May 2012 18:49:05 -0000 1.5
51 +++ ChangeLog 8 Jul 2012 03:20:31 -0000 1.6
52 @@ -1,6 +1,14 @@
53 # ChangeLog for app-emulation/spice-vdagent
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v 1.5 2012/05/03 18:49:05 jdhore Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v 1.6 2012/07/08 03:20:31 cardoe Exp $
57 +
58 +*spice-vdagent-0.10.1 (07 Jul 2012)
59 +
60 + 07 Jul 2012; Doug Goldstein <cardoe@g.o> -spice-vdagent-0.8.0.ebuild,
61 + -spice-vdagent-0.8.1.ebuild, +spice-vdagent-0.10.1.ebuild,
62 + +files/spice-vdagent.confd-2, +files/spice-vdagent.initd-2:
63 + Version bump. Check for CONFIG_VIRTIO_CONSOLE since its necessary. Check if
64 + we should use /dev/uinput or /dev/input/uinput on startup. bug #378833
65
66 03 May 2012; Jeff Horelick <jdhore@g.o> spice-vdagent-0.8.0.ebuild,
67 spice-vdagent-0.8.1.ebuild, spice-vdagent-0.8.1-r1.ebuild:
68
69
70
71 1.1 app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: spice-vdagent-0.10.1.ebuild
77 ===================================================================
78 # Copyright 1999-2012 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild,v 1.1 2012/07/08 03:20:31 cardoe Exp $
81
82 EAPI=4
83
84 inherit linux-info
85
86 DESCRIPTION="SPICE VD Linux Guest Agent."
87 HOMEPAGE="http://spice-space.org/"
88 SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
89
90 LICENSE="LGPL-2.1"
91 SLOT="0"
92 KEYWORDS="~amd64"
93 IUSE="+consolekit"
94
95 RDEPEND="x11-libs/libXfixes
96 x11-libs/libXrandr
97 x11-libs/libX11
98 >=app-emulation/spice-protocol-0.10.1
99 consolekit? ( sys-auth/consolekit sys-apps/dbus )"
100 DEPEND="virtual/pkgconfig
101 ${RDEPEND}"
102
103 CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
104 ERROR_INPUT_UINPUT="User level input support is required"
105 ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
106
107 src_configure() {
108 econf \
109 --localstatedir=/var \
110 $(use_enable consolekit console-kit)
111 }
112
113 src_install() {
114 default
115
116 rm -rf "${D}"/etc/{rc,tmpfiles}.d
117
118 keepdir /var/run/spice-vdagentd
119 keepdir /var/log/spice-vdagentd
120
121 newinitd "${FILESDIR}/${PN}.initd-2" "${PN}"
122 newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
123 }