diff options
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r-- | sci-astronomy/idlastro/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20120502.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog index d99a84e2c38a..524ea431c417 100644 --- a/sci-astronomy/idlastro/ChangeLog +++ b/sci-astronomy/idlastro/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2012/02/15 16:58:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.4 2012/05/11 17:12:57 bicatali Exp $ + +*idlastro-20120502 (11 May 2012) + + 11 May 2012; Sébastien Fabbro <bicatali@gentoo.org> + +idlastro-20120502.ebuild: + Version bump *idlastro-20120206 (15 Feb 2012) diff --git a/sci-astronomy/idlastro/idlastro-20120502.ebuild b/sci-astronomy/idlastro/idlastro-20120502.ebuild new file mode 100644 index 000000000000..0acfe210e7fa --- /dev/null +++ b/sci-astronomy/idlastro/idlastro-20120502.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-20120502.ebuild,v 1.1 2012/05/11 17:12:57 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" +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/* +} |