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: Mon, 05 Nov 2012 06:43:12
Message-Id: 20121105064254.192BD215F3@flycatcher.gentoo.org
1 slyfox 12/11/05 06:42:54
2
3 Modified: qemu-9999.ebuild ChangeLog
4 Log:
5 Once againt readd or32 target (OpenRISC). Added nore binaries to RWX exempt list: qemu-{microblazeel,or32,s390x,unicore32}. unicore32 got system target implementation.
6
7 (Portage version: 2.2.0_alpha142_p5/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.32 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.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.31&r2=1.32
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.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- qemu-9999.ebuild 5 Nov 2012 05:32:44 -0000 1.31
23 +++ qemu-9999.ebuild 5 Nov 2012 06:42:53 -0000 1.32
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.31 2012/11/05 05:32:44 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.32 2012/11/05 06:42:53 slyfox Exp $
29
30 EAPI="4"
31
32 @@ -33,9 +33,9 @@
33 sdl smartcard spice static systemtap tci +threads tls usbredir +uuid vde \
34 +vhost-net virtfs +vnc xattr xen xfs"
35
36 -COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x"
37 +COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel or32 ppc ppc64 sh4 sh4eb sparc sparc64 s390x unicore32"
38 IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 mips64 mips64el ppcemb xtensa xtensaeb"
39 -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus unicore32"
40 +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus"
41
42 # Setup the default SoftMMU targets, while using the loops
43 # below to setup the other targets.
44 @@ -121,8 +121,10 @@
45 usr/bin/qemu-cris
46 usr/bin/qemu-m68k
47 usr/bin/qemu-microblaze
48 + usr/bin/qemu-microblazeel
49 usr/bin/qemu-mips
50 usr/bin/qemu-mipsel
51 + usr/bin/qemu-or32
52 usr/bin/qemu-ppc
53 usr/bin/qemu-ppc64
54 usr/bin/qemu-ppc64abi32
55 @@ -131,7 +133,9 @@
56 usr/bin/qemu-sparc
57 usr/bin/qemu-sparc64
58 usr/bin/qemu-armeb
59 - usr/bin/qemu-sparc32plus"
60 + usr/bin/qemu-s390x
61 + usr/bin/qemu-sparc32plus
62 + usr/bin/qemu-unicore32"
63
64 pkg_pretend() {
65 if use kernel_linux && kernel_is lt 2 6 25; then
66
67
68
69 1.143 app-emulation/qemu/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.143&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.143&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.142&r2=1.143
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
78 retrieving revision 1.142
79 retrieving revision 1.143
80 diff -u -r1.142 -r1.143
81 --- ChangeLog 5 Nov 2012 05:32:44 -0000 1.142
82 +++ ChangeLog 5 Nov 2012 06:42:53 -0000 1.143
83 @@ -1,6 +1,11 @@
84 # ChangeLog for app-emulation/qemu
85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.142 2012/11/05 05:32:44 cardoe Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.143 2012/11/05 06:42:53 slyfox Exp $
88 +
89 + 05 Nov 2012; Sergei Trofimovich <slyfox@g.o> qemu-9999.ebuild:
90 + Once againt readd or32 target (OpenRISC). Added nore binaries to RWX exempt
91 + list: qemu-{microblazeel,or32,s390x,unicore32}. unicore32 got system target
92 + implementation.
93
94 05 Nov 2012; Doug Goldstein <cardoe@g.o> qemu-1.2.0.ebuild,
95 qemu-9999.ebuild: