Gentoo Archives: gentoo-commits

From: "Matthias Maier (tamiko)" <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-9999.ebuild libvirt-1.2.17-r1.ebuild ChangeLog
Date: Sat, 25 Jul 2015 22:06:15
Message-Id: 20150725220610.59457BC@oystercatcher.gentoo.org
1 tamiko 15/07/25 22:06:10
2
3 Modified: libvirt-9999.ebuild libvirt-1.2.17-r1.ebuild
4 ChangeLog
5 Log:
6 cosmetic changes in README.gentoo
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
9
10 Revision Changes Path
11 1.81 app-emulation/libvirt/libvirt-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?r1=1.80&r2=1.81
16
17 Index: libvirt-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- libvirt-9999.ebuild 25 Jul 2015 21:36:21 -0000 1.80
24 +++ libvirt-9999.ebuild 25 Jul 2015 22:06:10 -0000 1.81
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.80 2015/07/25 21:36:21 tamiko Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.81 2015/07/25 22:06:10 tamiko Exp $
30
31 EAPI=5
32
33 @@ -120,35 +120,38 @@
34 dev-perl/XML-XPath
35 dev-libs/libxslt"
36
37 -DOC_CONTENTS=" For the basic networking support (bridged and routed networks)
38 -you don't need any extra software. For more complex network modes
39 -including but not limited to NATed network, you can enable the
40 -'virt-network' USE flag.\n\n
41 -If you are using dnsmasq on your system, you will have
42 -to configure /etc/dnsmasq.conf to enable the following settings:
43 +# gentoo.readme stuff:
44 +DISABLE_AUTOFORMATTING=true
45 +DOC_CONTENTS="For the basic networking support (bridged and routed networks) you don't
46 +need any extra software. For more complex network modes including but not
47 +limited to NATed network, you can enable the 'virt-network' USE flag.
48 +
49 +If you are using dnsmasq on your system, you will have to configure
50 +/etc/dnsmasq.conf to enable the following settings:
51 bind-interfaces
52 interface or except-interface
53 -Otherwise you might have issues with your existing DNS server.\n\n
54 +Otherwise you might have issues with your existing DNS server.
55 +
56 The systemd service-file configuration under /etc/sysconfig has been
57 removed. Please use
58 /etc/systemd/system/libvirtd.service.d/00gentoo.conf
59 -to control the '--listen' parameter for libvirtd. The configuration for the
60 -libvirt-guests.service is now found under
61 +to control the '--listen' parameter for libvirtd.
62 +
63 +The configuration for the 'libvirt-guests.service' is now found under
64 /etc/libvirt/libvirt-guests.conf
65 -The openrc configuration has not been changed. Thus no action is
66 -required for the openrc service manager."
67
68 -if ! use policykit; then
69 - DOC_CONTENTS+="\n\n"
70 - DOC_CONTENTS+="To allow normal users to connect to libvirtd you must change the\n"
71 - DOC_CONTENTS+="unix sock group and/or perms in /etc/libvirt/libvirtd.conf\n"
72 -fi
73 +The openrc configuration has not been changed. Thus no action is required
74 +for the openrc service manager."
75
76 -if use caps && use qemu; then
77 - DOC_CONTENTS+="\n\n"
78 - DOC_CONTENTS+="libvirt will now start qemu/kvm VMs with non-root privileges.\n"
79 - DOC_CONTENTS+="Ensure any resources your VMs use are accessible by qemu:qemu\n"
80 -fi
81 +! use policykit && DOC_CONTENTS+="
82 +
83 +To allow normal users to connect to libvirtd you must change the unix sock
84 +group and/or perms in /etc/libvirt/libvirtd.conf"
85 +
86 +use caps && use qemu && DOC_CONTENTS+="
87 +
88 +libvirt will now start qemu/kvm VMs with non-root privileges. Ensure any
89 +resources your VMs use are accessible by qemu:qemu"
90
91 LXC_CONFIG_CHECK="
92 ~CGROUPS
93
94
95
96 1.2 app-emulation/libvirt/libvirt-1.2.17-r1.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild?rev=1.2&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild?rev=1.2&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild?r1=1.1&r2=1.2
101
102 Index: libvirt-1.2.17-r1.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild,v
105 retrieving revision 1.1
106 retrieving revision 1.2
107 diff -u -r1.1 -r1.2
108 --- libvirt-1.2.17-r1.ebuild 25 Jul 2015 21:36:21 -0000 1.1
109 +++ libvirt-1.2.17-r1.ebuild 25 Jul 2015 22:06:10 -0000 1.2
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2015 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild,v 1.1 2015/07/25 21:36:21 tamiko Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.17-r1.ebuild,v 1.2 2015/07/25 22:06:10 tamiko Exp $
115
116 EAPI=5
117
118 @@ -120,35 +120,38 @@
119 dev-perl/XML-XPath
120 dev-libs/libxslt"
121
122 -DOC_CONTENTS=" For the basic networking support (bridged and routed networks)
123 -you don't need any extra software. For more complex network modes
124 -including but not limited to NATed network, you can enable the
125 -'virt-network' USE flag.\n\n
126 -If you are using dnsmasq on your system, you will have
127 -to configure /etc/dnsmasq.conf to enable the following settings:
128 +# gentoo.readme stuff:
129 +DISABLE_AUTOFORMATTING=true
130 +DOC_CONTENTS="For the basic networking support (bridged and routed networks) you don't
131 +need any extra software. For more complex network modes including but not
132 +limited to NATed network, you can enable the 'virt-network' USE flag.
133 +
134 +If you are using dnsmasq on your system, you will have to configure
135 +/etc/dnsmasq.conf to enable the following settings:
136 bind-interfaces
137 interface or except-interface
138 -Otherwise you might have issues with your existing DNS server.\n\n
139 +Otherwise you might have issues with your existing DNS server.
140 +
141 The systemd service-file configuration under /etc/sysconfig has been
142 removed. Please use
143 /etc/systemd/system/libvirtd.service.d/00gentoo.conf
144 -to control the '--listen' parameter for libvirtd. The configuration for the
145 -libvirt-guests.service is now found under
146 +to control the '--listen' parameter for libvirtd.
147 +
148 +The configuration for the 'libvirt-guests.service' is now found under
149 /etc/libvirt/libvirt-guests.conf
150 -The openrc configuration has not been changed. Thus no action is
151 -required for the openrc service manager."
152
153 -if ! use policykit; then
154 - DOC_CONTENTS+="\n\n"
155 - DOC_CONTENTS+="To allow normal users to connect to libvirtd you must change the\n"
156 - DOC_CONTENTS+="unix sock group and/or perms in /etc/libvirt/libvirtd.conf\n"
157 -fi
158 +The openrc configuration has not been changed. Thus no action is required
159 +for the openrc service manager."
160
161 -if use caps && use qemu; then
162 - DOC_CONTENTS+="\n\n"
163 - DOC_CONTENTS+="libvirt will now start qemu/kvm VMs with non-root privileges.\n"
164 - DOC_CONTENTS+="Ensure any resources your VMs use are accessible by qemu:qemu\n"
165 -fi
166 +! use policykit && DOC_CONTENTS+="
167 +
168 +To allow normal users to connect to libvirtd you must change the unix sock
169 +group and/or perms in /etc/libvirt/libvirtd.conf"
170 +
171 +use caps && use qemu && DOC_CONTENTS+="
172 +
173 +libvirt will now start qemu/kvm VMs with non-root privileges. Ensure any
174 +resources your VMs use are accessible by qemu:qemu"
175
176 LXC_CONFIG_CHECK="
177 ~CGROUPS
178
179
180
181 1.438 app-emulation/libvirt/ChangeLog
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.438&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.438&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.437&r2=1.438
186
187 Index: ChangeLog
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
190 retrieving revision 1.437
191 retrieving revision 1.438
192 diff -u -r1.437 -r1.438
193 --- ChangeLog 25 Jul 2015 21:36:21 -0000 1.437
194 +++ ChangeLog 25 Jul 2015 22:06:10 -0000 1.438
195 @@ -1,6 +1,10 @@
196 # ChangeLog for app-emulation/libvirt
197 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
198 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.437 2015/07/25 21:36:21 tamiko Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.438 2015/07/25 22:06:10 tamiko Exp $
200 +
201 + 25 Jul 2015; Matthias Maier <tamiko@g.o> libvirt-1.2.17-r1.ebuild,
202 + libvirt-9999.ebuild:
203 + cosmetic changes in README.gentoo
204
205 *libvirt-1.2.17-r1 (25 Jul 2015)