summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-12-18 17:44:43 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-12-18 17:44:43 +0000
commitc8c5784e94797d047ad1c0463fa99814a3de0823 (patch)
tree3b2d6a3fba3789de6383022e8c9b321d1d583360 /sci-astronomy/idlastro
parentVersion bump. (diff)
downloadgentoo-2-c8c5784e94797d047ad1c0463fa99814a3de0823.tar.gz
gentoo-2-c8c5784e94797d047ad1c0463fa99814a3de0823.tar.bz2
gentoo-2-c8c5784e94797d047ad1c0463fa99814a3de0823.zip
Version bump
(Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy/idlastro')
-rw-r--r--sci-astronomy/idlastro/ChangeLog8
-rw-r--r--sci-astronomy/idlastro/idlastro-20121213.ebuild24
2 files changed, 30 insertions, 2 deletions
diff --git a/sci-astronomy/idlastro/ChangeLog b/sci-astronomy/idlastro/ChangeLog
index 97a78853ca35..1c8aeeda1743 100644
--- a/sci-astronomy/idlastro/ChangeLog
+++ b/sci-astronomy/idlastro/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-astronomy/idlastro
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.5 2012/07/03 22:19:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.6 2012/12/18 17:44:43 bicatali Exp $
+
+*idlastro-20121213 (18 Dec 2012)
+
+ 18 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +idlastro-20121213.ebuild:
+ Version bump
03 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -idlastro-20120206.ebuild,
idlastro-20120502.ebuild:
@@ -30,4 +35,3 @@
29 Dec 2011; Sébastien Fabbro <bicatali@gentoo.org>
+idlastro-20111226.ebuild, +metadata.xml:
Initial import
-
diff --git a/sci-astronomy/idlastro/idlastro-20121213.ebuild b/sci-astronomy/idlastro/idlastro-20121213.ebuild
new file mode 100644
index 000000000000..43bdb643f907
--- /dev/null
+++ b/sci-astronomy/idlastro/idlastro-20121213.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-20121213.ebuild,v 1.1 2012/12/18 17:44:43 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 ~amd64-linux ~x86-linux"
+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/*
+}