Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.10.1.ebuild ChangeLog
Date: Thu, 07 Jun 2012 15:36:13
Message-Id: 20120607153601.3D3E32004B@flycatcher.gentoo.org
1 jlec 12/06/07 15:36:01
2
3 Modified: spice-0.10.1.ebuild ChangeLog
4 Log:
5 Add fix for underlinking detected by gold
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-emulation/spice/spice-0.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.10.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.10.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.10.1.ebuild?r1=1.4&r2=1.5
15
16 Index: spice-0.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- spice-0.10.1.ebuild 3 May 2012 18:49:07 -0000 1.4
23 +++ spice-0.10.1.ebuild 7 Jun 2012 15:36:01 -0000 1.5
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/spice/spice-0.10.1.ebuild,v 1.4 2012/05/03 18:49:07 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.1.ebuild,v 1.5 2012/06/07 15:36:01 jlec Exp $
29
30 EAPI=4
31
32 @@ -39,7 +39,9 @@
33 # * TODO: add slirp for tunnel-support
34
35 src_prepare() {
36 - epatch "${FILESDIR}/0.10.1-disable-werror.patch"
37 + epatch \
38 + "${FILESDIR}/0.10.1-disable-werror.patch" \
39 + "${FILESDIR}/${PV}-gold.patch"
40 eautoreconf
41 }
42
43
44
45
46 1.25 app-emulation/spice/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.25&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.25&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.24&r2=1.25
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
55 retrieving revision 1.24
56 retrieving revision 1.25
57 diff -u -r1.24 -r1.25
58 --- ChangeLog 3 May 2012 18:49:07 -0000 1.24
59 +++ ChangeLog 7 Jun 2012 15:36:01 -0000 1.25
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-emulation/spice
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.24 2012/05/03 18:49:07 jdhore Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.25 2012/06/07 15:36:01 jlec Exp $
65 +
66 + 07 Jun 2012; Justin Lecher <jlec@g.o> +files/0.10.1-gold.patch,
67 + spice-0.10.1.ebuild:
68 + Add fix for underlinking detected by gold
69
70 03 May 2012; Jeff Horelick <jdhore@g.o> spice-0.8.1.ebuild,
71 spice-0.8.2-r1.ebuild, spice-0.10.0.ebuild, spice-0.10.1.ebuild: