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.9.ebuild ChangeLog
Date: Fri, 31 Oct 2014 07:17:14
Message-Id: 20141031071709.44A459203@oystercatcher.gentoo.org
1 tamiko 14/10/31 07:17:09
2
3 Modified: libvirt-9999.ebuild libvirt-1.2.9.ebuild ChangeLog
4 Log:
5 require app-emulation/qemu[usb,usbredir] to make virt-manager (and related) happy, thanks to mgorny for pointing this out
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
8
9 Revision Changes Path
10 1.59 app-emulation/libvirt/libvirt-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?r1=1.58&r2=1.59
15
16 Index: libvirt-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- libvirt-9999.ebuild 21 Oct 2014 18:27:48 -0000 1.58
23 +++ libvirt-9999.ebuild 31 Oct 2014 07:17:09 -0000 1.59
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.58 2014/10/21 18:27:48 tamiko Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.59 2014/10/31 07:17:09 tamiko Exp $
29
30 EAPI=5
31
32 @@ -83,7 +83,7 @@
33 pcap? ( >=net-libs/libpcap-1.0.0 )
34 policykit? ( >=sys-auth/polkit-0.9 )
35 qemu? (
36 - >=app-emulation/qemu-0.13.0
37 + >=app-emulation/qemu-0.13.0[usb,usbredir]
38 dev-libs/yajl
39 !systemd? ( sys-power/pm-utils )
40 )
41
42
43
44 1.4 app-emulation/libvirt/libvirt-1.2.9.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild?r1=1.3&r2=1.4
49
50 Index: libvirt-1.2.9.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- libvirt-1.2.9.ebuild 27 Oct 2014 14:17:51 -0000 1.3
57 +++ libvirt-1.2.9.ebuild 31 Oct 2014 07:17:09 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild,v 1.3 2014/10/27 14:17:51 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9.ebuild,v 1.4 2014/10/31 07:17:09 tamiko Exp $
63
64 EAPI=5
65
66 @@ -83,7 +83,7 @@
67 pcap? ( >=net-libs/libpcap-1.0.0 )
68 policykit? ( >=sys-auth/polkit-0.9 )
69 qemu? (
70 - >=app-emulation/qemu-0.13.0
71 + >=app-emulation/qemu-0.13.0[usb,usbredir]
72 dev-libs/yajl
73 !systemd? ( sys-power/pm-utils )
74 )
75
76
77
78 1.376 app-emulation/libvirt/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.376&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.376&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.375&r2=1.376
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
87 retrieving revision 1.375
88 retrieving revision 1.376
89 diff -u -r1.375 -r1.376
90 --- ChangeLog 31 Oct 2014 06:54:37 -0000 1.375
91 +++ ChangeLog 31 Oct 2014 07:17:09 -0000 1.376
92 @@ -1,6 +1,11 @@
93 # ChangeLog for app-emulation/libvirt
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.375 2014/10/31 06:54:37 tamiko Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.376 2014/10/31 07:17:09 tamiko Exp $
97 +
98 + 31 Oct 2014; Matthias Maier <tamiko@g.o> libvirt-1.2.9.ebuild,
99 + libvirt-9999.ebuild:
100 + require app-emulation/qemu[usb,usbredir] to make virt-manager (and related)
101 + happy, thanks to mgorny for pointing this out
102
103 31 Oct 2014; Matthias Maier <tamiko@g.o> -libvirt-1.1.3.4.ebuild,
104 -libvirt-1.2.3.ebuild, -libvirt-1.2.5.ebuild, -libvirt-1.2.6.ebuild: