Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: celestia-1.5.1.ebuild ChangeLog
Date: Thu, 06 Nov 2008 00:07:33
Message-Id: E1KxsPL-0007vF-1t@stork.gentoo.org
1 markusle 08/11/06 00:07:31
2
3 Modified: celestia-1.5.1.ebuild ChangeLog
4 Log:
5 Added patch to properly detect kde-3.5 header files (fixes bug #245219).
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.27-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.3 sci-astronomy/celestia/celestia-1.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?r1=1.2&r2=1.3
14
15 Index: celestia-1.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- celestia-1.5.1.ebuild 12 Oct 2008 11:24:55 -0000 1.2
22 +++ celestia-1.5.1.ebuild 6 Nov 2008 00:07:30 -0000 1.3
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/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.2 2008/10/12 11:24:55 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.3 2008/11/06 00:07:30 markusle Exp $
28
29 inherit eutils flag-o-matic gnome2 kde-functions autotools
30
31 @@ -84,6 +84,10 @@
32 # needed for kde GUI
33 epatch "${FILESDIR}"/${P}-arts.patch
34
35 + # needed for proper detection of kde-3.5 in the presence
36 + # of kde4
37 + epatch "${FILESDIR}"/${P}-kde-3.5.patch
38 +
39 # remove flags to let the user decide
40 for cf in -O2 -ffast-math \
41 -fexpensive-optimizations \
42
43
44
45 1.43 sci-astronomy/celestia/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 12 Oct 2008 11:24:55 -0000 1.42
58 +++ ChangeLog 6 Nov 2008 00:07:30 -0000 1.43
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sci-astronomy/celestia
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.42 2008/10/12 11:24:55 markusle Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.43 2008/11/06 00:07:30 markusle Exp $
64 +
65 + 05 Nov 2008; Markus Dittrich <markusle@g.o>
66 + +files/celestia-1.5.1-kde-3.5.patch, celestia-1.5.1.ebuild:
67 + Added patch to properly detect kde-3.5 header files (fixes bug #245219).
68
69 12 Oct 2008; Markus Dittrich <markusle@g.o> celestia-1.5.1.ebuild:
70 Added slot dependency on kde-3.5 to make sure we don't pull in kde 4