diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-01 17:45:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-01 17:45:40 +0000 |
commit | 8adbf06db385497a7cb7c77aa63ecd499b438f3b (patch) | |
tree | dd2c398e43c166622ae4eca90d4f7cfbf4c15ceb /sci-astronomy/idlastro | |
parent | Marking gprolog-1.4.0 ppc for bug 398837 (diff) | |
download | gentoo-2-8adbf06db385497a7cb7c77aa63ecd499b438f3b.tar.gz gentoo-2-8adbf06db385497a7cb7c77aa63ecd499b438f3b.tar.bz2 gentoo-2-8adbf06db385497a7cb7c77aa63ecd499b438f3b.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r-- | sci-astronomy/idlastro/ChangeLog | 10 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20120120.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog index e5af3ac6ce81..1bd8f22b6777 100644 --- a/sci-astronomy/idlastro/ChangeLog +++ b/sci-astronomy/idlastro/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/idlastro -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.1 2011/12/29 23:07:22 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.2 2012/02/01 17:45:40 bicatali Exp $ + +*idlastro-20120120 (01 Feb 2012) + + 01 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> + +idlastro-20120120.ebuild: + Version bump *idlastro-20111226 (29 Dec 2011) diff --git a/sci-astronomy/idlastro/idlastro-20120120.ebuild b/sci-astronomy/idlastro/idlastro-20120120.ebuild new file mode 100644 index 000000000000..b1c3804e8914 --- /dev/null +++ b/sci-astronomy/idlastro/idlastro-20120120.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-20120120.ebuild,v 1.1 2012/02/01 17:45:40 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/* +} |