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/qemu: qemu-9999.ebuild ChangeLog
Date: Sat, 25 Jul 2015 19:30:21
Message-Id: 20150725193013.DC058C3@oystercatcher.gentoo.org
1 cardoe 15/07/25 19:30:13
2
3 Modified: qemu-9999.ebuild ChangeLog
4 Log:
5 Upstream made VNC WebSockets unconditional. As of commit
6 8e9b0d24fb986d4241ae3b77752eca5dab4cb486 --{enable,disable}-vnc-wc
7 has been removed. Thanks to Daniel Scharrer <daniel@×××××××××.org> for
8 noticing this. fixes bug #555834.
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A2BC03DC87ED1BD4!)
11
12 Revision Changes Path
13 1.103 app-emulation/qemu/qemu-9999.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.103&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.103&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.102&r2=1.103
18
19 Index: qemu-9999.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
22 retrieving revision 1.102
23 retrieving revision 1.103
24 diff -u -r1.102 -r1.103
25 --- qemu-9999.ebuild 20 Jul 2015 02:19:35 -0000 1.102
26 +++ qemu-9999.ebuild 25 Jul 2015 19:30:13 -0000 1.103
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.102 2015/07/20 02:19:35 vapier Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.103 2015/07/25 19:30:13 cardoe Exp $
32
33 EAPI=5
34
35 @@ -360,7 +360,6 @@
36 $(conf_softmmu spice)
37 $(conf_softmmu ssh libssh2)
38 $(conf_softmmu tls vnc-tls)
39 - $(conf_softmmu tls vnc-ws)
40 $(conf_softmmu usb libusb)
41 $(conf_softmmu usbredir usb-redir)
42 $(conf_softmmu uuid)
43
44
45
46 1.337 app-emulation/qemu/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.337&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.337&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.336&r2=1.337
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
55 retrieving revision 1.336
56 retrieving revision 1.337
57 diff -u -r1.336 -r1.337
58 --- ChangeLog 20 Jul 2015 02:33:42 -0000 1.336
59 +++ ChangeLog 25 Jul 2015 19:30:13 -0000 1.337
60 @@ -1,6 +1,12 @@
61 # ChangeLog for app-emulation/qemu
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.336 2015/07/20 02:33:42 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.337 2015/07/25 19:30:13 cardoe Exp $
65 +
66 + 25 Jul 2015; Doug Goldstein <cardoe@g.o> qemu-9999.ebuild:
67 + Upstream made VNC WebSockets unconditional. As of commit
68 + 8e9b0d24fb986d4241ae3b77752eca5dab4cb486 --{enable,disable}-vnc-wc
69 + has been removed. Thanks to Daniel Scharrer <daniel@×××××××××.org> for
70 + noticing this. fixes bug #555834
71
72 20 Jul 2015; Mike Frysinger <vapier@g.o> metadata.xml:
73 Use the herd tag only so people assign bugs correctly.