Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.0.0.ebuild
Date: Fri, 25 Jun 2010 16:44:03
Message-Id: 20100625164355.D80B72CF64@corvid.gentoo.org
1 xarthisius 10/06/25 16:43:55
2
3 Modified: ChangeLog xen-tools-4.0.0.ebuild
4 Log:
5 Fixing build with --as-neeed wrt bug 320339. Thanks to Diego for reporting.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.63 app-emulation/xen-tools/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.63&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.63&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.62&r2=1.63
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
18 retrieving revision 1.62
19 retrieving revision 1.63
20 diff -u -r1.62 -r1.63
21 --- ChangeLog 24 Jun 2010 01:39:26 -0000 1.62
22 +++ ChangeLog 25 Jun 2010 16:43:55 -0000 1.63
23 @@ -1,6 +1,12 @@
24 # ChangeLog for app-emulation/xen-tools
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.62 2010/06/24 01:39:26 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.63 2010/06/25 16:43:55 xarthisius Exp $
28 +
29 + 25 Jun 2010; Kacper Kowalik <xarthisius@g.o>
30 + xen-tools-4.0.0.ebuild, -files/xen-tools-4.0.0-as-needed.patch,
31 + +files/xen-tools-4.0.0-asneeded.patch:
32 + Fixing build with --as-neeed wrt bug 320339. Thanks to Diego for
33 + reporting.
34
35 24 Jun 2010; Christoph Mende <angelos@g.o> xen-tools-3.4.2.ebuild:
36 Stable on amd64 wrt bug #293714
37
38
39
40 1.4 app-emulation/xen-tools/xen-tools-4.0.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?r1=1.3&r2=1.4
45
46 Index: xen-tools-4.0.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- xen-tools-4.0.0.ebuild 9 Jun 2010 16:50:18 -0000 1.3
53 +++ xen-tools-4.0.0.ebuild 25 Jun 2010 16:43:55 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.3 2010/06/09 16:50:18 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.4 2010/06/25 16:43:55 xarthisius Exp $
59
60 EAPI="3"
61
62 @@ -153,6 +153,9 @@
63 # fix variable declaration to avoid sandbox issue, #253134
64 epatch "${FILESDIR}/${PN}-3.3.1-sandbox-fix.patch"
65
66 + # fix --as-needed, #320339
67 + epatch "${FILESDIR}/${P}-asneeded.patch"
68 +
69 # fix gcc 4.4 failure
70 #epatch "${FILESDIR}/${PN}-3.4.1-xc_core-memset.patch"
71 }