Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.0.0-r1.ebuild qemu-2.0.0.ebuild ChangeLog
Date: Sat, 31 May 2014 16:14:49
Message-Id: 20140531161444.3974D2004E@flycatcher.gentoo.org
1 vapier 14/05/31 16:14:44
2
3 Modified: qemu-2.0.0-r1.ebuild qemu-2.0.0.ebuild ChangeLog
4 Log:
5 Update seabios dep to match what is included in the source #510680 by Pat Erley.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 app-emulation/qemu/qemu-2.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: qemu-2.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qemu-2.0.0-r1.ebuild 31 May 2014 16:03:53 -0000 1.1
23 +++ qemu-2.0.0-r1.ebuild 31 May 2014 16:14:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 1.1 2014/05/31 16:03:53 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 1.2 2014/05/31 16:14:44 vapier Exp $
29
30 EAPI=5
31
32 @@ -90,13 +90,13 @@
33 !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
34 qemu_softmmu_targets_i386? (
35 >=sys-firmware/ipxe-1.0.0_p20130624
36 - ~sys-firmware/seabios-1.7.3.2
37 + ~sys-firmware/seabios-1.7.4
38 ~sys-firmware/sgabios-0.1_pre8
39 ~sys-firmware/vgabios-0.7a
40 )
41 qemu_softmmu_targets_x86_64? (
42 >=sys-firmware/ipxe-1.0.0_p20130624
43 - ~sys-firmware/seabios-1.7.3.2
44 + ~sys-firmware/seabios-1.7.4
45 ~sys-firmware/sgabios-0.1_pre8
46 ~sys-firmware/vgabios-0.7a
47 )
48
49
50
51 1.8 app-emulation/qemu/qemu-2.0.0.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild?rev=1.8&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild?rev=1.8&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild?r1=1.7&r2=1.8
56
57 Index: qemu-2.0.0.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v
60 retrieving revision 1.7
61 retrieving revision 1.8
62 diff -u -r1.7 -r1.8
63 --- qemu-2.0.0.ebuild 31 May 2014 16:02:42 -0000 1.7
64 +++ qemu-2.0.0.ebuild 31 May 2014 16:14:44 -0000 1.8
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.7 2014/05/31 16:02:42 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.8 2014/05/31 16:14:44 vapier Exp $
70
71 EAPI=5
72
73 @@ -90,13 +90,13 @@
74 !static-user? ( ${USER_LIB_DEPEND//\[static-libs(+)]} )
75 qemu_softmmu_targets_i386? (
76 >=sys-firmware/ipxe-1.0.0_p20130624
77 - ~sys-firmware/seabios-1.7.3.2
78 + ~sys-firmware/seabios-1.7.4
79 ~sys-firmware/sgabios-0.1_pre8
80 ~sys-firmware/vgabios-0.7a
81 )
82 qemu_softmmu_targets_x86_64? (
83 >=sys-firmware/ipxe-1.0.0_p20130624
84 - ~sys-firmware/seabios-1.7.3.2
85 + ~sys-firmware/seabios-1.7.4
86 ~sys-firmware/sgabios-0.1_pre8
87 ~sys-firmware/vgabios-0.7a
88 )
89
90
91
92 1.263 app-emulation/qemu/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.263&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.263&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.262&r2=1.263
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
101 retrieving revision 1.262
102 retrieving revision 1.263
103 diff -u -r1.262 -r1.263
104 --- ChangeLog 31 May 2014 16:03:53 -0000 1.262
105 +++ ChangeLog 31 May 2014 16:14:44 -0000 1.263
106 @@ -1,6 +1,11 @@
107 # ChangeLog for app-emulation/qemu
108 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.262 2014/05/31 16:03:53 vapier Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.263 2014/05/31 16:14:44 vapier Exp $
111 +
112 + 31 May 2014; Mike Frysinger <vapier@g.o> qemu-2.0.0-r1.ebuild,
113 + qemu-2.0.0.ebuild:
114 + Update seabios dep to match what is included in the source #510680 by Pat
115 + Erley.
116
117 *qemu-2.0.0-r1 (31 May 2014)