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/xfitsview: ChangeLog xfitsview-2.2.ebuild
Date: Tue, 11 Sep 2007 11:43:42
Message-Id: E1IV42f-00058l-Mi@stork.gentoo.org
1 bicatali 07/09/11 11:36:29
2
3 Modified: ChangeLog
4 Added: xfitsview-2.2.ebuild
5 Log:
6 Version bump. Closing bug #191885.
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.2 sci-astronomy/xfitsview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 19 Apr 2007 16:27:39 -0000 1.1
23 +++ ChangeLog 11 Sep 2007 11:36:29 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-astronomy/xfitsview
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.1 2007/04/19 16:27:39 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.2 2007/09/11 11:36:29 bicatali Exp $
29 +
30 +*xfitsview-2.2 (11 Sep 2007)
31 +
32 + 11 Sep 2007; Sébastien Fabbro <bicatali@g.o>
33 + +xfitsview-2.2.ebuild:
34 + Version bump. Closing bug #191885.
35
36 *xfitsview-2.1 (19 Apr 2007)
37
38
39
40
41 1.1 sci-astronomy/xfitsview/xfitsview-2.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfitsview-2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v 1.1 2007/09/11 11:36:29 bicatali Exp $
51
52 inherit eutils
53
54 MY_PN=XFITSview
55 MY_P=${MY_PN}${PV}
56
57 DESCRIPTION="Viewer for astronomical images in FITS format"
58 HOMEPAGE="http://www.nrao.edu/software/fitsview/"
59 SRC_URI="ftp://ftp.cv.nrao.edu/fits/os-support/unix/xfitsview/${PN}${PV}.tgz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65 RESTRICT="test"
66 DEPEND="virtual/motif"
67
68 S=${WORKDIR}/${MY_PN}
69
70 src_compile() {
71 econf || die "econf failed"
72 # trick to make parallel building work
73 for d in fitssubs src; do
74 pushd ${d}
75 emake || die "emake ${d} failed"
76 popd
77 done
78 emake -j1 || die "emake failed"
79 }
80
81 src_install() {
82 dobin XFITSview || die "dobin failed"
83 dodoc README changes notes.text || die "dodoc failed"
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list