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: Sun, 29 Jan 2012 12:18:47
Message-Id: 20120129121834.2A32F2004B@flycatcher.gentoo.org
1 slyfox 12/01/29 12:18:34
2
3 Modified: qemu-9999.ebuild ChangeLog
4 Log:
5 Respect user's decision whether to generate debug info when build stuff (related to bug #355861 by Andrew Savchenko). Drop outdated seding of Makefiles.
6
7 (Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 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.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.14&r2=1.15
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.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- qemu-9999.ebuild 27 Jan 2012 21:35:16 -0000 1.14
23 +++ qemu-9999.ebuild 29 Jan 2012 12:18:34 -0000 1.15
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.14 2012/01/27 21:35:16 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.15 2012/01/29 12:18:34 slyfox Exp $
29
30 EAPI=4
31
32 @@ -131,11 +131,11 @@
33 src_prepare() {
34 # prevent docs to get automatically installed
35 sed -i '/$(DESTDIR)$(docdir)/d' Makefile || die
36 - # Alter target makefiles to accept CFLAGS set via flag-o
37 - sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \
38 - Makefile Makefile.target || die
39 - # append CFLAGS while linking
40 - sed -i 's/$(LDFLAGS)/$(QEMU_CFLAGS) $(CFLAGS) $(LDFLAGS)/' rules.mak || die
41 +
42 + # drop '-g' by default as it tends to eat
43 + # A LOT (~2GB) of ram for each job #355861
44 + sed -e 's/CFLAGS="-g $CFLAGS"/CFLAGS="$CFLAGS"/g' \
45 + -i configure || die
46
47 # Fix underlinking.
48 # Fault reproducer: USE=nss QEMU_SOFTMMU_TARGETS=lm32 QEMU_USER_TARGETS=
49
50
51
52 1.102 app-emulation/qemu/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.102&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.102&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.101&r2=1.102
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
61 retrieving revision 1.101
62 retrieving revision 1.102
63 diff -u -r1.101 -r1.102
64 --- ChangeLog 28 Jan 2012 11:45:00 -0000 1.101
65 +++ ChangeLog 29 Jan 2012 12:18:34 -0000 1.102
66 @@ -1,6 +1,12 @@
67 # ChangeLog for app-emulation/qemu
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.101 2012/01/28 11:45:00 slyfox Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.102 2012/01/29 12:18:34 slyfox Exp $
71 +
72 + 29 Jan 2012; Sergei Trofimovich <slyfox@g.o> qemu-1.0-r2.ebuild,
73 + qemu-9999.ebuild:
74 + Respect user's decision whether to generate debug info when build stuff
75 + (related to bug #355861 by Andrew Savchenko). Drop outdated seding of
76 + Makefiles.
77
78 *qemu-0.11.1-r1 (28 Jan 2012)