Initial import
authorSebastien Fabbro <bicatali@gentoo.org>
Thu, 29 Dec 2011 23:07:22 +0000 (23:07 +0000)
committerSebastien Fabbro <bicatali@gentoo.org>
Thu, 29 Dec 2011 23:07:22 +0000 (23:07 +0000)
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64

sci-astronomy/idlastro/ChangeLog [new file with mode: 0644]
sci-astronomy/idlastro/Manifest [new file with mode: 0644]
sci-astronomy/idlastro/idlastro-20111226.ebuild [new file with mode: 0644]
sci-astronomy/idlastro/metadata.xml [new file with mode: 0644]

diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog
new file mode 100644 (file)
index 0000000..e5af3ac
--- /dev/null
@@ -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 (file)
index 0000000..56a4777
--- /dev/null
@@ -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 (file)
index 0000000..4e1afec
--- /dev/null
@@ -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 (file)
index 0000000..999356b
--- /dev/null
@@ -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>