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: ChangeLog xen-tools-4.2.2-r4.ebuild
Date: Tue, 30 Jul 2013 07:08:41
Message-Id: 20130730070835.CDAEC20081@flycatcher.gentoo.org
1 idella4 13/07/30 07:08:35
2
3 Modified: ChangeLog xen-tools-4.2.2-r4.ebuild
4 Log:
5 alternate fix to Bug #472976 by patch by Andreas Kinzler wrt to Bug #472976 by Andreas Kinzler
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.186 app-emulation/xen-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.186&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.186&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.185&r2=1.186
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
19 retrieving revision 1.185
20 retrieving revision 1.186
21 diff -u -r1.185 -r1.186
22 --- ChangeLog 30 Jul 2013 06:38:21 -0000 1.185
23 +++ ChangeLog 30 Jul 2013 07:08:35 -0000 1.186
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/xen-tools
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.185 2013/07/30 06:38:21 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.186 2013/07/30 07:08:35 idella4 Exp $
29 +
30 + 30 Jul 2013; Ian Delaney <idella4@g.o>
31 + +files/xen-tools-4.2.2-install.patch, xen-tools-4.2.2-r4.ebuild:
32 + alternate fix to Bug #472976 by patch by Andreas Kinzler wrt to Bug #472976 by
33 + Andreas Kinzler
34
35 30 Jul 2013; Ian Delaney <idella4@g.o> xen-tools-4.3.0.ebuild:
36 verbosity level hard set in src_compile, fixes Bug #477678 by hasufell
37
38
39
40 1.4 app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?r1=1.3&r2=1.4
45
46 Index: xen-tools-4.2.2-r4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- xen-tools-4.2.2-r4.ebuild 30 Jul 2013 06:34:52 -0000 1.3
53 +++ xen-tools-4.2.2-r4.ebuild 30 Jul 2013 07:08:35 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.3 2013/07/30 06:34:52 idella4 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.4 2013/07/30 07:08:35 idella4 Exp $
59
60 EAPI=5
61
62 @@ -202,6 +202,9 @@
63 # Set dom0-min-mem to kb; Bug #472982
64 epatch "${FILESDIR}"/${PN/-tools/}-4.2-configsxp.patch
65
66 + # Bug #
67 + epatch "${FILESDIR}"/${P}-install.patch
68 +
69 #Security patches, currently valid
70 epatch "${FILESDIR}"/xen-4-CVE-2012-6075-XSA-41.patch \
71 "${FILESDIR}"/xen-4-CVE-2013-1922-XSA-48.patch \
72 @@ -330,14 +333,6 @@
73 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
74 find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \
75 -o -name openbios-ppc -o -name palcode-clipper \) -delete || die
76 -
77 - if use qemu; then
78 - mv "${D}"usr/local/etc/qemu "${D}"etc/ || die
79 - mv "${D}"usr/local/share/doc/qemu "${D}"usr/share/doc/{$PF}/ || die
80 - mv "${D}"usr/local/share/man/man1/* "${D}"usr/share/man/man1/ || die
81 - mv "${D}"usr/local/share/man/man8/* "${D}"usr/share/man/man8/ || die
82 - rm -r "${D}"usr/local/ || die
83 - fi
84 }
85
86 pkg_postinst() {