swift 14/11/02 08:03:31
Modified: spice-vdagent-0.8.1-r1.ebuild
spice-vdagent-0.10.1.ebuild
spice-vdagent-0.12.0.ebuild ChangeLog
Log:
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
#527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0x2EDD52403B68AF47)
Revision Changes Path
1.6 app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild?r1=1.5&r2=1.6
Index: spice-vdagent-0.8.1-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spice-vdagent-0.8.1-r1.ebuild 6 Aug 2014 06:44:37 -0000 1.5
+++ spice-vdagent-0.8.1-r1.ebuild 2 Nov 2014 08:03:31 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild,v
1.5 2014/08/06 06:44:37 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild,v
1.6 2014/11/02 08:03:31 swift Exp $
EAPI=4
@@ -15,14 +15,15 @@
KEYWORDS="~amd64"
IUSE="+consolekit selinux"
-RDEPEND="x11-libs/libXfixes
+CDEPEND="x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libX11
>=app-emulation/spice-protocol-0.8.1
- consolekit? ( sys-auth/consolekit sys-apps/dbus )
- selinux? ( sec-policy/selinux-vdagent )"
+ consolekit? ( sys-auth/consolekit sys-apps/dbus )"
DEPEND="virtual/pkgconfig
- ${RDEPEND}"
+ ${CDEPEND}"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-vdagent )"
CONFIG_CHECK="~INPUT_UINPUT"
ERROR_INPUT_UINPUT="User level driver support is required to run the
spice-vdagent daemon"
1.7 app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild?r1=1.6&r2=1.7
Index: spice-vdagent-0.10.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spice-vdagent-0.10.1.ebuild 6 Aug 2014 06:44:37 -0000 1.6
+++ spice-vdagent-0.10.1.ebuild 2 Nov 2014 08:03:31 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild,v
1.6 2014/08/06 06:44:37 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.10.1.ebuild,v
1.7 2014/11/02 08:03:31 swift Exp $
EAPI=4
@@ -15,16 +15,17 @@
KEYWORDS="~amd64 ~x86"
IUSE="+consolekit selinux"
-RDEPEND="x11-libs/libXfixes
+CDEPEND="x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libX11
x11-libs/libXinerama
>=x11-libs/libpciaccess-0.10
>=app-emulation/spice-protocol-0.10.1
- consolekit? ( sys-auth/consolekit sys-apps/dbus )
- selinux? ( sec-policy/selinux-vdagent )"
+ consolekit? ( sys-auth/consolekit sys-apps/dbus )"
DEPEND="virtual/pkgconfig
- ${RDEPEND}"
+ ${CDEPEND}"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-vdagent )"
CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
ERROR_INPUT_UINPUT="User level input support is required"
1.4 app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild?r1=1.3&r2=1.4
Index: spice-vdagent-0.12.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spice-vdagent-0.12.0.ebuild 6 Aug 2014 06:44:37 -0000 1.3
+++ spice-vdagent-0.12.0.ebuild 2 Nov 2014 08:03:31 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild,v
1.3 2014/08/06 06:44:37 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.12.0.ebuild,v
1.4 2014/11/02 08:03:31 swift Exp $
EAPI=4
@@ -15,16 +15,17 @@
KEYWORDS="~amd64 ~x86"
IUSE="+consolekit selinux"
-RDEPEND="x11-libs/libXfixes
+CDEPEND="x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libX11
x11-libs/libXinerama
>=x11-libs/libpciaccess-0.10
>=app-emulation/spice-protocol-0.10.1
- consolekit? ( sys-auth/consolekit sys-apps/dbus )
- selinux? ( sec-policy/selinux-vdagent )"
+ consolekit? ( sys-auth/consolekit sys-apps/dbus )"
DEPEND="virtual/pkgconfig
- ${RDEPEND}"
+ ${CDEPEND}"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-vdagent )"
CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
ERROR_INPUT_UINPUT="User level input support is required"
1.13 app-emulation/spice-vdagent/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-vdagent/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 6 Aug 2014 06:44:37 -0000 1.12
+++ ChangeLog 2 Nov 2014 08:03:31 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/spice-vdagent
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v
1.12 2014/08/06 06:44:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/ChangeLog,v
1.13 2014/11/02 08:03:31 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <[email protected]> spice-vdagent-0.10.1.ebuild,
+ spice-vdagent-0.12.0.ebuild, spice-vdagent-0.8.1-r1.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
06 Aug 2014; Patrick Lauer <[email protected]> spice-vdagent-0.10.1.ebuild,
spice-vdagent-0.12.0.ebuild, spice-vdagent-0.8.1-r1.ebuild: