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.2.1-r2.ebuild xen-tools-4.2.0-r3.ebuild ChangeLog
Date: Tue, 05 Mar 2013 18:05:39
Message-Id: 20130305180535.328C32171D@flycatcher.gentoo.org
1 idella4 13/03/05 18:05:35
2
3 Modified: xen-tools-4.2.1-r2.ebuild xen-tools-4.2.0-r3.ebuild
4 ChangeLog
5 Log:
6 Fix paths for qemu files, fixes Bug #458818 by Tomoatsu Shimada
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.6 app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild?r1=1.5&r2=1.6
16
17 Index: xen-tools-4.2.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- xen-tools-4.2.1-r2.ebuild 12 Feb 2013 06:34:04 -0000 1.5
24 +++ xen-tools-4.2.1-r2.ebuild 5 Mar 2013 18:05:35 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild,v 1.5 2013/02/12 06:34:04 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild,v 1.6 2013/03/05 18:05:35 idella4 Exp $
30
31 EAPI=5
32
33 @@ -229,7 +229,6 @@
34 export PYTHONDONTWRITEBYTECODE
35
36 emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-tools
37 -# XEN_PYTHON_NATIVE_INSTALL=y install-tools
38
39 # Fix the remaining Python shebangs.
40 python_fix_shebang "${D}"
41 @@ -271,9 +270,13 @@
42 keepdir /var/log/xen-consoles
43 fi
44
45 + # Set dirs for qemu files,; Bug #458818
46 if use qemu; then
47 - mkdir -p "${D}"usr/lib64/xen/bin || die
48 - mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/lib64/xen/bin/ || die
49 + if use x86; then
50 + dodir /usr/lib/xen/bin
51 + elif use amd64; then
52 + mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/$(get_libdir)/xen/bin/ || die
53 + fi
54 fi
55
56 # For -static-libs wrt Bug 384355
57
58
59
60 1.10 app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?rev=1.10&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?rev=1.10&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild?r1=1.9&r2=1.10
65
66 Index: xen-tools-4.2.0-r3.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v
69 retrieving revision 1.9
70 retrieving revision 1.10
71 diff -u -r1.9 -r1.10
72 --- xen-tools-4.2.0-r3.ebuild 22 Feb 2013 10:36:08 -0000 1.9
73 +++ xen-tools-4.2.0-r3.ebuild 5 Mar 2013 18:05:35 -0000 1.10
74 @@ -1,6 +1,6 @@
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.9 2013/02/22 10:36:08 idella4 Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.10 2013/03/05 18:05:35 idella4 Exp $
79
80 EAPI=5
81
82 @@ -268,11 +268,16 @@
83 keepdir /var/log/xen-consoles
84 fi
85
86 + # Set dirs for qemu files,; Bug #458818
87 if use qemu; then
88 - mkdir -p "${D}"usr/lib64/xen/bin || die
89 - mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/lib64/xen/bin/ || die
90 - fi # For -static-libs wrt Bug 384355
91 + if use x86; then
92 + dodir /usr/lib/xen/bin
93 + elif use amd64; then
94 + mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/$(get_libdir)/xen/bin/ || die
95 + fi
96 + fi
97
98 + # For -static-libs wrt Bug 384355
99 if ! use static-libs; then
100 rm -f "${D}"usr/$(get_libdir)/*.a "${ED}"usr/$(get_libdir)/ocaml/*/*.a
101 fi
102
103
104
105 1.144 app-emulation/xen-tools/ChangeLog
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.144&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.144&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.143&r2=1.144
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
114 retrieving revision 1.143
115 retrieving revision 1.144
116 diff -u -r1.143 -r1.144
117 --- ChangeLog 24 Feb 2013 10:39:11 -0000 1.143
118 +++ ChangeLog 5 Mar 2013 18:05:35 -0000 1.144
119 @@ -1,6 +1,10 @@
120 # ChangeLog for app-emulation/xen-tools
121 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.143 2013/02/24 10:39:11 idella4 Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.144 2013/03/05 18:05:35 idella4 Exp $
124 +
125 + 05 Mar 2013; Ian Delaney <idella4@g.o> xen-tools-4.2.0-r3.ebuild,
126 + xen-tools-4.2.1-r2.ebuild:
127 + Fix paths for qemu files, fixes Bug #458818 by Tomoatsu Shimada
128
129 24 Feb 2013; Ian Delaney <idella4@g.o> files/xendomains.initd-r1,
130 files/xendomains.initd-r2: