swift       14/11/02 11:57:18

  Modified:             qemu-9999.ebuild qemu-2.1.1.ebuild
                        qemu-2.1.2.ebuild qemu-2.1.2-r1.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.91                 app-emulation/qemu/qemu-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.90&r2=1.91

Index: qemu-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- qemu-9999.ebuild    26 Sep 2014 15:44:01 -0000      1.90
+++ qemu-9999.ebuild    2 Nov 2014 11:57:18 -0000       1.91
@@ -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/qemu/qemu-9999.ebuild,v 1.90 
2014/09/26 15:44:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.91 
2014/11/02 11:57:18 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,7 @@
                sys-firmware/sgabios
                sys-firmware/vgabios
        )"
-RDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
+CDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
        !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
        qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} )
        qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
@@ -124,14 +124,13 @@
        pulseaudio? ( media-sound/pulseaudio )
        python? ( ${PYTHON_DEPS} )
        sdl? ( media-libs/libsdl[X] )
-       selinux? ( sec-policy/selinux-qemu )
        smartcard? ( dev-libs/nss !app-emulation/libcacard )
        spice? ( >=app-emulation/spice-protocol-0.12.3 )
        systemtap? ( dev-util/systemtap )
        usbredir? ( >=sys-apps/usbredir-0.6 )
        virtfs? ( sys-libs/libcap )
        xen? ( app-emulation/xen-tools )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        dev-lang/perl
        =dev-lang/python-2*
        sys-apps/texinfo
@@ -144,6 +143,9 @@
                dev-libs/glib[utils]
                sys-devel/bc
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-qemu )
+"
 
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 



1.5                  app-emulation/qemu/qemu-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?r1=1.4&r2=1.5

Index: qemu-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qemu-2.1.1.ebuild   23 Oct 2014 14:53:45 -0000      1.4
+++ qemu-2.1.1.ebuild   2 Nov 2014 11:57:18 -0000       1.5
@@ -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/qemu/qemu-2.1.1.ebuild,v 1.4 
2014/10/23 14:53:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild,v 1.5 
2014/11/02 11:57:18 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,7 @@
                sys-firmware/sgabios
                sys-firmware/vgabios
        )"
-RDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
+CDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
        !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
        qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} )
        qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
@@ -124,14 +124,13 @@
        pulseaudio? ( media-sound/pulseaudio )
        python? ( ${PYTHON_DEPS} )
        sdl? ( media-libs/libsdl[X] )
-       selinux? ( sec-policy/selinux-qemu )
        smartcard? ( dev-libs/nss !app-emulation/libcacard )
        spice? ( >=app-emulation/spice-protocol-0.12.3 )
        systemtap? ( dev-util/systemtap )
        usbredir? ( >=sys-apps/usbredir-0.6 )
        virtfs? ( sys-libs/libcap )
        xen? ( app-emulation/xen-tools )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        dev-lang/perl
        =dev-lang/python-2*
        sys-apps/texinfo
@@ -144,6 +143,9 @@
                dev-libs/glib[utils]
                sys-devel/bc
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-qemu )
+"
 
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 



1.2                  app-emulation/qemu/qemu-2.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2.ebuild?r1=1.1&r2=1.2

Index: qemu-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemu-2.1.2.ebuild   16 Oct 2014 13:21:59 -0000      1.1
+++ qemu-2.1.2.ebuild   2 Nov 2014 11:57:18 -0000       1.2
@@ -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/qemu/qemu-2.1.2.ebuild,v 1.1 
2014/10/16 13:21:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2.ebuild,v 1.2 
2014/11/02 11:57:18 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,7 @@
                sys-firmware/sgabios
                sys-firmware/vgabios
        )"
-RDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
+CDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
        !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
        qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} )
        qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
@@ -124,14 +124,13 @@
        pulseaudio? ( media-sound/pulseaudio )
        python? ( ${PYTHON_DEPS} )
        sdl? ( media-libs/libsdl[X] )
-       selinux? ( sec-policy/selinux-qemu )
        smartcard? ( dev-libs/nss !app-emulation/libcacard )
        spice? ( >=app-emulation/spice-protocol-0.12.3 )
        systemtap? ( dev-util/systemtap )
        usbredir? ( >=sys-apps/usbredir-0.6 )
        virtfs? ( sys-libs/libcap )
        xen? ( app-emulation/xen-tools )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        dev-lang/perl
        =dev-lang/python-2*
        sys-apps/texinfo
@@ -144,6 +143,9 @@
                dev-libs/glib[utils]
                sys-devel/bc
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-qemu )
+"
 
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 



1.2                  app-emulation/qemu/qemu-2.1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r1.ebuild?r1=1.1&r2=1.2

Index: qemu-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemu-2.1.2-r1.ebuild        31 Oct 2014 00:17:46 -0000      1.1
+++ qemu-2.1.2-r1.ebuild        2 Nov 2014 11:57:18 -0000       1.2
@@ -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/qemu/qemu-2.1.2-r1.ebuild,v 
1.1 2014/10/31 00:17:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r1.ebuild,v 
1.2 2014/11/02 11:57:18 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,7 @@
                sys-firmware/sgabios
                sys-firmware/vgabios
        )"
-RDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
+CDEPEND="!static-softmmu? ( ${SOFTMMU_LIB_DEPEND//\[static-libs(+)]} )
        !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
        qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} )
        qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
@@ -124,14 +124,13 @@
        pulseaudio? ( media-sound/pulseaudio )
        python? ( ${PYTHON_DEPS} )
        sdl? ( media-libs/libsdl[X] )
-       selinux? ( sec-policy/selinux-qemu )
        smartcard? ( dev-libs/nss !app-emulation/libcacard )
        spice? ( >=app-emulation/spice-protocol-0.12.3 )
        systemtap? ( dev-util/systemtap )
        usbredir? ( >=sys-apps/usbredir-0.6 )
        virtfs? ( sys-libs/libcap )
        xen? ( app-emulation/xen-tools )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        dev-lang/perl
        =dev-lang/python-2*
        sys-apps/texinfo
@@ -144,6 +143,9 @@
                dev-libs/glib[utils]
                sys-devel/bc
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-qemu )
+"
 
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 



1.302                app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.302&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.302&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.301&r2=1.302

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog   31 Oct 2014 00:17:46 -0000      1.301
+++ ChangeLog   2 Nov 2014 11:57:18 -0000       1.302
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.301 
2014/10/31 00:17:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.302 
2014/11/02 11:57:18 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> qemu-2.1.1.ebuild,
+  qemu-2.1.2-r1.ebuild, qemu-2.1.2.ebuild, qemu-9999.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
 *qemu-2.1.2-r1 (31 Oct 2014)
 




Reply via email to