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: ChangeLog celestia-1.5.1.ebuild
Date: Sun, 12 Oct 2008 11:24:57
Message-Id: E1Koz4B-0002x0-Ri@stork.gentoo.org
1 markusle 08/10/12 11:24:55
2
3 Modified: ChangeLog celestia-1.5.1.ebuild
4 Log:
5 Added slot dependency on kde-3.5 to make sure we don't pull in kde 4 (fixes bug #241392).
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.42 sci-astronomy/celestia/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 24 Jun 2008 17:20:03 -0000 1.41
22 +++ ChangeLog 12 Oct 2008 11:24:55 -0000 1.42
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-astronomy/celestia
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.41 2008/06/24 17:20:03 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.42 2008/10/12 11:24:55 markusle Exp $
28 +
29 + 12 Oct 2008; Markus Dittrich <markusle@g.o> celestia-1.5.1.ebuild:
30 + Added slot dependency on kde-3.5 to make sure we don't pull in kde 4
31 + (fixes bug #241392).
32
33 *celestia-1.5.1 (24 Jun 2008)
34
35
36
37
38 1.2 sci-astronomy/celestia/celestia-1.5.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild?r1=1.1&r2=1.2
43
44 Index: celestia-1.5.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- celestia-1.5.1.ebuild 24 Jun 2008 17:20:03 -0000 1.1
51 +++ celestia-1.5.1.ebuild 12 Oct 2008 11:24:55 -0000 1.2
52 @@ -1,9 +1,11 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.1 2008/06/24 17:20:03 markusle Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.2 2008/10/12 11:24:55 markusle Exp $
57
58 inherit eutils flag-o-matic gnome2 kde-functions autotools
59
60 +EAPI="1"
61 +
62 DESCRIPTION="OpenGL 3D space simulator"
63 HOMEPAGE="http://www.shatters.net/celestia/"
64 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
65 @@ -27,7 +29,7 @@
66 >=x11-libs/gtkglext-1.0
67 >=gnome-base/libgnomeui-2.0
68 ) )
69 - kde? ( !gnome? ( >=kde-base/kdelibs-3.0.5 ) )
70 + kde? ( !gnome? ( kde-base/kdelibs:3.5 ) )
71 !gtk? ( !gnome? ( !kde? ( virtual/glut ) ) )
72 arts? ( kde-base/arts )
73 lua? ( >=dev-lang/lua-5.0 )