Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: celestia-1.6.1.ebuild ChangeLog
Date: Tue, 01 Nov 2011 08:13:12
Message-Id: 20111101081301.5B8792004B@flycatcher.gentoo.org
1 xarthisius 11/11/01 08:13:01
2
3 Modified: celestia-1.6.1.ebuild ChangeLog
4 Log:
5 Combine all patches fixing linking issues into one
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-astronomy/celestia/celestia-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild?r1=1.9&r2=1.10
15
16 Index: celestia-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- celestia-1.6.1.ebuild 31 Oct 2011 20:08:58 -0000 1.9
23 +++ celestia-1.6.1.ebuild 1 Nov 2011 08:13:01 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.9 2011/10/31 20:08:58 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.10 2011/11/01 08:13:01 xarthisius Exp $
29
30 EAPI=2
31
32 @@ -54,16 +54,11 @@
33 epatch "${FILESDIR}"/${PN}-1.5.0-desktop.patch
34 # add a ~/.celestia for extra directories
35 epatch "${FILESDIR}"/${PN}-1.6.0-cfg.patch
36 - # --as-needed fix
37 - epatch "${FILESDIR}"/${P}-as-needed.patch
38 # fix missing includes for gcc-4.6
39 epatch "${FILESDIR}"/${P}-gcc46.patch
40 - # underlinking fix with USE="-gnome -gtk"
41 - epatch "${FILESDIR}"/${P}-gold.patch
42 # missing zlib.h include with libpng15
43 - epatch "${FILESDIR}"/${P}-libpng15.patch
44 - # another underlinking fix, bug 387609
45 - epatch "${FILESDIR}"/${P}-underlinking.patch
46 + epatch "${FILESDIR}"/${P}-libpng15.patch \
47 + "${FILESDIR}"/${P}-linking.patch
48
49 # remove flags to let the user decide
50 for cf in -O2 -ffast-math \
51
52
53
54 1.81 sci-astronomy/celestia/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.81&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.81&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.80&r2=1.81
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
63 retrieving revision 1.80
64 retrieving revision 1.81
65 diff -u -r1.80 -r1.81
66 --- ChangeLog 31 Oct 2011 23:20:37 -0000 1.80
67 +++ ChangeLog 1 Nov 2011 08:13:01 -0000 1.81
68 @@ -1,6 +1,12 @@
69 # ChangeLog for sci-astronomy/celestia
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.80 2011/10/31 23:20:37 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.81 2011/11/01 08:13:01 xarthisius Exp $
73 +
74 + 01 Nov 2011; Kacper Kowalik <xarthisius@g.o> celestia-1.6.1.ebuild,
75 + -files/celestia-1.6.1-as-needed.patch, -files/celestia-1.6.1-gold.patch,
76 + +files/celestia-1.6.1-linking.patch,
77 + -files/celestia-1.6.1-underlinking.patch:
78 + Combine all patches fixing linking issues into one
79
80 31 Oct 2011; Samuli Suominen <ssuominen@g.o>
81 -files/celestia-1.4.1-as-needed.patch, -files/celestia-1.5.1-gcc44.patch,