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: ChangeLog libvirt-0.9.3-r1.ebuild libvirt-0.9.3.ebuild
Date: Tue, 02 Aug 2011 21:47:50
Message-Id: 20110802214739.8D7D42004C@flycatcher.gentoo.org
1 cardoe 11/08/02 21:47:39
2
3 Modified: ChangeLog libvirt-0.9.3-r1.ebuild
4 libvirt-0.9.3.ebuild
5 Log:
6 libvirt 0.9.3 switched to using the libnuma v1 compat API because RHEL5 ships with libnuma 0.9.8. However, libnuma 2.0.0, 2.0.1, and 2.0.1 ship with broken v1 compat API components.
7
8 (Portage version: 2.1.10.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.124 app-emulation/libvirt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.124&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.124&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.123&r2=1.124
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
20 retrieving revision 1.123
21 retrieving revision 1.124
22 diff -u -r1.123 -r1.124
23 --- ChangeLog 25 Jul 2011 11:52:47 -0000 1.123
24 +++ ChangeLog 2 Aug 2011 21:47:39 -0000 1.124
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emulation/libvirt
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.123 2011/07/25 11:52:47 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.124 2011/08/02 21:47:39 cardoe Exp $
30 +
31 + 02 Aug 2011; Doug Goldstein <cardoe@g.o> libvirt-0.9.3.ebuild,
32 + libvirt-0.9.3-r1.ebuild:
33 + libvirt 0.9.3 switched to using the libnuma v1 compat API because RHEL5 ships
34 + with libnuma 0.9.8. However, libnuma 2.0.0, 2.0.1, and 2.0.1 ship with broken
35 + v1 compat API components.
36
37 25 Jul 2011; Diego E. Pettenò <flameeyes@g.o>
38 libvirt-0.9.3-r1.ebuild:
39
40
41
42 1.4 app-emulation/libvirt/libvirt-0.9.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild?r1=1.3&r2=1.4
47
48 Index: libvirt-0.9.3-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- libvirt-0.9.3-r1.ebuild 25 Jul 2011 11:52:47 -0000 1.3
55 +++ libvirt-0.9.3-r1.ebuild 2 Aug 2011 21:47:39 -0000 1.4
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild,v 1.3 2011/07/25 11:52:47 flameeyes Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3-r1.ebuild,v 1.4 2011/08/02 21:47:39 cardoe Exp $
61
62 BACKPORTS=2
63 AUTOTOOLIZE=yes
64 @@ -52,7 +52,7 @@
65 lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
66 macvtap? ( >=dev-libs/libnl-1.1 )
67 nfs? ( net-fs/nfs-utils )
68 - numa? ( sys-process/numactl )
69 + numa? ( >sys-process/numactl-2.0.2 )
70 openvz? ( sys-kernel/openvz-sources )
71 parted? (
72 >=sys-block/parted-1.8[device-mapper]
73
74
75
76 1.3 app-emulation/libvirt/libvirt-0.9.3.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild?r1=1.2&r2=1.3
81
82 Index: libvirt-0.9.3.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- libvirt-0.9.3.ebuild 20 Jul 2011 14:40:24 -0000 1.2
89 +++ libvirt-0.9.3.ebuild 2 Aug 2011 21:47:39 -0000 1.3
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild,v 1.2 2011/07/20 14:40:24 cardoe Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.3.ebuild,v 1.3 2011/08/02 21:47:39 cardoe Exp $
95
96 #BACKPORTS=1
97 #AUTOTOOLIZE=yes
98 @@ -52,7 +52,7 @@
99 lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
100 macvtap? ( >=dev-libs/libnl-1.1 )
101 nfs? ( net-fs/nfs-utils )
102 - numa? ( sys-process/numactl )
103 + numa? ( >sys-process/numactl-2.0.2 )
104 openvz? ( sys-kernel/openvz-sources )
105 parted? (
106 >=sys-block/parted-1.8[device-mapper]