summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-12-29 23:07:22 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-12-29 23:07:22 +0000
commit93fae81f42429b7ac4a6dbf9c7ac910134d9d7b2 (patch)
tree9d8a4faf86474f4aeb99db563362e62cfc007c82 /sci-astronomy/idlastro
parentMask sci-astronomy/orsa for removal in 30 days (diff)
downloadhistorical-93fae81f42429b7ac4a6dbf9c7ac910134d9d7b2.tar.gz
historical-93fae81f42429b7ac4a6dbf9c7ac910134d9d7b2.tar.bz2
historical-93fae81f42429b7ac4a6dbf9c7ac910134d9d7b2.zip
Initial import
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r--sci-astronomy/idlastro/ChangeLog10
-rw-r--r--sci-astronomy/idlastro/Manifest14
-rw-r--r--sci-astronomy/idlastro/idlastro-20111226.ebuild24
-rw-r--r--sci-astronomy/idlastro/metadata.xml14
4 files changed, 62 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..56a477716ad1
--- /dev/null
+++ b/sci-astronomy/idlastro/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST idlastro-20111226.tar.gz 1350377 RMD160 fa30ffdc8879c2c1ec06f27e1853aaf1f228686a SHA1 fbe876bd35b4f0941513dae1c4f19427ebf3dbc4 SHA256 462f4100cdab8a0d67d0f7ed903b2ae15382e80461f8693eab8e9b776421ba7f
+EBUILD idlastro-20111226.ebuild 597 RMD160 2bdf399a7675ba3134282ea4dcab492ad721f9d8 SHA1 dc7f5bd627127ed6ac344bbff418aad297111aca SHA256 f34e046d98cbc22dad5162118447c45e397ec2ac4bba7e654a35f64d9f986615
+MISC ChangeLog 370 RMD160 98c92e1115815e55b7324243ba4572c08b473924 SHA1 a344dce9a47e97a80a18b54da3392a94347fa114 SHA256 537f16a3023a99511b065dcc91c6807baa470d61346012359ba307373f82748a
+MISC metadata.xml 661 RMD160 e353ce564b0163892738fa3baaa21ce729ad4c9a SHA1 d752b78fc76785b50cb10cca014d6393a2a19c79 SHA256 23100ecce36df42dc3cce4a3810eacdd128662fc845a8d831bb65809a7523ee9
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk788rMACgkQ1ycZbhPLE2AqvwCgokw3O/SvaHcUsVq2uW37balF
+ljUAn3wqqBRUBJSsRhRPqvSDhumWPb/b
+=dvdA
+-----END PGP SIGNATURE-----
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>