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/xephem: xephem-3.7.5.ebuild ChangeLog
Date: Sun, 30 Sep 2012 19:51:08
Message-Id: 20120930195053.B776D21600@flycatcher.gentoo.org
1 xarthisius 12/09/30 19:50:53
2
3 Modified: xephem-3.7.5.ebuild ChangeLog
4 Log:
5 Respect AR, RANLIB wrt #436646 by Agostino Sarubbo <ago@g.o>
6
7 (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sci-astronomy/xephem/xephem-3.7.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild?r1=1.5&r2=1.6
15
16 Index: xephem-3.7.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xephem-3.7.5.ebuild 30 Sep 2012 11:58:18 -0000 1.5
23 +++ xephem-3.7.5.ebuild 30 Sep 2012 19:50:53 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.5 2012/09/30 11:58:18 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.6 2012/09/30 19:50:53 xarthisius Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs
32 @@ -22,11 +22,12 @@
33 # make sure we use system libs and respect user flags
34 epatch \
35 "${FILESDIR}"/${PN}-3.7.4-libs-flags.patch \
36 - "${FILESDIR}"/${PN}-3.7.4-overflows.patch
37 + "${FILESDIR}"/${PN}-3.7.4-overflows.patch \
38 + "${FILESDIR}"/${P}-respect-flags.patch
39 }
40
41 src_compile() {
42 - tc-export CC
43 + tc-export CC AR RANLIB
44 cd GUI/xephem || die
45 emake
46 local i
47
48
49
50 1.42 sci-astronomy/xephem/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/ChangeLog?rev=1.42&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/ChangeLog?rev=1.42&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/xephem/ChangeLog?r1=1.41&r2=1.42
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v
59 retrieving revision 1.41
60 retrieving revision 1.42
61 diff -u -r1.41 -r1.42
62 --- ChangeLog 30 Sep 2012 11:58:18 -0000 1.41
63 +++ ChangeLog 30 Sep 2012 19:50:53 -0000 1.42
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sci-astronomy/xephem
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.41 2012/09/30 11:58:18 ago Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.42 2012/09/30 19:50:53 xarthisius Exp $
69 +
70 + 30 Sep 2012; Kacper Kowalik <xarthisius@g.o>
71 + +files/xephem-3.7.5-respect-flags.patch, xephem-3.7.5.ebuild:
72 + Respect AR, RANLIB wrt #436646 by Agostino Sarubbo <ago@g.o>
73
74 30 Sep 2012; Agostino Sarubbo <ago@g.o> xephem-3.7.5.ebuild:
75 Stable for amd64, wrt bug #423673