Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-1.0.2-r1.ebuild ChangeLog
Date: Fri, 01 Feb 2013 00:07:57
Message-Id: 20130201000752.D72AF2171D@flycatcher.gentoo.org
1 cardoe 13/02/01 00:07:52
2
3 Modified: libvirt-1.0.2-r1.ebuild ChangeLog
4 Log:
5 Fix Xen support after user feedback on bug #454598
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 app-emulation/libvirt/libvirt-1.0.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libvirt-1.0.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libvirt-1.0.2-r1.ebuild 31 Jan 2013 16:03:54 -0000 1.1
23 +++ libvirt-1.0.2-r1.ebuild 1 Feb 2013 00:07:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild,v 1.1 2013/01/31 16:03:54 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.2-r1.ebuild,v 1.2 2013/02/01 00:07:52 cardoe Exp $
29
30 EAPI=4
31
32 @@ -224,7 +224,7 @@
33
34 ## hypervisors on the local host
35 myconf="${myconf} $(use_with xen) $(use_with xen xen-inotify)"
36 - myconf+=" $(use_with xen xenapi)"
37 + myconf+=" --without-xenapi"
38 if use xen && has_version ">=app-emulation/xen-tools-4.2.0"; then
39 myconf+=" --with-libxl"
40 else
41
42
43
44 1.247 app-emulation/libvirt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.247&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.247&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.246&r2=1.247
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
53 retrieving revision 1.246
54 retrieving revision 1.247
55 diff -u -r1.246 -r1.247
56 --- ChangeLog 31 Jan 2013 16:03:54 -0000 1.246
57 +++ ChangeLog 1 Feb 2013 00:07:52 -0000 1.247
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emulation/libvirt
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.246 2013/01/31 16:03:54 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.247 2013/02/01 00:07:52 cardoe Exp $
63 +
64 + 01 Feb 2013; Doug Goldstein <cardoe@g.o> libvirt-1.0.2-r1.ebuild:
65 + Fix Xen support after user feedback on bug #454598
66
67 *libvirt-1.0.2-r1 (31 Jan 2013)