Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-3.3.0.ebuild ChangeLog
Date: Sun, 26 Apr 2009 13:02:34
Message-Id: E1Ly407-0004Qe-AU@stork.gentoo.org
1 patrick 09/04/26 13:02:31
2
3 Modified: xen-3.3.0.ebuild ChangeLog
4 Log:
5 Fix gcc 4.3 compile failure, part of #259670
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-emulation/xen/xen-3.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xen-3.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xen-3.3.0.ebuild 1 Sep 2008 00:30:53 -0000 1.1
22 +++ xen-3.3.0.ebuild 26 Apr 2009 13:02:31 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild,v 1.1 2008/09/01 00:30:53 rbu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.3.0.ebuild,v 1.2 2009/04/26 13:02:31 patrick Exp $
29
30 inherit mount-boot flag-o-matic toolchain-funcs
31
32 @@ -54,6 +54,10 @@
33 cd "${S}"
34 epatch "${FILESDIR}"/${PN}-sed-gcc.patch
35
36 + # Fix compiler warning on gcc 4.3.3
37 + epatch "${FILESDIR}/${P}-warning-fix.patch"
38 +
39 +
40 # if the user *really* wants to use their own custom-cflags, let them
41 if use custom-cflags; then
42 einfo "User wants their own CFLAGS - removing defaults"
43
44
45
46 1.58 app-emulation/xen/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.58&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.58&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.57&r2=1.58
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
55 retrieving revision 1.57
56 retrieving revision 1.58
57 diff -u -r1.57 -r1.58
58 --- ChangeLog 28 Feb 2009 10:19:07 -0000 1.57
59 +++ ChangeLog 26 Apr 2009 13:02:31 -0000 1.58
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-emulation/xen
62 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.57 2009/02/28 10:19:07 maekke Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.58 2009/04/26 13:02:31 patrick Exp $
65 +
66 + 26 Apr 2009; Patrick Lauer <patrick@g.o>
67 + +files/xen-3.3.0-warning-fix.patch, xen-3.3.0:
68 + Fix gcc 4.3 compile failure, part of #259670
69
70 28 Feb 2009; Markus Meier <maekke@g.o> metadata.xml:
71 custom-cflags is a global USE-flag