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: gaia-0.1.2.ebuild ChangeLog
Date: Thu, 29 May 2008 12:06:25
Message-Id: E1K1gtf-0003As-3Z@stork.gentoo.org
1 opfer 08/05/29 12:06:19
2
3 Modified: gaia-0.1.2.ebuild ChangeLog
4 Log:
5 fix compatability with scons >=0.98.3 as reported by coldwind in bug 223997
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 x11-misc/gaia/gaia-0.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?r1=1.8&r2=1.9
14
15 Index: gaia-0.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gaia-0.1.2.ebuild 11 May 2008 18:57:35 -0000 1.8
22 +++ gaia-0.1.2.ebuild 29 May 2008 12:06:18 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.8 2008/05/11 18:57:35 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.9 2008/05/29 12:06:18 opfer Exp $
28
29 inherit eutils
30
31 @@ -27,6 +27,8 @@
32
33 src_unpack() {
34 unpack ${A}
35 + cd "${S}"
36 + epatch "${FILESDIR}/${P}-scons-0.98.patch"
37
38 # the binary would fail with a wrong hard coded path for font.png
39 cd "${S}/programs/gaia/"
40
41
42
43 1.19 x11-misc/gaia/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 11 May 2008 18:57:35 -0000 1.18
56 +++ ChangeLog 29 May 2008 12:06:18 -0000 1.19
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-misc/gaia
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.18 2008/05/11 18:57:35 opfer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.19 2008/05/29 12:06:18 opfer Exp $
62 +
63 + 29 May 2008; Christian Faulhammer <opfer@g.o>
64 + +files/gaia-0.1.2-scons-0.98.patch, gaia-0.1.2.ebuild:
65 + fix compatability with scons >=0.98.3 as reported by coldwind in bug 223997
66
67 11 May 2008; Christian Faulhammer <opfer@g.o> gaia-0.1.2.ebuild:
68 put doxygen in build-time dependency as reported on bug 221701 by flameeyes
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list