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 15:35:46
Message-Id: 20130531153540.617702171D@flycatcher.gentoo.org
1 slyfox 13/05/31 15:35:40
2
3 Modified: qemu-9999.ebuild ChangeLog
4 Log:
5 Added system target: moxie; user targets: mips64, mips64el, mipsn32, mipsn32el.
6
7 (Portage version: 2.2.0_alpha177_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.52 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.52&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.51&r2=1.52
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.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- qemu-9999.ebuild 31 May 2013 14:20:45 -0000 1.51
23 +++ qemu-9999.ebuild 31 May 2013 15:35:40 -0000 1.52
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.51 2013/05/31 14:20:45 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.52 2013/05/31 15:35:40 slyfox Exp $
29
30 EAPI=5
31
32 @@ -37,9 +37,9 @@
33 virtfs +vnc xattr xen xfs"
34
35 COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips
36 -mipsel or32 ppc ppc64 sh4 sh4eb sparc sparc64 s390x unicore32"
37 -IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 mips64 mips64el ppcemb xtensa xtensaeb"
38 -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus"
39 +mipsel mips64 mips64el or32 ppc ppc64 sh4 sh4eb sparc sparc64 s390x unicore32"
40 +IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb xtensa xtensaeb"
41 +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 sparc32plus"
42
43 # Setup the default SoftMMU targets, while using the loops
44 # below to setup the other targets.
45 @@ -445,7 +445,7 @@
46 mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/QMP/"
47
48 cd "${S}"
49 - dodoc Changelog MAINTAINERS TODO docs/specs/pci-ids.txt
50 + dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
51 newdoc pc-bios/README README.pc-bios
52 dodoc QMP/qmp-commands.txt QMP/qmp-events.txt QMP/qmp-spec.txt
53
54
55
56
57 1.215 app-emulation/qemu/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.215&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.215&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.214&r2=1.215
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
66 retrieving revision 1.214
67 retrieving revision 1.215
68 diff -u -r1.214 -r1.215
69 --- ChangeLog 31 May 2013 14:20:45 -0000 1.214
70 +++ ChangeLog 31 May 2013 15:35:40 -0000 1.215
71 @@ -1,6 +1,10 @@
72 # ChangeLog for app-emulation/qemu
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.214 2013/05/31 14:20:45 slyfox Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.215 2013/05/31 15:35:40 slyfox Exp $
76 +
77 + 31 May 2013; Sergei Trofimovich <slyfox@g.o> qemu-9999.ebuild:
78 + Added system target: moxie; user targets: mips64, mips64el, mipsn32,
79 + mipsn32el.
80
81 31 May 2013; Sergei Trofimovich <slyfox@g.o> qemu-9999.ebuild:
82 Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was