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/ast: ChangeLog ast-5.3.1.ebuild ast-4.6.2-r2.ebuild ast-5.1.0.ebuild
Date: Wed, 27 Jan 2010 07:00:55
Message-Id: E1Na1tV-0003Ma-WA@stork.gentoo.org
1 bicatali 10/01/27 07:00:53
2
3 Modified: ChangeLog
4 Added: ast-5.3.1.ebuild
5 Removed: ast-4.6.2-r2.ebuild ast-5.1.0.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sci-astronomy/ast/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 4 Nov 2009 01:39:55 -0000 1.10
24 +++ ChangeLog 27 Jan 2010 07:00:53 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-astronomy/ast
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.10 2009/11/04 01:39:55 bicatali Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.11 2010/01/27 07:00:53 bicatali Exp $
31 +
32 +*ast-5.3.1 (27 Jan 2010)
33 +
34 + 27 Jan 2010; Sébastien Fabbro <bicatali@g.o> -ast-4.6.2-r2.ebuild,
35 + -files/ast-4.6.2-makefile.in.patch, -ast-5.1.0.ebuild, +ast-5.3.1.ebuild:
36 + Version bump
37
38 *ast-5.2.0 (04 Nov 2009)
39
40
41
42
43 1.1 sci-astronomy/ast/ast-5.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-5.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-5.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ast-5.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-5.3.1.ebuild,v 1.1 2010/01/27 07:00:53 bicatali Exp $
53
54 EAPI=2
55 inherit eutils versionator
56
57 MYP="${PN}-$(replace_version_separator 2 '-')"
58
59 DESCRIPTION="Library for handling World Coordinate Systems in astronomy"
60 HOMEPAGE="http://starlink.jach.hawaii.edu/starlink/AST"
61 SRC_URI="${HOMEPAGE}?action=AttachFile&do=get&target=${MYP}.tar.gz -> ${MYP}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="doc"
67 RDEPEND="sci-libs/pgplot"
68 DEPEND="${RDEPEND}"
69
70 S="${WORKDIR}/${MYP}"
71
72 src_prepare() {
73 # dont patch/sed Makefile.am because it requires special upstream automake
74 # not shipped
75 epatch "${FILESDIR}"/${PN}-5.1.0-makefile.in.patch
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed"
80 rm -rf "${D}"usr/{docs,help,manifests,news,share} || die
81 dodoc ast.news fac_1521_err
82 if use doc; then
83 dodoc *.ps || die "doc install failed"
84 fi
85 }