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.5.1.ebuild ChangeLog
Date: Tue, 28 May 2013 15:26:02
Message-Id: 20130528152557.94C7E2171D@flycatcher.gentoo.org
1 cardoe 13/05/28 15:25:57
2
3 Modified: libvirt-1.0.5.1.ebuild ChangeLog
4 Log:
5 Change USE flag default to qemu since that's what most people are using libvirt for.
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.6 app-emulation/libvirt/libvirt-1.0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?r1=1.5&r2=1.6
15
16 Index: libvirt-1.0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libvirt-1.0.5.1.ebuild 28 May 2013 15:22:43 -0000 1.5
23 +++ libvirt-1.0.5.1.ebuild 28 May 2013 15:25:57 -0000 1.6
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.5.1.ebuild,v 1.5 2013/05/28 15:22:43 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v 1.6 2013/05/28 15:25:57 cardoe Exp $
29
30 EAPI=5
31
32 @@ -34,8 +34,8 @@
33 HOMEPAGE="http://www.libvirt.org/"
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm +lxc +macvtap nfs \
37 - nls numa openvz parted pcap phyp policykit python qemu rbd sasl \
38 +IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm lxc +macvtap nfs \
39 + nls numa openvz parted pcap phyp policykit python +qemu rbd sasl \
40 selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc \
41 systemd"
42 REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
43
44
45
46 1.273 app-emulation/libvirt/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.273&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.273&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.272&r2=1.273
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
55 retrieving revision 1.272
56 retrieving revision 1.273
57 diff -u -r1.272 -r1.273
58 --- ChangeLog 28 May 2013 15:22:43 -0000 1.272
59 +++ ChangeLog 28 May 2013 15:25:57 -0000 1.273
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-emulation/libvirt
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.272 2013/05/28 15:22:43 cardoe Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.273 2013/05/28 15:25:57 cardoe Exp $
65 +
66 + 28 May 2013; Doug Goldstein <cardoe@g.o> libvirt-1.0.5.1.ebuild:
67 + Change USE flag default to qemu since that's what most people are using
68 + libvirt for.
69
70 28 May 2013; Doug Goldstein <cardoe@g.o> libvirt-1.0.5.1.ebuild:
71 Fix path change.