Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.0.0.ebuild
Date: Mon, 03 May 2010 21:38:57
Message-Id: 20100503213855.A7CC92C39E@corvid.gentoo.org
1 mr_bones_ 10/05/03 21:38:55
2
3 Modified: xen-tools-4.0.0.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-emulation/xen-tools/xen-tools-4.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xen-tools-4.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xen-tools-4.0.0.ebuild 3 May 2010 19:46:31 -0000 1.1
22 +++ xen-tools-4.0.0.ebuild 3 May 2010 21:38:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.1 2010/05/03 19:46:31 alexxy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.2 2010/05/03 21:38:55 mr_bones_ Exp $
28
29 EAPI="3"
30
31 @@ -143,17 +143,17 @@
32 sed -i -e "s:install-tools\: tools/ioemu-dir:install-tools\: :g" \
33 "${S}/Makefile"
34 fi
35 - # Fix network broadcast on bridged networks
36 + # Fix network broadcast on bridged networks
37 epatch "${FILESDIR}/${PN}-3.4.0-network-bridge-broadcast.patch"
38
39 # Do not strip binaries
40 epatch "${FILESDIR}/${PN}-3.3.0-nostrip.patch"
41
42 - # fix variable declaration to avoid sandbox issue, #253134
43 + # fix variable declaration to avoid sandbox issue, #253134
44 epatch "${FILESDIR}/${PN}-3.3.1-sandbox-fix.patch"
45
46 - # fix gcc 4.4 failure
47 - #epatch "${FILESDIR}/${PN}-3.4.1-xc_core-memset.patch"
48 + # fix gcc 4.4 failure
49 + #epatch "${FILESDIR}/${PN}-3.4.1-xc_core-memset.patch"
50 }
51
52 src_compile() {