Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-0.9.8.ebuild libvirt-9999.ebuild ChangeLog
Date: Fri, 10 Feb 2012 19:13:20
Message-Id: 20120210191310.C38782004B@flycatcher.gentoo.org
1 flameeyes 12/02/10 19:13:10
2
3 Modified: libvirt-0.9.8.ebuild libvirt-9999.ebuild ChangeLog
4 Log:
5 Fix REQUIRED_USE logic, and ensure drivers are only brought in with the daemon.
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-emulation/libvirt/libvirt-0.9.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?r1=1.4&r2=1.5
15
16 Index: libvirt-0.9.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libvirt-0.9.8.ebuild 10 Feb 2012 03:59:22 -0000 1.4
23 +++ libvirt-0.9.8.ebuild 10 Feb 2012 19:13:10 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.4 2012/02/10 03:59:22 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.5 2012/02/10 19:13:10 flameeyes Exp $
29
30 #BACKPORTS=2
31 #AUTOTOOLIZE=yes
32 @@ -42,7 +42,9 @@
33 nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \
34 uml virtualbox virt-network xen elibc_glibc"
35 # IUSE=one : bug #293416 & bug #299011
36 -REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )"
37 +REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
38 + lxc? ( libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd )
39 + virtualbox? ( libvirtd ) xen? ( libvirtd )"
40
41 # gettext.sh command is used by the libvirt command wrappers, and it's
42 # non-optional, so put it into RDEPEND.
43
44
45
46 1.17 app-emulation/libvirt/libvirt-9999.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.17&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.17&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?r1=1.16&r2=1.17
51
52 Index: libvirt-9999.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v
55 retrieving revision 1.16
56 retrieving revision 1.17
57 diff -u -r1.16 -r1.17
58 --- libvirt-9999.ebuild 10 Feb 2012 03:59:22 -0000 1.16
59 +++ libvirt-9999.ebuild 10 Feb 2012 19:13:10 -0000 1.17
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.16 2012/02/10 03:59:22 patrick Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.17 2012/02/10 19:13:10 flameeyes Exp $
65
66 #BACKPORTS=2
67 #AUTOTOOLIZE=yes
68 @@ -42,7 +42,9 @@
69 nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \
70 uml virtualbox virt-network xen elibc_glibc"
71 # IUSE=one : bug #293416 & bug #299011
72 -REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )"
73 +REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
74 + lxc? ( libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd )
75 + virtualbox? ( libvirtd ) xen? ( libvirtd )"
76
77 # gettext.sh command is used by the libvirt command wrappers, and it's
78 # non-optional, so put it into RDEPEND.
79
80
81
82 1.152 app-emulation/libvirt/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.152&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.152&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.151&r2=1.152
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
91 retrieving revision 1.151
92 retrieving revision 1.152
93 diff -u -r1.151 -r1.152
94 --- ChangeLog 10 Feb 2012 03:59:22 -0000 1.151
95 +++ ChangeLog 10 Feb 2012 19:13:10 -0000 1.152
96 @@ -1,6 +1,11 @@
97 # ChangeLog for app-emulation/libvirt
98 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.151 2012/02/10 03:59:22 patrick Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.152 2012/02/10 19:13:10 flameeyes Exp $
101 +
102 + 10 Feb 2012; Diego E. Pettenò <flameeyes@g.o> libvirt-0.9.8.ebuild,
103 + libvirt-9999.ebuild:
104 + Fix REQUIRED_USE logic, and ensure drivers are only brought in with the
105 + daemon.
106
107 10 Feb 2012; Patrick Lauer <patrick@g.o> libvirt-0.9.6.ebuild,
108 libvirt-0.9.8.ebuild, libvirt-9999.ebuild: