Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild ChangeLog
Date: Fri, 31 May 2013 14:20:50
Message-Id: 20130531142045.CD3D72171D@flycatcher.gentoo.org
1 slyfox 13/05/31 14:20:45
2
3 Modified: qemu-9999.ebuild ChangeLog
4 Log:
5 Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was renamed to --enable-glx.
6
7 (Portage version: 2.2.0_alpha170_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.51 app-emulation/qemu/qemu-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.50&r2=1.51
15
16 Index: qemu-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- qemu-9999.ebuild 30 May 2013 15:56:30 -0000 1.50
23 +++ qemu-9999.ebuild 31 May 2013 14:20:45 -0000 1.51
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.50 2013/05/30 15:56:30 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.51 2013/05/31 14:20:45 slyfox Exp $
29
30 EAPI=5
31
32 @@ -17,6 +17,7 @@
33 inherit git-2
34 SRC_URI=""
35 KEYWORDS=""
36 + BACKPORTS="" # live does not need backporting
37 else
38 SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2
39 ${BACKPORTS:+
40 @@ -286,7 +287,7 @@
41 conf_opts+=" $(use_enable kernel_linux kvm)"
42 conf_opts+=" $(use_enable kernel_linux nptl)"
43 conf_opts+=" $(use_enable ncurses curses)"
44 - conf_opts+=" $(use_enable opengl)"
45 + conf_opts+=" $(use_enable opengl glx)"
46 conf_opts+=" $(use_enable png vnc-png)"
47 conf_opts+=" $(use_enable rbd)"
48 conf_opts+=" $(use_enable sasl vnc-sasl)"
49
50
51
52 1.214 app-emulation/qemu/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.214&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.214&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.213&r2=1.214
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
61 retrieving revision 1.213
62 retrieving revision 1.214
63 diff -u -r1.213 -r1.214
64 --- ChangeLog 30 May 2013 15:56:30 -0000 1.213
65 +++ ChangeLog 31 May 2013 14:20:45 -0000 1.214
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-emulation/qemu
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.213 2013/05/30 15:56:30 cardoe Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.214 2013/05/31 14:20:45 slyfox Exp $
71 +
72 + 31 May 2013; Sergei Trofimovich <slyfox@g.o> qemu-9999.ebuild:
73 + Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was
74 + renamed to --enable-glx.
75
76 30 May 2013; Doug Goldstein <cardoe@g.o> qemu-9999.ebuild:
77 Updates to the live ebuild