Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/skycat: ChangeLog skycat-3.0.2.ebuild
Date: Thu, 26 Jun 2008 11:34:36
Message-Id: E1KBpkE-0003oN-Pf@stork.gentoo.org
1 bicatali 08/06/26 11:34:30
2
3 Modified: ChangeLog
4 Added: skycat-3.0.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 sci-astronomy/skycat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/skycat/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/skycat/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/skycat/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 17 Jun 2008 08:57:32 -0000 1.2
23 +++ ChangeLog 26 Jun 2008 11:34:30 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-astronomy/skycat
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.2 2008/06/17 08:57:32 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.3 2008/06/26 11:34:30 bicatali Exp $
29 +
30 +*skycat-3.0.2 (26 Jun 2008)
31 +
32 + 26 Jun 2008; Sébastien Fabbro <bicatali@g.o> +skycat-3.0.2.ebuild:
33 + Version bump
34
35 17 Jun 2008; Sébastien Fabbro <bicatali@g.o>
36 -files/skycat-3.0.1-gcc41.patch, +files/skycat-3.0.1-gcc43.patch,
37
38
39
40 1.1 sci-astronomy/skycat/skycat-3.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/skycat/skycat-3.0.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/skycat/skycat-3.0.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: skycat-3.0.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.0.2.ebuild,v 1.1 2008/06/26 11:34:30 bicatali Exp $
50
51 inherit eutils autotools
52
53 DESCRIPTION="ESO astronomical image visualizer with catalog access."
54 HOMEPAGE="http://archive.eso.org/skycat"
55 SRC_URI="ftp://ftp.eso.org/pub/archive/${PN}/Sources/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58
59 KEYWORDS="~amd64 ~x86"
60 IUSE="threads"
61
62 DEPEND="x11-libs/libXext
63 >=dev-tcltk/tclx-2.4
64 >=dev-tcltk/blt-2.4
65 >=dev-tcltk/itcl-3.3
66 >=dev-tcltk/iwidgets-4.0.1
67 >=dev-tcltk/tkimg-1.3"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 # fix buggy tcl.m4 for bash3
73 epatch "${FILESDIR}"/${PN}-3.0.1-m4.patch
74 # fix old style headers, set as error by new g++
75 epatch "${FILESDIR}"/${PN}-3.0.1-gcc43.patch
76 eautoconf
77 }
78
79 src_compile() {
80 econf \
81 $(use_enable threads) \
82 || die "econf failed"
83 emake
84 # a second time to make sure every dir passed
85 emake || die "emake failed"
86 }
87
88 src_install() {
89 emake DESTDIR="${D}" install || die "emake install failed"
90 dodoc README CHANGES VERSION
91 for d in tclutil astrotcl rtd cat skycat; do
92 docinto ${d}
93 for f in README CHANGES VERSION; do
94 newdoc ${f} ${f}.${d}
95 done
96 done
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list