Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.1-r2.ebuild ChangeLog
Date: Sat, 07 Dec 2013 06:49:46
Message-Id: 20131207064941.9D5012004B@flycatcher.gentoo.org
1 idella4 13/12/07 06:49:41
2
3 Modified: xen-tools-4.3.1-r2.ebuild ChangeLog
4 Log:
5 corrections to previous patch by dlan, tested by him
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: xen-tools-4.3.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xen-tools-4.3.1-r2.ebuild 6 Dec 2013 23:34:11 -0000 1.1
23 +++ xen-tools-4.3.1-r2.ebuild 7 Dec 2013 06:49:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild,v 1.1 2013/12/06 23:34:11 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r2.ebuild,v 1.2 2013/12/07 06:49:41 idella4 Exp $
29
30 EAPI=5
31
32 @@ -319,9 +319,9 @@
33 newinitd "${FILESDIR}"/xenstored.initd xenstored
34 newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled
35 newinitd "${FILESDIR}"/xencommons.initd xencommons
36 - newinitd "${FILESDIR}"/xencommons.confd xencommons
37 + newconfd "${FILESDIR}"/xencommons.confd xencommons
38 newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev
39 - newinitd "${FILESDIR}"/xenqemudev.confd xenqemudev
40 + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev
41
42 if use screen; then
43 cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die
44 @@ -341,7 +341,7 @@
45 fi
46
47 # xend expects these to exist
48 - keepdir /var/run/xenstored /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen
49 + keepdir /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen
50
51 # for xendomains
52 keepdir /etc/xen/auto
53
54
55
56 1.204 app-emulation/xen-tools/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.204&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.204&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.203&r2=1.204
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
65 retrieving revision 1.203
66 retrieving revision 1.204
67 diff -u -r1.203 -r1.204
68 --- ChangeLog 6 Dec 2013 23:34:11 -0000 1.203
69 +++ ChangeLog 7 Dec 2013 06:49:41 -0000 1.204
70 @@ -1,6 +1,11 @@
71 # ChangeLog for app-emulation/xen-tools
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.203 2013/12/06 23:34:11 idella4 Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.204 2013/12/07 06:49:41 idella4 Exp $
75 +
76 + 07 Dec 2013; Ian Delaney <idella4@g.o> files/xencommons.confd,
77 + files/xenconsoled.initd, files/xenqemudev.initd, files/xenstored.confd,
78 + files/xenstored.initd, xen-tools-4.3.1-r1.ebuild, xen-tools-4.3.1-r2.ebuild:
79 + corrections to previous patch by dlan, tested by him
80
81 *xen-tools-4.3.1-r2 (06 Dec 2013)