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.0.ebuild ChangeLog
Date: Sat, 27 Jul 2013 15:50:43
Message-Id: 20130727155036.2E28A2171C@flycatcher.gentoo.org
1 idella4 13/07/27 15:50:36
2
3 Modified: xen-tools-4.3.0.ebuild ChangeLog
4 Log:
5 for 4.3.0; upgrade jserver.patch, substitute with correct code to set IUSE api, flask capable builds, rm whitespace in init script, thanks for support from mva
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.13 app-emulation/xen-tools/xen-tools-4.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.12&r2=1.13
15
16 Index: xen-tools-4.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- xen-tools-4.3.0.ebuild 26 Jul 2013 16:03:53 -0000 1.12
23 +++ xen-tools-4.3.0.ebuild 27 Jul 2013 15:50:36 -0000 1.13
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.0.ebuild,v 1.12 2013/07/26 16:03:53 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.13 2013/07/27 15:50:36 idella4 Exp $
29
30 EAPI=5
31
32 @@ -117,9 +117,6 @@
33 die "Unsupported architecture!"
34 fi
35 fi
36 -
37 - use api && export "LIBXENAPI_BINDINGS=y"
38 - use flask && export "FLASK_ENABLE=y"
39 }
40
41 src_prepare() {
42 @@ -196,7 +193,7 @@
43 epatch "${FILESDIR}"/${PN/-tools/}-4.2.0-nostrip.patch
44
45 # fix jobserver in Makefile
46 - epatch "${FILESDIR}"/${PN/-tools/}-4.2.0-jserver.patch
47 + epatch "${FILESDIR}"/${PN/-tools/}-4.3-jserver.patch
48
49 # add missing header
50 epatch "${FILESDIR}"/xen-4-ulong.patch
51 @@ -221,6 +218,9 @@
52 mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die
53 fi
54
55 + use flask || sed -e "/SUBDIRS-y += flask/d" -i tools/Makefile || die
56 + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die
57 +
58 epatch_user
59 }
60
61
62
63
64 1.182 app-emulation/xen-tools/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.182&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.182&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.181&r2=1.182
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
73 retrieving revision 1.181
74 retrieving revision 1.182
75 diff -u -r1.181 -r1.182
76 --- ChangeLog 27 Jul 2013 06:11:03 -0000 1.181
77 +++ ChangeLog 27 Jul 2013 15:50:36 -0000 1.182
78 @@ -1,6 +1,13 @@
79 # ChangeLog for app-emulation/xen-tools
80 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.181 2013/07/27 06:11:03 idella4 Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.182 2013/07/27 15:50:36 idella4 Exp $
83 +
84 + 27 Jul 2013; Ian Delaney <idella4@g.o> +files/xen-4.3-jserver.patch,
85 + files/xenconsoled.initd, files/xend.initd-r1, files/xend.initd-r2,
86 + files/xenstored.initd, xen-tools-4.3.0.ebuild:
87 + for 4.3.0; upgrade jserver.patch, substitute with correct code to set IUSE
88 + api, flask capable builds, rm whitespace in init script, thanks for support
89 + from mva
90
91 27 Jul 2013; Ian Delaney <idella4@g.o> files/xendomains.initd-r1,
92 files/xendomains.initd-r2: