diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-12-29 23:07:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-12-29 23:07:22 +0000 |
commit | a62ff2bf4cbe351c6dbc69e5fdd220c12c6e2f85 (patch) | |
tree | 382c506509d01175f9a771e98d39112df0a85978 /sci-astronomy | |
parent | Mask sci-astronomy/orsa for removal in 30 days (diff) | |
download | gentoo-2-a62ff2bf4cbe351c6dbc69e5fdd220c12c6e2f85.tar.gz gentoo-2-a62ff2bf4cbe351c6dbc69e5fdd220c12c6e2f85.tar.bz2 gentoo-2-a62ff2bf4cbe351c6dbc69e5fdd220c12c6e2f85.zip |
Initial import
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/idlastro/ChangeLog | 10 | ||||
-rw-r--r-- | sci-astronomy/idlastro/Manifest | 4 | ||||
-rw-r--r-- | sci-astronomy/idlastro/idlastro-20111226.ebuild | 24 | ||||
-rw-r--r-- | sci-astronomy/idlastro/metadata.xml | 14 |
4 files changed, 52 insertions, 0 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog new file mode 100644 index 000000000000..e5af3ac6ce81 --- /dev/null +++ b/sci-astronomy/idlastro/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*idlastro-20111226 (29 Dec 2011) + + 29 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org> + +idlastro-20111226.ebuild, +metadata.xml: + Initial import + diff --git a/sci-astronomy/idlastro/Manifest b/sci-astronomy/idlastro/Manifest new file mode 100644 index 000000000000..7c660f487309 --- /dev/null +++ b/sci-astronomy/idlastro/Manifest @@ -0,0 +1,4 @@ +DIST idlastro-20111226.tar.gz 1350377 RMD160 fa30ffdc8879c2c1ec06f27e1853aaf1f228686a SHA1 fbe876bd35b4f0941513dae1c4f19427ebf3dbc4 SHA256 462f4100cdab8a0d67d0f7ed903b2ae15382e80461f8693eab8e9b776421ba7f +EBUILD idlastro-20111226.ebuild 596 RMD160 e063e6fcaf533531afa5a95bd11d1ce5ec064dc7 SHA1 6d8ef4d05de2c39ac58a6a0fef7dca1cb5858b1c SHA256 f3527f46daf9d6c395b6c44fd783afdefedeed973619d7b2d910388322579a15 +MISC ChangeLog 274 RMD160 94007f8bf1b2e47eee7d23fb3d7faf71c70b9817 SHA1 7220fa39c64b9c618159ab28bc7501ca1987c372 SHA256 d5cf8bae0fae89ca4f52319da8444798ec4d8f5cc2e2fb7a769af80ed1326d60 +MISC metadata.xml 661 RMD160 e353ce564b0163892738fa3baaa21ce729ad4c9a SHA1 d752b78fc76785b50cb10cca014d6393a2a19c79 SHA256 23100ecce36df42dc3cce4a3810eacdd128662fc845a8d831bb65809a7523ee9 diff --git a/sci-astronomy/idlastro/idlastro-20111226.ebuild b/sci-astronomy/idlastro/idlastro-20111226.ebuild new file mode 100644 index 000000000000..4e1afec6e923 --- /dev/null +++ b/sci-astronomy/idlastro/idlastro-20111226.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20111226.ebuild,v 1.1 2011/12/29 23:07:22 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="dev-lang/gdl" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/gdl/pro/${PN} + doins -r pro/* + dodoc *txt text/* +} diff --git a/sci-astronomy/idlastro/metadata.xml b/sci-astronomy/idlastro/metadata.xml new file mode 100644 index 000000000000..999356b8385e --- /dev/null +++ b/sci-astronomy/idlastro/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-astronomy</herd> +<longdescription lang="en"> + The IDL Astronomy Users Library is a central repository for + low-level astronomy software written in the commercial language + IDL or GNU version of it (GDL). The Library is not meant to be an + integrated package, but rather is a collection of procedures from + which users can pick and choose (and possibly modify) for their own + use. Submitted procedures are given a cursory testing, but are + basically stored in the Library as submitted. +</longdescription> +</pkgmetadata> |