summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r--sci-astronomy/idlastro/ChangeLog10
-rw-r--r--sci-astronomy/idlastro/Manifest10
-rw-r--r--sci-astronomy/idlastro/idlastro-20120120.ebuild24
3 files changed, 38 insertions, 6 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/Manifest b/sci-astronomy/idlastro/Manifest
index 56a477716ad1..86fc0381795a 100644
--- a/sci-astronomy/idlastro/Manifest
+++ b/sci-astronomy/idlastro/Manifest
@@ -2,13 +2,15 @@
Hash: SHA1
DIST idlastro-20111226.tar.gz 1350377 RMD160 fa30ffdc8879c2c1ec06f27e1853aaf1f228686a SHA1 fbe876bd35b4f0941513dae1c4f19427ebf3dbc4 SHA256 462f4100cdab8a0d67d0f7ed903b2ae15382e80461f8693eab8e9b776421ba7f
+DIST idlastro-20120120.tar.gz 1353741 RMD160 4abd786a59e01c0f75c0d38c686f4783330d9247 SHA1 01e6d5e585a35a62f0b0a86c3a58a191611fab8c SHA256 387a35e52a27a0c03621335b5ea2fbc58ba13d0456da57f82c7801c0e5a8ba46
EBUILD idlastro-20111226.ebuild 597 RMD160 2bdf399a7675ba3134282ea4dcab492ad721f9d8 SHA1 dc7f5bd627127ed6ac344bbff418aad297111aca SHA256 f34e046d98cbc22dad5162118447c45e397ec2ac4bba7e654a35f64d9f986615
-MISC ChangeLog 370 RMD160 98c92e1115815e55b7324243ba4572c08b473924 SHA1 a344dce9a47e97a80a18b54da3392a94347fa114 SHA256 537f16a3023a99511b065dcc91c6807baa470d61346012359ba307373f82748a
+EBUILD idlastro-20120120.ebuild 607 RMD160 d08b4f462ce56ed3ee017f9fcaa345d6ad2c8885 SHA1 7df61c81755ac7a4ad7a7103594b68f3ce8fac99 SHA256 3ff5fd2dae844ee9b8c84251662263b93545ec5478f9f06626ea7c1e21c9e56b
+MISC ChangeLog 504 RMD160 2c53bdeb21634826f3bb1ddafd3b43eccbf37f28 SHA1 9d29cb9f125cdec40f583a03309cef8d4fe1c9b7 SHA256 2d5c0c52c022fba636acea45cddac6f42820614c864cb55f88fd1f66d050b850
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
+iEYEARECAAYFAk8pek0ACgkQ1ycZbhPLE2CXYgCeNH9GPXJFMCpox75vQkAgFVtz
+mVgAoKHCHi2FIvjZLi0zAo12p7M9Jmbv
+=GhRW
-----END PGP SIGNATURE-----
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/*
+}