cardoe 15/07/25 19:30:13
Modified: qemu-9999.ebuild ChangeLog
Log:
Upstream made VNC WebSockets unconditional. As of commit
8e9b0d24fb986d4241ae3b77752eca5dab4cb486 --{enable,disable}-vnc-wc
has been removed. Thanks to Daniel Scharrer <[email protected]> for
noticing this. fixes bug #555834.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
A2BC03DC87ED1BD4!)
Revision Changes Path
1.103 app-emulation/qemu/qemu-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.103&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.103&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.102&r2=1.103
Index: qemu-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- qemu-9999.ebuild 20 Jul 2015 02:19:35 -0000 1.102
+++ qemu-9999.ebuild 25 Jul 2015 19:30:13 -0000 1.103
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.102
2015/07/20 02:19:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.103
2015/07/25 19:30:13 cardoe Exp $
EAPI=5
@@ -360,7 +360,6 @@
$(conf_softmmu spice)
$(conf_softmmu ssh libssh2)
$(conf_softmmu tls vnc-tls)
- $(conf_softmmu tls vnc-ws)
$(conf_softmmu usb libusb)
$(conf_softmmu usbredir usb-redir)
$(conf_softmmu uuid)
1.337 app-emulation/qemu/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.337&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.337&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.336&r2=1.337
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog 20 Jul 2015 02:33:42 -0000 1.336
+++ ChangeLog 25 Jul 2015 19:30:13 -0000 1.337
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/qemu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.336
2015/07/20 02:33:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.337
2015/07/25 19:30:13 cardoe Exp $
+
+ 25 Jul 2015; Doug Goldstein <[email protected]> qemu-9999.ebuild:
+ Upstream made VNC WebSockets unconditional. As of commit
+ 8e9b0d24fb986d4241ae3b77752eca5dab4cb486 --{enable,disable}-vnc-wc
+ has been removed. Thanks to Daniel Scharrer <[email protected]> for
+ noticing this. fixes bug #555834
20 Jul 2015; Mike Frysinger <[email protected]> metadata.xml:
Use the herd tag only so people assign bugs correctly.