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 xen-tools-4.2.2-r4.ebuild ChangeLog
Date: Tue, 30 Jul 2013 06:35:02
Message-Id: 20130730063453.0D0972171C@flycatcher.gentoo.org
1 idella4 13/07/30 06:34:52
2
3 Modified: xen-tools-4.3.0.ebuild xen-tools-4.2.2-r4.ebuild
4 ChangeLog
5 Log:
6 previous mentioned fix to #445986 appears not to have gone through, repeat + applied to 4.2.2-r4
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.15 app-emulation/xen-tools/xen-tools-4.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.14&r2=1.15
16
17 Index: xen-tools-4.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- xen-tools-4.3.0.ebuild 27 Jul 2013 17:33:03 -0000 1.14
24 +++ xen-tools-4.3.0.ebuild 30 Jul 2013 06:34:52 -0000 1.15
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.3.0.ebuild,v 1.14 2013/07/27 17:33:03 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.15 2013/07/30 06:34:52 idella4 Exp $
30
31 EAPI=5
32
33 @@ -221,7 +221,7 @@
34
35 use flask || sed -e "/SUBDIRS-y += flask/d" -i tools/Makefile || die
36 use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die
37 - sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C &:' -i tools/firmware/Makefile || die
38 + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' -i tools/firmware/Makefile || die
39
40 epatch_user
41 }
42
43
44
45 1.3 app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?r1=1.2&r2=1.3
50
51 Index: xen-tools-4.2.2-r4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- xen-tools-4.2.2-r4.ebuild 21 Jul 2013 16:09:11 -0000 1.2
58 +++ xen-tools-4.2.2-r4.ebuild 30 Jul 2013 06:34:52 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.2 2013/07/21 16:09:11 idella4 Exp $
63 +# $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 $
64
65 EAPI=5
66
67 @@ -228,6 +228,9 @@
68 sed -e 's:^BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(SHARE_DIR)/bash-completion:' \
69 -i Config.mk || die
70
71 + # Bug 445986
72 + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' -i tools/firmware/Makefile || die
73 +
74 epatch_user
75 }
76
77
78
79
80 1.184 app-emulation/xen-tools/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.184&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.184&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.183&r2=1.184
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
89 retrieving revision 1.183
90 retrieving revision 1.184
91 diff -u -r1.183 -r1.184
92 --- ChangeLog 27 Jul 2013 17:33:03 -0000 1.183
93 +++ ChangeLog 30 Jul 2013 06:34:52 -0000 1.184
94 @@ -1,6 +1,11 @@
95 # ChangeLog for app-emulation/xen-tools
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.183 2013/07/27 17:33:03 idella4 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.184 2013/07/30 06:34:52 idella4 Exp $
99 +
100 + 30 Jul 2013; Ian Delaney <idella4@g.o> xen-tools-4.2.2-r4.ebuild,
101 + xen-tools-4.3.0.ebuild:
102 + previous mentioned fix to #445986 appears not to have gone through, repeat +
103 + applied to 4.2.2-r4
104
105 27 Jul 2013; Ian Delaney <idella4@g.o> xen-tools-4.3.0.ebuild:
106 Add dep markdown, make dep transfig unconditional, sed statement to correct