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-r1.ebuild xen-tools-4.2.2-r4.ebuild ChangeLog
Date: Mon, 04 Nov 2013 12:58:54
Message-Id: 20131104125847.C770D2004B@flycatcher.gentoo.org
1 idella4 13/11/04 12:58:47
2
3 Modified: xen-tools-4.3.0-r1.ebuild xen-tools-4.2.2-r4.ebuild
4 ChangeLog
5 Log:
6 Add patch by dlan, fixes Bug 379537 by flameeyes
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: xen-tools-4.3.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xen-tools-4.3.0-r1.ebuild 4 Nov 2013 11:37:51 -0000 1.1
24 +++ xen-tools-4.3.0-r1.ebuild 4 Nov 2013 12:58:47 -0000 1.2
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-r1.ebuild,v 1.1 2013/11/04 11:37:51 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r1.ebuild,v 1.2 2013/11/04 12:58:47 idella4 Exp $
30
31 EAPI=5
32
33 @@ -224,6 +224,9 @@
34 use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die
35 sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' -i tools/firmware/Makefile || die
36
37 + # Bug 379537
38 + epatch "${FILESDIR}"/fix-gold-ld.patch
39 +
40 epatch_user
41 }
42
43
44
45
46 1.8 app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild?r1=1.7&r2=1.8
51
52 Index: xen-tools-4.2.2-r4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- xen-tools-4.2.2-r4.ebuild 4 Oct 2013 18:06:23 -0000 1.7
59 +++ xen-tools-4.2.2-r4.ebuild 4 Nov 2013 12:58:47 -0000 1.8
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.7 2013/10/04 18:06:23 idella4 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r4.ebuild,v 1.8 2013/11/04 12:58:47 idella4 Exp $
65
66 EAPI=5
67
68 @@ -233,6 +233,9 @@
69 # Bug 445986
70 sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' -i tools/firmware/Makefile || die
71
72 + # Bug 379537
73 + epatch "${FILESDIR}"/fix-gold-ld.patch
74 +
75 epatch_user
76 }
77
78
79
80
81 1.196 app-emulation/xen-tools/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.196&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.196&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.195&r2=1.196
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
90 retrieving revision 1.195
91 retrieving revision 1.196
92 diff -u -r1.195 -r1.196
93 --- ChangeLog 4 Nov 2013 11:37:51 -0000 1.195
94 +++ ChangeLog 4 Nov 2013 12:58:47 -0000 1.196
95 @@ -1,6 +1,10 @@
96 # ChangeLog for app-emulation/xen-tools
97 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.195 2013/11/04 11:37:51 idella4 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.196 2013/11/04 12:58:47 idella4 Exp $
100 +
101 + 04 Nov 2013; Ian Delaney <idella4@g.o> +files/fix-gold-ld.patch,
102 + xen-tools-4.2.2-r4.ebuild, xen-tools-4.3.0-r1.ebuild:
103 + Add patch by dlan, fixes Bug 379537 by flameeyes
104
105 *xen-tools-4.3.0-r1 (04 Nov 2013)