Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.1.1.ebuild qemu-9999.ebuild ChangeLog
Date: Fri, 26 Sep 2014 15:44:06
Message-Id: 20140926154401.758D96562@oystercatcher.gentoo.org
1 floppym 14/09/26 15:44:01
2
3 Modified: qemu-2.1.1.ebuild qemu-9999.ebuild ChangeLog
4 Log:
5 Utilize PYTHON_REQUIRED_USE unconditionally. We always need at least one python version enabled for building.
6
7 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 app-emulation/qemu/qemu-2.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qemu-2.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qemu-2.1.1.ebuild 12 Sep 2014 07:01:42 -0000 1.1
23 +++ qemu-2.1.1.ebuild 26 Sep 2014 15:44:01 -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.1.1.ebuild,v 1.1 2014/09/12 07:01:42 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.1.ebuild,v 1.2 2014/09/26 15:44:01 floppym Exp $
29
30 EAPI=5
31
32 @@ -52,7 +52,7 @@
33 # Require at least one softmmu or user target.
34 # Block USE flag configurations known to not work.
35 REQUIRED_USE="|| ( ${use_targets} )
36 - python? ( ${PYTHON_REQUIRED_USE} )
37 + ${PYTHON_REQUIRED_USE}
38 qemu_softmmu_targets_arm? ( fdt )
39 qemu_softmmu_targets_microblaze? ( fdt )
40 qemu_softmmu_targets_ppc? ( fdt )
41
42
43
44 1.90 app-emulation/qemu/qemu-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.90&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.90&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.89&r2=1.90
49
50 Index: qemu-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
53 retrieving revision 1.89
54 retrieving revision 1.90
55 diff -u -r1.89 -r1.90
56 --- qemu-9999.ebuild 6 Sep 2014 10:15:43 -0000 1.89
57 +++ qemu-9999.ebuild 26 Sep 2014 15:44:01 -0000 1.90
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.89 2014/09/06 10:15:43 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.90 2014/09/26 15:44:01 floppym Exp $
63
64 EAPI=5
65
66 @@ -52,7 +52,7 @@
67 # Require at least one softmmu or user target.
68 # Block USE flag configurations known to not work.
69 REQUIRED_USE="|| ( ${use_targets} )
70 - python? ( ${PYTHON_REQUIRED_USE} )
71 + ${PYTHON_REQUIRED_USE}
72 qemu_softmmu_targets_arm? ( fdt )
73 qemu_softmmu_targets_microblaze? ( fdt )
74 qemu_softmmu_targets_ppc? ( fdt )
75
76
77
78 1.297 app-emulation/qemu/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.297&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.297&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.296&r2=1.297
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
87 retrieving revision 1.296
88 retrieving revision 1.297
89 diff -u -r1.296 -r1.297
90 --- ChangeLog 13 Sep 2014 17:11:54 -0000 1.296
91 +++ ChangeLog 26 Sep 2014 15:44:01 -0000 1.297
92 @@ -1,6 +1,11 @@
93 # ChangeLog for app-emulation/qemu
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.296 2014/09/13 17:11:54 ago Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.297 2014/09/26 15:44:01 floppym Exp $
97 +
98 + 26 Sep 2014; Mike Gilbert <floppym@g.o> qemu-2.1.1.ebuild,
99 + qemu-9999.ebuild:
100 + Utilize PYTHON_REQUIRED_USE unconditionally. We always need at least one
101 + python version enabled for building.
102
103 13 Sep 2014; Agostino Sarubbo <ago@g.o>
104 -files/qemu-2.0.0-CVE-2013-4541.patch, -files/qemu-2.0.0-CVE-2014-0222.patch,