From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 14E91138200 for ; Mon, 17 Jun 2013 01:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E6DE08BD; Mon, 17 Jun 2013 01:07:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19001E08BD for ; Mon, 17 Jun 2013 01:07:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02E2633DF3D for ; Mon, 17 Jun 2013 01:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5C0D7E5464 for ; Mon, 17 Jun 2013 01:07:07 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1371426883.0545dbf2a8433b621c78a4a419f3d83618f69c48.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/healpix_idl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/healpix_idl/ChangeLog sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild sci-astronomy/healpix_idl/metadata.xml X-VCS-Directories: sci-astronomy/healpix_idl/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 0545dbf2a8433b621c78a4a419f3d83618f69c48 X-VCS-Branch: master Date: Mon, 17 Jun 2013 01:07:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: daa2cf03-35b6-498d-ba92-f6f14071410c X-Archives-Hash: a022e0dba259082cf4b41d29d93656c2 commit: 0545dbf2a8433b621c78a4a419f3d83618f69c48 Author: Sébastien Fabbro gentoo org> AuthorDate: Sun Jun 16 23:54:43 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sun Jun 16 23:54:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0545dbf2 sci-astronomy/healpix_idl: Initial import Package-Manager: portage-2.2.01.22013-prefix RepoMan-Options: --force --- sci-astronomy/healpix_idl/ChangeLog | 9 ++++++ sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild | 37 +++++++++++++++++++++++ sci-astronomy/healpix_idl/metadata.xml | 12 ++++++++ 3 files changed, 58 insertions(+) diff --git a/sci-astronomy/healpix_idl/ChangeLog b/sci-astronomy/healpix_idl/ChangeLog new file mode 100644 index 0000000..e12f4a5 --- /dev/null +++ b/sci-astronomy/healpix_idl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-astronomy/healpix_idl +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*healpix_idl-3.11 (16 Jun 2013) + + 16 Jun 2013; Sébastien Fabbro +healpix_idl-3.11.ebuild, + +metadata.xml: + sci-astronomy/healpix_idl: Initial import diff --git a/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild b/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild new file mode 100644 index 0000000..bc40c0b --- /dev/null +++ b/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MYP="Healpix_${PV}" +MYPP="2013Apr24" + +DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - IDL routines" +HOMEPAGE="http://healpix.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="doc" + +RDEPEND=" + dev-lang/gdl + sci-astronomy/idlastro" + +S="${WORKDIR}/${MYP}/src/idl" + +src_prepare() { + # duplocate of idlastro (in rdeps) + rm -r zzz_external/astron || die + mv zzz_external/README README.external || die +} + +src_install() { + insinto /usr/share/gnudatalanguage/healpix + doins -r examples fits interfaces misc toolkit visu zzz_external + doins HEALPix_startup + dodoc README.* +} diff --git a/sci-astronomy/healpix_idl/metadata.xml b/sci-astronomy/healpix_idl/metadata.xml new file mode 100644 index 0000000..020cd30 --- /dev/null +++ b/sci-astronomy/healpix_idl/metadata.xml @@ -0,0 +1,12 @@ + + + +sci-astronomy + + HEALPix is an acronym for Hierarchical Equal Area isoLatitude + Pixelization of a sphere. As suggested in the name, this pixelization produces a + subdivision of a spherical surface in which each pixel covers the same + surface area as every other pixel. This package contains the IDL/GDL + routines and plots. + +