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: libvirt-9999.ebuild libvirt-0.10.2.ebuild ChangeLog
Date: Sun, 30 Sep 2012 05:07:29
Message-Id: 20120930050707.2FB9C21600@flycatcher.gentoo.org
1 cardoe 12/09/30 05:07:07
2
3 Modified: libvirt-9999.ebuild libvirt-0.10.2.ebuild ChangeLog
4 Log:
5 Bump the init script to fix an issue where the halt command could not be used during the correct phase with OpenRC.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.40 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.40&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?r1=1.39&r2=1.40
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.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- libvirt-9999.ebuild 30 Sep 2012 03:34:54 -0000 1.39
23 +++ libvirt-9999.ebuild 30 Sep 2012 05:07:07 -0000 1.40
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-9999.ebuild,v 1.39 2012/09/30 03:34:54 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.40 2012/09/30 05:07:07 cardoe Exp $
29
30 EAPI=4
31
32 @@ -304,7 +304,7 @@
33 use libvirtd || return 0
34 # From here, only libvirtd-related instructions, be warned!
35
36 - newinitd "${FILESDIR}/libvirtd.init-r8" libvirtd || die
37 + newinitd "${FILESDIR}/libvirtd.init-r9" libvirtd || die
38 newconfd "${FILESDIR}/libvirtd.confd-r3" libvirtd || die
39
40 keepdir /var/lib/libvirt/images
41
42
43
44 1.2 app-emulation/libvirt/libvirt-0.10.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild?r1=1.1&r2=1.2
49
50 Index: libvirt-0.10.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- libvirt-0.10.2.ebuild 30 Sep 2012 02:45:55 -0000 1.1
57 +++ libvirt-0.10.2.ebuild 30 Sep 2012 05:07:07 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild,v 1.1 2012/09/30 02:45:55 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.ebuild,v 1.2 2012/09/30 05:07:07 cardoe Exp $
63
64 EAPI=4
65
66 @@ -316,7 +316,7 @@
67 use libvirtd || return 0
68 # From here, only libvirtd-related instructions, be warned!
69
70 - newinitd "${FILESDIR}/libvirtd.init-r8" libvirtd || die
71 + newinitd "${FILESDIR}/libvirtd.init-r9" libvirtd || die
72 newconfd "${FILESDIR}/libvirtd.confd-r3" libvirtd || die
73
74 keepdir /var/lib/libvirt/images
75
76
77
78 1.214 app-emulation/libvirt/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.214&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.214&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.213&r2=1.214
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
87 retrieving revision 1.213
88 retrieving revision 1.214
89 diff -u -r1.213 -r1.214
90 --- ChangeLog 30 Sep 2012 03:34:54 -0000 1.213
91 +++ ChangeLog 30 Sep 2012 05:07:07 -0000 1.214
92 @@ -1,6 +1,11 @@
93 # ChangeLog for app-emulation/libvirt
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.213 2012/09/30 03:34:54 cardoe Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.214 2012/09/30 05:07:07 cardoe Exp $
97 +
98 + 30 Sep 2012; Doug Goldstein <cardoe@g.o> libvirt-0.10.2.ebuild,
99 + libvirt-9999.ebuild, +files/libvirtd.init-r9:
100 + Bump the init script to fix an issue where the halt command could not be used
101 + during the correct phase with OpenRC.
102
103 30 Sep 2012; Doug Goldstein <cardoe@g.o> libvirt-9999.ebuild:
104 Update the live ebuild to the latest tweak in 0.10.2.