Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.2.0-r2.ebuild xen-tools-4.2.1-r1.ebuild xen-tools-4.2.0-r3.ebuild ChangeLog
Date: Thu, 31 Jan 2013 17:57:14
Message-Id: 20130131175710.D15232171D@flycatcher.gentoo.org
1 idella4 13/01/31 17:57:10
2
3 Modified: xen-tools-4.2.0-r2.ebuild xen-tools-4.2.1-r1.ebuild
4 xen-tools-4.2.0-r3.ebuild ChangeLog
5 Log:
6 Re-setting/correcting ipxe-nopie.patch to match source content in 4.2.0-r3 and disabling the patch in -4.2.1-r1 (pending further testing) consequent to Bug #447716, removed redunadant 4-add-nopie.patch
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.8 app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild?r1=1.7&r2=1.8
16
17 Index: xen-tools-4.2.0-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- xen-tools-4.2.0-r2.ebuild 30 Jan 2013 09:09:01 -0000 1.7
24 +++ xen-tools-4.2.0-r2.ebuild 31 Jan 2013 17:57:10 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild,v 1.7 2013/01/30 09:09:01 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r2.ebuild,v 1.8 2013/01/31 17:57:10 idella4 Exp $
30
31 EAPI=5
32
33 @@ -132,7 +132,6 @@
34 # Drop .config
35 sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop"
36
37 -
38 # Xend
39 if ! use xend; then
40 sed -e 's:xm xen-bugtool xen-python-path xend:xen-bugtool xen-python-path:' \
41
42
43
44 1.2 app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild?r1=1.1&r2=1.2
49
50 Index: xen-tools-4.2.1-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- xen-tools-4.2.1-r1.ebuild 30 Jan 2013 09:09:01 -0000 1.1
57 +++ xen-tools-4.2.1-r1.ebuild 31 Jan 2013 17:57:10 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild,v 1.1 2013/01/30 09:09:01 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild,v 1.2 2013/01/31 17:57:10 idella4 Exp $
63
64 EAPI=5
65
66 @@ -184,10 +184,9 @@
67 epatch "${FILESDIR}/${PN}-4.1.1-bridge.patch"
68
69 # Don't build ipxe with pie on hardened, Bug #360805
70 - if gcc-specs-pie; then
71 - cp -f "${FILESDIR}"/ipxe-nopie.patch tools/firmware/etherboot/patches/ || die
72 - epatch "${FILESDIR}"/${PN}-4-add-nopie.patch
73 - fi
74 +# if gcc-specs-pie; then
75 +# epatch "${FILESDIR}"/ipxe-nopie.patch
76 +# fi
77
78 # Prevent double stripping of files at install
79 epatch "${FILESDIR}"/${PN/-tools/}-4.2.0-nostrip.patch
80
81
82
83 1.2 app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?r1=1.1&r2=1.2
88
89 Index: xen-tools-4.2.0-r3.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- xen-tools-4.2.0-r3.ebuild 30 Jan 2013 09:09:01 -0000 1.1
96 +++ xen-tools-4.2.0-r3.ebuild 31 Jan 2013 17:57:10 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2013 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.1 2013/01/30 09:09:01 idella4 Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.2 2013/01/31 17:57:10 idella4 Exp $
102
103 EAPI=5
104
105 @@ -185,8 +185,7 @@
106
107 # Don't build ipxe with pie on hardened, Bug #360805
108 if gcc-specs-pie; then
109 - cp -f "${FILESDIR}"/ipxe-nopie.patch tools/firmware/etherboot/patches/ || die
110 - epatch "${FILESDIR}"/${PN}-4-add-nopie.patch
111 + epatch "${FILESDIR}"/ipxe-nopie.patch
112 fi
113
114 # Prevent double stripping of files at install
115
116
117
118 1.130 app-emulation/xen-tools/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.130&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.130&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.129&r2=1.130
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
127 retrieving revision 1.129
128 retrieving revision 1.130
129 diff -u -r1.129 -r1.130
130 --- ChangeLog 30 Jan 2013 09:09:01 -0000 1.129
131 +++ ChangeLog 31 Jan 2013 17:57:10 -0000 1.130
132 @@ -1,6 +1,13 @@
133 # ChangeLog for app-emulation/xen-tools
134 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.129 2013/01/30 09:09:01 idella4 Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.130 2013/01/31 17:57:10 idella4 Exp $
137 +
138 + 31 Jan 2013; Ian Delaney <idella4@g.o> files/ipxe-nopie.patch,
139 + xen-tools-4.2.0-r2.ebuild, xen-tools-4.2.0-r3.ebuild,
140 + xen-tools-4.2.1-r1.ebuild:
141 + Re-setting/correcting ipxe-nopie.patch to match source content in 4.2.0-r3 and
142 + disabling the patch in -4.2.1-r1 (pending further testing) consequent to Bug
143 + #447716, removed redunadant 4-add-nopie.patch
144
145 *xen-tools-4.2.0-r3 (30 Jan 2013)
146 *xen-tools-4.2.1-r1 (30 Jan 2013)