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: xen-4.3.1-r2.ebuild xen-4.3.1-r1.ebuild xen-4.3.0-r5.ebuild ChangeLog
Date: Tue, 31 Dec 2013 02:46:05
Message-Id: 20131231024601.03B792004E@flycatcher.gentoo.org
1 idella4 13/12/31 02:46:00
2
3 Modified: xen-4.3.1-r2.ebuild xen-4.3.1-r1.ebuild
4 xen-4.3.0-r5.ebuild ChangeLog
5 Log:
6 After some further 'discussion', stabalised version corrected to resolve residual QA issues, other ebuilds updated to follow suit
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 app-emulation/xen/xen-4.3.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild?r1=1.1&r2=1.2
16
17 Index: xen-4.3.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xen-4.3.1-r2.ebuild 16 Dec 2013 16:34:04 -0000 1.1
24 +++ xen-4.3.1-r2.ebuild 31 Dec 2013 02:46:00 -0000 1.2
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/xen-4.3.1-r2.ebuild,v 1.1 2013/12/16 16:34:04 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild,v 1.2 2013/12/31 02:46:00 idella4 Exp $
30
31 EAPI=5
32
33 @@ -13,7 +13,8 @@
34 S="${WORKDIR}/${REPO}"
35 live_eclass="mercurial"
36 else
37 - KEYWORDS="~amd64"
38 + # Set to match entry in stable 4.3.1-r1, Bug 493944
39 + KEYWORDS="~amd64 -x86"
40 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
41 fi
42
43
44
45
46 1.4 app-emulation/xen/xen-4.3.1-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild?r1=1.3&r2=1.4
51
52 Index: xen-4.3.1-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- xen-4.3.1-r1.ebuild 10 Dec 2013 13:34:51 -0000 1.3
59 +++ xen-4.3.1-r1.ebuild 31 Dec 2013 02:46:00 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild,v 1.3 2013/12/10 13:34:51 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild,v 1.4 2013/12/31 02:46:00 idella4 Exp $
65
66 EAPI=5
67
68 @@ -13,7 +13,8 @@
69 S="${WORKDIR}/${REPO}"
70 live_eclass="mercurial"
71 else
72 - KEYWORDS="amd64 x86"
73 + # support dropped for regular 32 bit hypervisor, Bug 493944
74 + KEYWORDS="amd64 -x86"
75 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
76 fi
77
78
79
80
81 1.2 app-emulation/xen/xen-4.3.0-r5.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild?r1=1.1&r2=1.2
86
87 Index: xen-4.3.0-r5.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- xen-4.3.0-r5.ebuild 16 Dec 2013 16:34:04 -0000 1.1
94 +++ xen-4.3.0-r5.ebuild 31 Dec 2013 02:46:00 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild,v 1.1 2013/12/16 16:34:04 idella4 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild,v 1.2 2013/12/31 02:46:00 idella4 Exp $
100
101 EAPI=5
102
103 @@ -13,7 +13,8 @@
104 S="${WORKDIR}/${REPO}"
105 live_eclass="mercurial"
106 else
107 - KEYWORDS="~amd64"
108 + # support dropped for regular 32 bit hypervisor, Bug 493944
109 + KEYWORDS="~amd64 -x86"
110 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
111 fi
112
113
114
115
116 1.140 app-emulation/xen/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.140&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.140&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.139&r2=1.140
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
125 retrieving revision 1.139
126 retrieving revision 1.140
127 diff -u -r1.139 -r1.140
128 --- ChangeLog 16 Dec 2013 16:39:31 -0000 1.139
129 +++ ChangeLog 31 Dec 2013 02:46:00 -0000 1.140
130 @@ -1,6 +1,11 @@
131 # ChangeLog for app-emulation/xen
132 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.139 2013/12/16 16:39:31 idella4 Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.140 2013/12/31 02:46:00 idella4 Exp $
135 +
136 + 31 Dec 2013; Ian Delaney <idella4@g.o> xen-4.3.0-r5.ebuild,
137 + xen-4.3.1-r1.ebuild, xen-4.3.1-r2.ebuild:
138 + After some further 'discussion', stabalised version corrected to resolve
139 + residual QA issues, other ebuilds updated to follow suit
140
141 *xen-4.3.1-r2 (16 Dec 2013)
142 *xen-4.3.0-r5 (16 Dec 2013)