Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.1.0-r1.ebuild
Date: Fri, 29 Jul 2011 11:50:20
Message-Id: 20110729115011.336DF2004B@flycatcher.gentoo.org
1 patrick 11/07/29 11:50:11
2
3 Modified: ChangeLog xen-tools-4.1.0-r1.ebuild
4 Log:
5 Dep fix for #363139
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.75 app-emulation/xen-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 6 Apr 2011 22:14:51 -0000 1.74
23 +++ ChangeLog 29 Jul 2011 11:50:11 -0000 1.75
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/xen-tools
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.74 2011/04/06 22:14:51 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.75 2011/07/29 11:50:11 patrick Exp $
29 +
30 + 29 Jul 2011; Patrick Lauer <patrick@g.o> xen-tools-4.1.0-r1.ebuild:
31 + Dep fix for #363139
32
33 *xen-tools-9999 (06 Apr 2011)
34
35
36
37
38 1.3 app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: xen-tools-4.1.0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- xen-tools-4.1.0-r1.ebuild 5 Apr 2011 21:25:03 -0000 1.2
51 +++ xen-tools-4.1.0-r1.ebuild 29 Jul 2011 11:50:11 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild,v 1.2 2011/04/05 21:25:03 alexxy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.0-r1.ebuild,v 1.3 2011/07/29 11:50:11 patrick Exp $
57
58 EAPI="3"
59
60 @@ -17,6 +17,7 @@
61 IUSE="doc debug screen custom-cflags pygrub hvm api acm flask ioemu"
62
63 CDEPEND="dev-lang/python
64 + dev-python/lxml
65 sys-libs/zlib
66 hvm? ( media-libs/libsdl
67 sys-power/iasl )