Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-3.4.2-r3.ebuild ChangeLog
Date: Thu, 29 Sep 2011 14:22:38
Message-Id: 20110929142228.9BD6C20036@flycatcher.gentoo.org
1 tomka 11/09/29 14:22:28
2
3 Modified: xen-tools-3.4.2-r3.ebuild ChangeLog
4 Log:
5 x86 stable per bug 379241
6
7 (Portage version: 2.1.10.19/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild?r1=1.2&r2=1.3
15
16 Index: xen-tools-3.4.2-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xen-tools-3.4.2-r3.ebuild 25 Sep 2011 13:41:47 -0000 1.2
23 +++ xen-tools-3.4.2-r3.ebuild 29 Sep 2011 14:22:28 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild,v 1.2 2011/09/25 13:41:47 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.2-r3.ebuild,v 1.3 2011/09/29 14:22:28 tomka Exp $
29
30 EAPI="3"
31
32 @@ -16,7 +16,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="amd64 ~x86"
37 +KEYWORDS="amd64 x86"
38 IUSE="doc debug screen custom-cflags pygrub hvm api acm flask"
39
40 CDEPEND="dev-lang/python[ncurses,threads]
41
42
43
44 1.97 app-emulation/xen-tools/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.97&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.97&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.96&r2=1.97
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
53 retrieving revision 1.96
54 retrieving revision 1.97
55 diff -u -r1.96 -r1.97
56 --- ChangeLog 27 Sep 2011 22:50:08 -0000 1.96
57 +++ ChangeLog 29 Sep 2011 14:22:28 -0000 1.97
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emulation/xen-tools
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.96 2011/09/27 22:50:08 chainsaw Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.97 2011/09/29 14:22:28 tomka Exp $
63 +
64 + 29 Sep 2011; Thomas Kahle <tomka@g.o> xen-tools-3.4.2-r3.ebuild:
65 + x86 stable per bug 379241
66
67 27 Sep 2011; Tony Vroon <chainsaw@g.o> xen-tools-3.4.2-r5.ebuild:
68 Patch by Ian "idella4" Delaney closes bug #384349 by Agostino "ago" Sarubbo.