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.13.ebuild
Date: Sun, 08 Jul 2012 04:23:36
Message-Id: 20120708042326.AD1AC20063@flycatcher.gentoo.org
1 cardoe 12/07/08 04:23:26
2
3 Modified: ChangeLog libvirt-0.9.13.ebuild
4 Log:
5 Add a patch to whitelist rbd migration since its now good in 0.9.13
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.196 app-emulation/libvirt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 8 Jul 2012 04:12:16 -0000 1.195
23 +++ ChangeLog 8 Jul 2012 04:23:26 -0000 1.196
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/libvirt
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.195 2012/07/08 04:12:16 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.196 2012/07/08 04:23:26 cardoe Exp $
29 +
30 + 07 Jul 2012; Doug Goldstein <cardoe@g.o> libvirt-0.9.13.ebuild,
31 + +files/libvirt-0.9.13-qemu-add-rbd-to-whitelist-of-migration-safe-formats.pat
32 + ch:
33 + Add a patch to whitelist rbd migration since its now good in 0.9.13
34
35 07 Jul 2012; Doug Goldstein <cardoe@g.o> libvirt-0.9.13.ebuild,
36 metadata.xml:
37
38
39
40 1.4 app-emulation/libvirt/libvirt-0.9.13.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild?r1=1.3&r2=1.4
45
46 Index: libvirt-0.9.13.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- libvirt-0.9.13.ebuild 8 Jul 2012 04:12:16 -0000 1.3
53 +++ libvirt-0.9.13.ebuild 8 Jul 2012 04:23:26 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild,v 1.3 2012/07/08 04:12:16 cardoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.13.ebuild,v 1.4 2012/07/08 04:23:26 cardoe Exp $
59
60 EAPI=4
61
62 @@ -160,6 +160,8 @@
63 EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
64 epatch
65
66 + epatch "${FILESDIR}/${P}-qemu-add-rbd-to-whitelist-of-migration-safe-formats.patch"
67 +
68 if [[ ${PV} = *9999* ]]; then
69
70 # git checkouts require bootstrapping to create the configure script.