Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/gaia: ChangeLog gaia-0.1.2.ebuild
Date: Wed, 11 Jun 2008 06:55:56
Message-Id: E1K6KFK-0000RS-Hl@stork.gentoo.org
1 opfer 08/06/11 06:55:50
2
3 Modified: ChangeLog gaia-0.1.2.ebuild
4 Log:
5 fix build errors with GCC 4.3 and curl 7.18, thanks to loki_val in bug 225265
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.20 x11-misc/gaia/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 29 May 2008 12:06:18 -0000 1.19
22 +++ ChangeLog 11 Jun 2008 06:55:50 -0000 1.20
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-misc/gaia
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.19 2008/05/29 12:06:18 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.20 2008/06/11 06:55:50 opfer Exp $
28 +
29 + 11 Jun 2008; Christian Faulhammer <opfer@g.o>
30 + +files/gaia-0.1.2-curl-7.18.patch, +files/gaia-0.1.2-gcc43.patch,
31 + gaia-0.1.2.ebuild:
32 + fix build errors with GCC 4.3 and curl 7.18, thanks to loki_val in bug 225265
33
34 29 May 2008; Christian Faulhammer <opfer@g.o>
35 +files/gaia-0.1.2-scons-0.98.patch, gaia-0.1.2.ebuild:
36
37
38
39 1.10 x11-misc/gaia/gaia-0.1.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?r1=1.9&r2=1.10
44
45 Index: gaia-0.1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- gaia-0.1.2.ebuild 29 May 2008 12:06:18 -0000 1.9
52 +++ gaia-0.1.2.ebuild 11 Jun 2008 06:55:50 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.9 2008/05/29 12:06:18 opfer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.10 2008/06/11 06:55:50 opfer Exp $
58
59 inherit eutils
60
61 @@ -29,6 +29,8 @@
62 unpack ${A}
63 cd "${S}"
64 epatch "${FILESDIR}/${P}-scons-0.98.patch"
65 + epatch "${FILESDIR}/${P}-gcc43.patch"
66 + epatch "${FILESDIR}/${P}-curl-7.18.patch"
67
68 # the binary would fail with a wrong hard coded path for font.png
69 cd "${S}/programs/gaia/"
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list