Gentoo Archives: gentoo-commits

From: "Micheal Marineau (marineam)" <marineam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-3.1.2.ebuild ChangeLog
Date: Sun, 03 Feb 2008 00:35:34
Message-Id: E1JLSpW-0003IX-T7@stork.gentoo.org
1 marineam 08/02/03 00:35:30
2
3 Modified: xen-3.1.2.ebuild ChangeLog
4 Log:
5 Filter -O3 from CFLAGS
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 app-emulation/xen/xen-3.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild?r1=1.1&r2=1.2
14
15 Index: xen-3.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xen-3.1.2.ebuild 17 Nov 2007 00:13:55 -0000 1.1
22 +++ xen-3.1.2.ebuild 3 Feb 2008 00:35:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 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.1.2.ebuild,v 1.1 2007/11/17 00:13:55 marineam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild,v 1.2 2008/02/03 00:35:30 marineam Exp $
29
30 inherit mount-boot flag-o-matic
31
32 @@ -60,6 +60,7 @@
33
34 if use custom-cflags; then
35 filter-flags -fPIE -fstack-protector
36 + replace-flags -O3 -O2
37 else
38 unset CFLAGS
39 fi
40
41
42
43 1.51 app-emulation/xen/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.51&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.51&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.50&r2=1.51
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
52 retrieving revision 1.50
53 retrieving revision 1.51
54 diff -u -r1.50 -r1.51
55 --- ChangeLog 17 Nov 2007 00:13:55 -0000 1.50
56 +++ ChangeLog 3 Feb 2008 00:35:30 -0000 1.51
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emulation/xen
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.50 2007/11/17 00:13:55 marineam Exp $
61 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.51 2008/02/03 00:35:30 marineam Exp $
63 +
64 + 03 Feb 2008; Michael Marineau <marineam@g.o> xen-3.1.2.ebuild:
65 + Filter -O3 from CFLAGS when using custom cflags.
66
67 *xen-3.1.2 (17 Nov 2007)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list