Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
Date: Thu, 24 Jun 2010 17:20:53
Message-Id: 20100624172049.551E02CF4C@corvid.gentoo.org
1 xarthisius 10/06/24 17:20:49
2
3 Modified: ChangeLog celestia-1.6.0.ebuild
4 Log:
5 Fix parallel install, fix build with GCC-4.5 wrt bug 317507. Thanks to Philipp <sefi@×××××××.de> for reporting and patch.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.63 sci-astronomy/celestia/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.63&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.63&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.62&r2=1.63
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
18 retrieving revision 1.62
19 retrieving revision 1.63
20 diff -u -r1.62 -r1.63
21 --- ChangeLog 8 Mar 2010 18:24:08 -0000 1.62
22 +++ ChangeLog 24 Jun 2010 17:20:48 -0000 1.63
23 @@ -1,6 +1,12 @@
24 # ChangeLog for sci-astronomy/celestia
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.62 2010/03/08 18:24:08 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.63 2010/06/24 17:20:48 xarthisius Exp $
28 +
29 + 24 Jun 2010; Kacper Kowalik <xarthisius@g.o> celestia-1.6.0.ebuild,
30 + +files/celestia-1.6.0-gcc45.patch,
31 + +files/celestia-1.6.0-parallel_install.patch:
32 + Fix parallel install, fix build with GCC-4.5 wrt bug 317507. Thanks to
33 + Philipp <sefi@×××××××.de> for reporting and patch.
34
35 08 Mar 2010; Samuli Suominen <ssuominen@g.o> celestia-1.6.0.ebuild,
36 +files/celestia-1.6.0-libpng14.patch:
37
38
39
40 1.12 sci-astronomy/celestia/celestia-1.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.11&r2=1.12
45
46 Index: celestia-1.6.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- celestia-1.6.0.ebuild 8 Mar 2010 18:24:08 -0000 1.11
53 +++ celestia-1.6.0.ebuild 24 Jun 2010 17:20:48 -0000 1.12
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.11 2010/03/08 18:24:08 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.12 2010/06/24 17:20:48 xarthisius Exp $
59
60 EAPI=2
61 inherit eutils flag-o-matic gnome2 autotools
62 @@ -58,8 +58,10 @@
63 epatch "${FILESDIR}"/${PN}-1.5.1-gcc44.patch
64 # needed for proper detection of kde-3.5 in the presence
65 # of kde4
66 - epatch "${FILESDIR}"/${P}-kde-3.5.patch
67 - epatch "${FILESDIR}"/${P}-libpng14.patch
68 + epatch "${FILESDIR}"/${P}-kde-3.5.patch \
69 + "${FILESDIR}"/${P}-libpng14.patch \
70 + "${FILESDIR}"/${P}-gcc45.patch \
71 + "${FILESDIR}"/${P}-parallel_install.patch
72 # remove flags to let the user decide
73 for cf in -O2 -ffast-math \
74 -fexpensive-optimizations \