List Archive: gentoo-commits
bicatali 09/11/04 01:39:56
Modified: ChangeLog
Added: ast-5.2.0.ebuild
Log:
Version bump
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.10 sci-astronomy/ast/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 16 Sep 2009 03:33:14 -0000 1.9
+++ ChangeLog 4 Nov 2009 01:39:55 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for sci-astronomy/ast
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.9 2009/09/16 03:33:14 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.10 2009/11/04 01:39:55 bicatali Exp $
+
+*ast-5.2.0 (04 Nov 2009)
+
+ 04 Nov 2009; Sébastien Fabbro <bicatali@g.o> +ast-5.2.0.ebuild:
+ Version bump
16 Sep 2009; Markus Dittrich <markusle@g.o>
files/ast-5.1.0-makefile.in.patch:
1.1 sci-astronomy/ast/ast-5.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-5.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-5.2.0.ebuild?rev=1.1&content-type=text/plain
Index: ast-5.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-5.2.0.ebuild,v 1.1 2009/11/04 01:39:55 bicatali Exp $
EAPI=2
inherit eutils versionator
MYP="${PN}-$(replace_version_separator 2 '-')"
DESCRIPTION="Library for handling World Coordinate Systems in astronomy"
HOMEPAGE="http://www.starlink.ac.uk/~dsb/ast/ast.html"
SRC_URI="http://www.starlink.ac.uk/~dsb/${PN}/${MYP}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="sci-libs/pgplot"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MYP}"
src_prepare() {
# dont patch/sed Makefile.am because it requires special upstream automake
# not shipped
epatch "${FILESDIR}"/${PN}-5.1.0-makefile.in.patch
}
#src_configure() {
# PATH=".:${PATH}" econf
#}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
rm -rf "${D}"usr/{docs,help,manifests,news,share} || die
dodoc ast.news fac_1521_err
if use doc; then
dodoc *.ps || die "doc install failed"
fi
}
|
|