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/stiff: stiff-1.12.ebuild ChangeLog
Date: Tue, 28 Jul 2009 16:31:23
Message-Id: E1MVpaB-00060J-Vi@stork.gentoo.org
1 bicatali 09/07/28 16:31:19
2
3 Modified: ChangeLog
4 Added: stiff-1.12.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-astronomy/stiff/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stiff/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stiff/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stiff/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 17 Feb 2009 21:04:02 -0000 1.1
23 +++ ChangeLog 28 Jul 2009 16:31:19 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-astronomy/stiff
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.1 2009/02/17 21:04:02 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.2 2009/07/28 16:31:19 bicatali Exp $
29 +
30 +*stiff-1.12 (28 Jul 2009)
31 +
32 + 28 Jul 2009; Sébastien Fabbro <bicatali@g.o> +stiff-1.12.ebuild,
33 + +files/stiff-configure.patch:
34 + Version bump
35
36 *stiff-1.10 (17 Feb 2009)
37
38
39
40
41 1.1 sci-astronomy/stiff/stiff-1.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stiff/stiff-1.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stiff/stiff-1.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: stiff-1.12.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-1.12.ebuild,v 1.1 2009/07/28 16:31:19 bicatali Exp $
51
52 EAPI=2
53 inherit autotools eutils
54
55 DESCRIPTION="Converts astronomical FITS images to the TIFF format for illustration purposes."
56 HOMEPAGE="http://astromatic.iap.fr/software/stiff"
57 SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc"
63 DEPEND=""
64
65 src_prepare() {
66 epatch "${FILESDIR}"/${PN}-configure.patch
67 eautoreconf
68 }
69
70
71 src_install () {
72 emake DESTDIR="${D}" install || die "emake install failed"
73 dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS
74 use doc && dodoc doc/*
75 }