Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-1.0.1.ebuild ChangeLog
Date: Wed, 07 Mar 2012 17:11:17
Message-Id: 20120307171057.222032004B@flycatcher.gentoo.org
1 slyfox 12/03/07 17:10:57
2
3 Modified: qemu-1.0.1.ebuild ChangeLog
4 Log:
5 Added patces from upstream for '--disable-debug-info' and '--enable-xfsctl'. Fixes configure failure (bug #406851 by Markus Peloquin and others).
6
7 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/qemu/qemu-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qemu-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qemu-1.0.1.ebuild 3 Mar 2012 17:19:52 -0000 1.1
23 +++ qemu-1.0.1.ebuild 7 Mar 2012 17:10:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild,v 1.1 2012/03/03 17:19:52 lu_zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.0.1.ebuild,v 1.2 2012/03/07 17:10:57 slyfox Exp $
29
30 EAPI=4
31
32 @@ -135,6 +135,9 @@
33 EPATCH_EXCLUDE="0033-PPC-Fix-linker-scripts-on-ppc-hosts.patch" \
34 EPATCH_FORCE="yes" epatch
35
36 + epatch "${FILESDIR}"/${PN}-1.0-unmagic-debug.patch
37 + epatch "${FILESDIR}"/${PN}-1.0-unmagic-xfsctl.patch
38 +
39 # prevent docs to get automatically installed
40 sed -i '/$(DESTDIR)$(docdir)/d' Makefile || die
41
42
43
44
45 1.108 app-emulation/qemu/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.108&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.108&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.107&r2=1.108
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
54 retrieving revision 1.107
55 retrieving revision 1.108
56 diff -u -r1.107 -r1.108
57 --- ChangeLog 3 Mar 2012 17:19:52 -0000 1.107
58 +++ ChangeLog 7 Mar 2012 17:10:57 -0000 1.108
59 @@ -1,6 +1,12 @@
60 # ChangeLog for app-emulation/qemu
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.107 2012/03/03 17:19:52 lu_zero Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.108 2012/03/07 17:10:57 slyfox Exp $
64 +
65 + 07 Mar 2012; Sergei Trofimovich <slyfox@g.o>
66 + +files/qemu-1.0-unmagic-debug.patch, +files/qemu-1.0-unmagic-xfsctl.patch,
67 + qemu-1.0.1.ebuild:
68 + Added patces from upstream for '--disable-debug-info' and '--enable-xfsctl'.
69 + Fixes configure failure (bug #406851 by Markus Peloquin and others).
70
71 *qemu-1.0.1 (03 Mar 2012)