Gentoo Archives: gentoo-commits

From: "Jonathan Callen (jcallen)" <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.2-r1.ebuild xen-4.2.1-r4.ebuild xen-4.3.0.ebuild ChangeLog
Date: Sun, 28 Jul 2013 09:13:39
Message-Id: 20130728091336.517F42171C@flycatcher.gentoo.org
1 jcallen 13/07/28 09:13:36
2
3 Modified: xen-4.2.2-r1.ebuild xen-4.2.1-r4.ebuild
4 xen-4.3.0.ebuild ChangeLog
5 Log:
6 Fix dependencies, add REQUIRED_USE, add missing eutils inherit (was inherited indirectly)
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
9
10 Revision Changes Path
11 1.5 app-emulation/xen/xen-4.2.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?r1=1.4&r2=1.5
16
17 Index: xen-4.2.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- xen-4.2.2-r1.ebuild 2 Jul 2013 16:15:25 -0000 1.4
24 +++ xen-4.2.2-r1.ebuild 28 Jul 2013 09:13:36 -0000 1.5
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.2.2-r1.ebuild,v 1.4 2013/07/02 16:15:25 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.5 2013/07/28 09:13:36 jcallen Exp $
30
31 EAPI=5
32
33 @@ -17,7 +17,7 @@
34 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
35 fi
36
37 -inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
38 +inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
39
40 DESCRIPTION="The Xen virtual machine monitor"
41 HOMEPAGE="http://xen.org/"
42 @@ -25,7 +25,8 @@
43 SLOT="0"
44 IUSE="custom-cflags debug efi flask pae xsm"
45
46 -DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
47 +DEPEND="${PYTHON_DEPS}
48 + efi? ( >=sys-devel/binutils-2.22[multitarget] )
49 !efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
50 RDEPEND=""
51 PDEPEND="~app-emulation/xen-tools-${PV}"
52 @@ -40,7 +41,7 @@
53 "
54
55 pkg_setup() {
56 - python-single-r1_pkg_setup
57 + python-any-r1_pkg_setup
58 if [[ -z ${XEN_TARGET_ARCH} ]]; then
59 if use x86 && use amd64; then
60 die "Confusion! Both x86 and amd64 are set in your use flags!"
61
62
63
64 1.4 app-emulation/xen/xen-4.2.1-r4.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?rev=1.4&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?rev=1.4&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?r1=1.3&r2=1.4
69
70 Index: xen-4.2.1-r4.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v
73 retrieving revision 1.3
74 retrieving revision 1.4
75 diff -u -r1.3 -r1.4
76 --- xen-4.2.1-r4.ebuild 28 Jun 2013 15:07:39 -0000 1.3
77 +++ xen-4.2.1-r4.ebuild 28 Jul 2013 09:13:36 -0000 1.4
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2013 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v 1.3 2013/06/28 15:07:39 idella4 Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v 1.4 2013/07/28 09:13:36 jcallen Exp $
83
84 EAPI=5
85
86 @@ -17,7 +17,7 @@
87 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
88 fi
89
90 -inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
91 +inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
92
93 DESCRIPTION="The Xen virtual machine monitor"
94 HOMEPAGE="http://xen.org/"
95 @@ -25,7 +25,8 @@
96 SLOT="0"
97 IUSE="custom-cflags debug efi flask pae xsm"
98
99 -DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
100 +DEPEND="${PYTHON_DEPS}
101 + efi? ( >=sys-devel/binutils-2.22[multitarget] )
102 !efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
103 RDEPEND=""
104 PDEPEND="~app-emulation/xen-tools-${PV}"
105 @@ -40,7 +41,7 @@
106 "
107
108 pkg_setup() {
109 - python-single-r1_pkg_setup
110 + python-any-r1_pkg_setup
111 if [[ -z ${XEN_TARGET_ARCH} ]]; then
112 if use x86 && use amd64; then
113 die "Confusion! Both x86 and amd64 are set in your use flags!"
114
115
116
117 1.2 app-emulation/xen/xen-4.3.0.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?rev=1.2&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?rev=1.2&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?r1=1.1&r2=1.2
122
123 Index: xen-4.3.0.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild,v
126 retrieving revision 1.1
127 retrieving revision 1.2
128 diff -u -r1.1 -r1.2
129 --- xen-4.3.0.ebuild 21 Jul 2013 05:45:45 -0000 1.1
130 +++ xen-4.3.0.ebuild 28 Jul 2013 09:13:36 -0000 1.2
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2013 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild,v 1.1 2013/07/21 05:45:45 idella4 Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild,v 1.2 2013/07/28 09:13:36 jcallen Exp $
136
137 EAPI=5
138
139 @@ -17,7 +17,7 @@
140 SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
141 fi
142
143 -inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
144 +inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
145
146 DESCRIPTION="The Xen virtual machine monitor"
147 HOMEPAGE="http://xen.org/"
148 @@ -25,7 +25,8 @@
149 SLOT="0"
150 IUSE="custom-cflags debug efi flask pae xsm"
151
152 -DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
153 +DEPEND="${PYTHON_DEPS}
154 + efi? ( >=sys-devel/binutils-2.22[multitarget] )
155 !efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
156 RDEPEND=""
157 PDEPEND="~app-emulation/xen-tools-${PV}"
158 @@ -38,7 +39,7 @@
159 REQUIRED_USE="flask? ( xsm )"
160
161 pkg_setup() {
162 - python-single-r1_pkg_setup
163 + python-any-r1_pkg_setup
164 if [[ -z ${XEN_TARGET_ARCH} ]]; then
165 if use x86 && use amd64; then
166 die "Confusion! Both x86 and amd64 are set in your use flags!"
167
168
169
170 1.128 app-emulation/xen/ChangeLog
171
172 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.128&view=markup
173 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.128&content-type=text/plain
174 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.127&r2=1.128
175
176 Index: ChangeLog
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
179 retrieving revision 1.127
180 retrieving revision 1.128
181 diff -u -r1.127 -r1.128
182 --- ChangeLog 21 Jul 2013 05:45:45 -0000 1.127
183 +++ ChangeLog 28 Jul 2013 09:13:36 -0000 1.128
184 @@ -1,6 +1,11 @@
185 # ChangeLog for app-emulation/xen
186 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
187 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.127 2013/07/21 05:45:45 idella4 Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.128 2013/07/28 09:13:36 jcallen Exp $
189 +
190 + 28 Jul 2013; Jonathan Callen <jcallen@g.o> xen-4.2.1-r4.ebuild,
191 + xen-4.2.2-r1.ebuild, xen-4.3.0.ebuild:
192 + Fix dependencies, add REQUIRED_USE, add missing eutils inherit (was inherited
193 + indirectly)
194
195 *xen-4.3.0 (21 Jul 2013)