From c8c5784e94797d047ad1c0463fa99814a3de0823 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 18 Dec 2012 17:44:43 +0000 Subject: Version bump (Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360) --- sci-astronomy/idlastro/ChangeLog | 8 ++++++-- sci-astronomy/idlastro/idlastro-20121213.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 sci-astronomy/idlastro/idlastro-20121213.ebuild (limited to 'sci-astronomy/idlastro') diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog index 97a78853ca35..1c8aeeda1743 100644 --- a/sci-astronomy/idlastro/ChangeLog +++ b/sci-astronomy/idlastro/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-astronomy/idlastro # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.5 2012/07/03 22:19:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.6 2012/12/18 17:44:43 bicatali Exp $ + +*idlastro-20121213 (18 Dec 2012) + + 18 Dec 2012; Sébastien Fabbro +idlastro-20121213.ebuild: + Version bump 03 Jul 2012; Sébastien Fabbro -idlastro-20120206.ebuild, idlastro-20120502.ebuild: @@ -30,4 +35,3 @@ 29 Dec 2011; Sébastien Fabbro +idlastro-20111226.ebuild, +metadata.xml: Initial import - diff --git a/sci-astronomy/idlastro/idlastro-20121213.ebuild b/sci-astronomy/idlastro/idlastro-20121213.ebuild new file mode 100644 index 000000000000..43bdb643f907 --- /dev/null +++ b/sci-astronomy/idlastro/idlastro-20121213.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20121213.ebuild,v 1.1 2012/12/18 17:44:43 bicatali Exp $ + +EAPI=4 + +DESCRIPTION="Astronomical user routines for IDL" +HOMEPAGE="http://idlastro.gsfc.nasa.gov/" +SRC_URI="${HOMEPAGE}/ftp/astron.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +DEPEND="" +RDEPEND=">=dev-lang/gdl-0.9.2-r1" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/gnudatalanguage/${PN} + doins -r pro/* + dodoc *txt text/* +} -- cgit v1.2.3-65-gdbad