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