Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: stellarium-0.10.4.ebuild ChangeLog
Date: Thu, 29 Apr 2010 00:20:39
Message-Id: 20100429002036.685BD2C04C@corvid.gentoo.org
1 mr_bones_ 10/04/29 00:20:36
2
3 Modified: stellarium-0.10.4.ebuild ChangeLog
4 Log:
5 Add gcc45 patch submitted by Philipp via bug #317465
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 sci-astronomy/stellarium/stellarium-0.10.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild?r1=1.3&r2=1.4
14
15 Index: stellarium-0.10.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- stellarium-0.10.4.ebuild 18 Apr 2010 17:15:55 -0000 1.3
22 +++ stellarium-0.10.4.ebuild 29 Apr 2010 00:20:36 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild,v 1.3 2010/04/18 17:15:55 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.4.ebuild,v 1.4 2010/04/29 00:20:36 mr_bones_ Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils
31 @@ -42,6 +42,10 @@
32 nls? ( sys-devel/gettext )
33 x11-libs/libXt"
34
35 +src_prepare() {
36 + epatch "${FILESDIR}"/${P}-gcc45.patch # bug #317465
37 +}
38 +
39 src_configure() {
40 mycmakeargs="$mycmakeargs $(cmake-utils_use_enable nls NLS)"
41 CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
42
43
44
45 1.61 sci-astronomy/stellarium/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.61&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.61&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.60&r2=1.61
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
54 retrieving revision 1.60
55 retrieving revision 1.61
56 diff -u -r1.60 -r1.61
57 --- ChangeLog 18 Apr 2010 17:15:55 -0000 1.60
58 +++ ChangeLog 29 Apr 2010 00:20:36 -0000 1.61
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sci-astronomy/stellarium
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.60 2010/04/18 17:15:55 nixnut Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.61 2010/04/29 00:20:36 mr_bones_ Exp $
64 +
65 + 29 Apr 2010; Michael Sterrett <mr_bones_@g.o>
66 + stellarium-0.10.4.ebuild, +files/stellarium-0.10.4-gcc45.patch:
67 + Add gcc45 patch submitted by Philipp via bug #317465
68
69 18 Apr 2010; <nixnut@g.o> stellarium-0.10.4.ebuild:
70 ppc stable #311921