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.3.0.ebuild xen-tools-4.2.2-r4.ebuild xen-tools-4.2.2-r3.ebuild ChangeLog xen-tools-4.2.1-r5.ebuild
Date: Fri, 04 Oct 2013 18:06:28
Message-Id: 20131004180624.235BF2004C@flycatcher.gentoo.org
1 idella4 13/10/04 18:06:24
2
3 Modified: xen-tools-4.3.0.ebuild xen-tools-4.2.2-r4.ebuild
4 xen-tools-4.2.2-r3.ebuild ChangeLog
5 Removed: xen-tools-4.2.1-r5.ebuild
6 Log:
7 remove old, remove ocaml from stable due to ocaml-4 being ~, add libgcrypt to DEPEND and remove antiquated CDEPEND thanks to dev steev
8
9 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.20 app-emulation/xen-tools/xen-tools-4.3.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.20&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.20&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.19&r2=1.20
17
18 Index: xen-tools-4.3.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v
21 retrieving revision 1.19
22 retrieving revision 1.20
23 diff -u -r1.19 -r1.20
24 --- xen-tools-4.3.0.ebuild 23 Aug 2013 13:03:29 -0000 1.19
25 +++ xen-tools-4.3.0.ebuild 4 Oct 2013 18:06:23 -0000 1.20
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.19 2013/08/23 13:03:29 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.20 2013/10/04 18:06:23 idella4 Exp $
31
32 EAPI=5
33
34 @@ -36,8 +36,9 @@
35
36 REQUIRED_USE="hvm? ( qemu )"
37
38 -CDEPEND="dev-libs/lzo:2
39 +DEPEND="dev-libs/lzo:2
40 dev-libs/yajl
41 + dev-libs/libgcrypt
42 dev-python/lxml[${PYTHON_USEDEP}]
43 dev-python/pypam[${PYTHON_USEDEP}]
44 sys-libs/zlib
45 @@ -47,8 +48,7 @@
46 ${PYTHON_DEPS}
47 api? ( dev-libs/libxml2
48 net-misc/curl )
49 - pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )"
50 -DEPEND="${CDEPEND}
51 + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
52 sys-devel/bin86
53 sys-devel/dev86
54 dev-lang/perl
55 @@ -70,11 +70,9 @@
56 hvm? ( x11-proto/xproto
57 !net-libs/libiscsi )
58 qemu? ( x11-libs/pixman )"
59 -RDEPEND="${CDEPEND}
60 - sys-apps/iproute2
61 +RDEPEND="sys-apps/iproute2
62 net-misc/bridge-utils
63 - ocaml? ( >=dev-lang/ocaml-4
64 - dev-ml/findlib )
65 + ocaml? ( >=dev-lang/ocaml-4 )
66 screen? (
67 app-misc/screen
68 app-admin/logrotate
69
70
71
72 1.7 app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?r1=1.6&r2=1.7
77
78 Index: xen-tools-4.2.2-r4.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- xen-tools-4.2.2-r4.ebuild 23 Aug 2013 13:03:29 -0000 1.6
85 +++ xen-tools-4.2.2-r4.ebuild 4 Oct 2013 18:06:23 -0000 1.7
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2013 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.6 2013/08/23 13:03:29 idella4 Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.7 2013/10/04 18:06:23 idella4 Exp $
91
92 EAPI=5
93
94 @@ -37,8 +37,9 @@
95
96 REQUIRED_USE="hvm? ( qemu )"
97
98 -CDEPEND="dev-libs/lzo:2
99 +DEPEND="dev-libs/lzo:2
100 dev-libs/yajl
101 + dev-libs/libgcrypt
102 dev-python/lxml[${PYTHON_USEDEP}]
103 dev-python/pypam[${PYTHON_USEDEP}]
104 sys-libs/zlib
105 @@ -49,8 +50,7 @@
106 api? ( dev-libs/libxml2
107 net-misc/curl )
108 ${PYTHON_DEPS}
109 - pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )"
110 -DEPEND="${CDEPEND}
111 + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
112 sys-devel/bin86
113 sys-devel/dev86
114 dev-lang/perl
115 @@ -70,8 +70,7 @@
116 )
117 hvm? ( x11-proto/xproto
118 !net-libs/libiscsi )"
119 -RDEPEND="${CDEPEND}
120 - sys-apps/iproute2
121 +RDEPEND="sys-apps/iproute2
122 net-misc/bridge-utils
123 ocaml? ( >=dev-lang/ocaml-4 )
124 screen? (
125
126
127
128 1.7 app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild?rev=1.7&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild?rev=1.7&content-type=text/plain
132 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild?r1=1.6&r2=1.7
133
134 Index: xen-tools-4.2.2-r3.ebuild
135 ===================================================================
136 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v
137 retrieving revision 1.6
138 retrieving revision 1.7
139 diff -u -r1.6 -r1.7
140 --- xen-tools-4.2.2-r3.ebuild 23 Aug 2013 13:03:29 -0000 1.6
141 +++ xen-tools-4.2.2-r3.ebuild 4 Oct 2013 18:06:23 -0000 1.7
142 @@ -1,6 +1,6 @@
143 # Copyright 1999-2013 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.6 2013/08/23 13:03:29 idella4 Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.7 2013/10/04 18:06:23 idella4 Exp $
147
148 EAPI=5
149
150 @@ -33,24 +33,23 @@
151
152 LICENSE="GPL-2"
153 SLOT="0"
154 -IUSE="api custom-cflags debug doc flask hvm qemu ocaml pygrub screen static-libs xend"
155 +IUSE="api custom-cflags debug doc flask hvm qemu pygrub screen static-libs xend"
156
157 REQUIRED_USE="hvm? ( qemu )"
158
159 -CDEPEND="dev-libs/lzo:2
160 +DEPEND="dev-libs/lzo:2
161 dev-libs/yajl
162 + dev-libs/libgcrypt
163 dev-python/lxml[${PYTHON_USEDEP}]
164 dev-python/pypam[${PYTHON_USEDEP}]
165 sys-libs/zlib
166 sys-power/iasl
167 dev-ml/findlib
168 hvm? ( media-libs/libsdl )
169 - ${PYTHON_DEPS}
170 api? ( dev-libs/libxml2
171 net-misc/curl )
172 ${PYTHON_DEPS}
173 - pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )"
174 -DEPEND="${CDEPEND}
175 + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
176 sys-devel/bin86
177 sys-devel/dev86
178 dev-lang/perl
179 @@ -69,10 +68,8 @@
180 dev-texlive/texlive-latexrecommended
181 )
182 hvm? ( x11-proto/xproto )"
183 -RDEPEND="${CDEPEND}
184 - sys-apps/iproute2
185 +RDEPEND="sys-apps/iproute2
186 net-misc/bridge-utils
187 - ocaml? ( >=dev-lang/ocaml-4 )
188 screen? (
189 app-misc/screen
190 app-admin/logrotate
191
192
193
194 1.194 app-emulation/xen-tools/ChangeLog
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.194&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.194&content-type=text/plain
198 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.193&r2=1.194
199
200 Index: ChangeLog
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
203 retrieving revision 1.193
204 retrieving revision 1.194
205 diff -u -r1.193 -r1.194
206 --- ChangeLog 23 Aug 2013 13:03:29 -0000 1.193
207 +++ ChangeLog 4 Oct 2013 18:06:23 -0000 1.194
208 @@ -1,6 +1,11 @@
209 # ChangeLog for app-emulation/xen-tools
210 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
211 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.193 2013/08/23 13:03:29 idella4 Exp $
212 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.194 2013/10/04 18:06:23 idella4 Exp $
213 +
214 + 04 Oct 2013; Ian Delaney <idella4@g.o> -xen-tools-4.2.1-r5.ebuild,
215 + xen-tools-4.2.2-r3.ebuild, xen-tools-4.2.2-r4.ebuild, xen-tools-4.3.0.ebuild:
216 + remove old, remove ocaml from stable due to ocaml-4 being ~, add libgcrypt to
217 + DEPEND and remove antiquated CDEPEND thanks to dev steev
218
219 23 Aug 2013; Ian Delaney <idella4@g.o> xen-tools-4.2.1-r5.ebuild,
220 xen-tools-4.2.2-r3.ebuild, xen-tools-4.2.2-r4.ebuild, xen-tools-4.3.0.ebuild: