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.1.ebuild ChangeLog
Date: Fri, 20 Feb 2009 18:08:15
Message-Id: E1LaZnA-0001ix-M3@stork.gentoo.org
1 mr_bones_ 09/02/20 18:08:04
2
3 Modified: stellarium-0.10.1.ebuild ChangeLog
4 Log:
5 use cmake-utils_src_configure to make scarabeus happy
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 sci-astronomy/stellarium/stellarium-0.10.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild?r1=1.1&r2=1.2
14
15 Index: stellarium-0.10.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- stellarium-0.10.1.ebuild 6 Feb 2009 23:07:11 -0000 1.1
22 +++ stellarium-0.10.1.ebuild 20 Feb 2009 18:08:04 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 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.1.ebuild,v 1.1 2009/02/06 23:07:11 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild,v 1.2 2009/02/20 18:08:04 mr_bones_ Exp $
28
29 EAPI=2
30 inherit cmake-utils eutils
31 @@ -29,7 +29,7 @@
32
33 src_configure() {
34 mycmakeargs=$(cmake-utils_use_enable nls NLS)
35 - cmake-utils_src_configurein
36 + CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
37 }
38
39 src_install() {
40
41
42
43 1.48 sci-astronomy/stellarium/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.48&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.48&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.47&r2=1.48
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
52 retrieving revision 1.47
53 retrieving revision 1.48
54 diff -u -r1.47 -r1.48
55 --- ChangeLog 6 Feb 2009 23:07:11 -0000 1.47
56 +++ ChangeLog 20 Feb 2009 18:08:04 -0000 1.48
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sci-astronomy/stellarium
59 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.47 2009/02/06 23:07:11 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.48 2009/02/20 18:08:04 mr_bones_ Exp $
62 +
63 + 20 Feb 2009; Michael Sterrett <mr_bones_@g.o>
64 + stellarium-0.10.1.ebuild:
65 + use cmake-utils_src_configure to make scarabeus happy
66
67 *stellarium-0.10.1 (06 Feb 2009)