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/skycat: skycat-3.1.2-r1.ebuild ChangeLog
Date: Thu, 27 Nov 2014 19:05:25
Message-Id: 20141127190520.949B2B092@oystercatcher.gentoo.org
1 xarthisius 14/11/27 19:05:20
2
3 Modified: skycat-3.1.2-r1.ebuild ChangeLog
4 Log:
5 Append -DUSE_INTERP_RESULT to CPPFLAGS for Tk/Tcl >= 8.6 wrt #514604 by Patrick Lauer <patrick@g.o>
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
8
9 Revision Changes Path
10 1.4 sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: skycat-3.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- skycat-3.1.2-r1.ebuild 10 Aug 2014 20:32:07 -0000 1.3
23 +++ skycat-3.1.2-r1.ebuild 27 Nov 2014 19:05:20 -0000 1.4
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.3 2014/08/10 20:32:07 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.4 2014/11/27 19:05:20 xarthisius Exp $
29
30 EAPI=4
31 -inherit eutils autotools
32 +inherit eutils autotools flag-o-matic
33
34 DESCRIPTION="ESO astronomical image visualizer with catalog access"
35 HOMEPAGE="http://archive.eso.org/skycat"
36 @@ -45,6 +45,7 @@
37 }
38
39 src_configure() {
40 + append-cppflags -DUSE_INTERP_RESULT # 514604
41 econf $(use_enable threads) --enable-merge
42 }
43
44
45
46
47 1.14 sci-astronomy/skycat/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/ChangeLog?rev=1.14&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/ChangeLog?rev=1.14&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/skycat/ChangeLog?r1=1.13&r2=1.14
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v
56 retrieving revision 1.13
57 retrieving revision 1.14
58 diff -u -r1.13 -r1.14
59 --- ChangeLog 10 Aug 2014 20:32:07 -0000 1.13
60 +++ ChangeLog 27 Nov 2014 19:05:20 -0000 1.14
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sci-astronomy/skycat
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.13 2014/08/10 20:32:07 slyfox Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.14 2014/11/27 19:05:20 xarthisius Exp $
66 +
67 + 27 Nov 2014; Kacper Kowalik <xarthisius@g.o> skycat-3.1.2-r1.ebuild:
68 + Append -DUSE_INTERP_RESULT to CPPFLAGS for Tk/Tcl >= 8.6 wrt #514604 by
69 + Patrick Lauer <patrick@g.o>
70
71 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> skycat-3.1.2-r1.ebuild:
72 QA: drop trailing '.' from DESCRIPTION