Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@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: Sun, 06 Sep 2009 18:24:08
Message-Id: E1MkMPG-0006dV-42@stork.gentoo.org
1 bicatali 09/09/06 18:24:06
2
3 Modified: ChangeLog celestia-1.6.0.ebuild
4 Log:
5 Fixed when kde 3 when kde4 is installed, thanks to johannis, closing bug #282829
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.53 sci-astronomy/celestia/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.53&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.53&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.52&r2=1.53
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
18 retrieving revision 1.52
19 retrieving revision 1.53
20 diff -u -r1.52 -r1.53
21 --- ChangeLog 13 Aug 2009 00:38:47 -0000 1.52
22 +++ ChangeLog 6 Sep 2009 18:24:05 -0000 1.53
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-astronomy/celestia
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.52 2009/08/13 00:38:47 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.53 2009/09/06 18:24:05 bicatali Exp $
28 +
29 + 06 Sep 2009; Sébastien Fabbro <bicatali@g.o>
30 + celestia-1.6.0.ebuild, +files/celestia-1.6.0-kde-3.5.patch:
31 + Fixed when kde 3 when kde4 is installed, thanks to johannis, closing bug
32 + #282829
33
34 13 Aug 2009; Sébastien Fabbro <bicatali@g.o>
35 celestia-1.6.0.ebuild, -files/celestia-1.6.0-as-needed.patch:
36
37
38
39 1.3 sci-astronomy/celestia/celestia-1.6.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.2&r2=1.3
44
45 Index: celestia-1.6.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- celestia-1.6.0.ebuild 13 Aug 2009 00:38:47 -0000 1.2
52 +++ celestia-1.6.0.ebuild 6 Sep 2009 18:24:05 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.2 2009/08/13 00:38:47 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.3 2009/09/06 18:24:05 bicatali Exp $
58
59 EAPI=2
60 inherit eutils flag-o-matic gnome2 kde-functions autotools
61 @@ -67,6 +67,9 @@
62 epatch "${FILESDIR}"/${PN}-1.4.1-as-needed.patch
63 # missing includes with gcc 4.4
64 epatch "${FILESDIR}"/${PN}-1.5.1-gcc44.patch
65 + # needed for proper detection of kde-3.5 in the presence
66 + # of kde4
67 + epatch "${FILESDIR}"/${P}-kde-3.5.patch
68 # remove flags to let the user decide
69 for cf in -O2 -ffast-math \
70 -fexpensive-optimizations \