aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-06-16 16:53:10 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2013-06-16 16:53:10 -0700
commit8873c77c7668803afe80ea2ddf6e720c72b56728 (patch)
treecac658e7a20a9656699e8b5d7096e22a7f9123c2
parentMerge branch 'master' of git://git.overlays.gentoo.org/proj/sci; github.com:g... (diff)
downloadsci-8873c77c7668803afe80ea2ddf6e720c72b56728.tar.gz
sci-8873c77c7668803afe80ea2ddf6e720c72b56728.tar.bz2
sci-8873c77c7668803afe80ea2ddf6e720c72b56728.zip
sci-astronomy/chealpix: Initial import
Package-Manager: portage-2.2.01.22013-prefix RepoMan-Options: --force
-rw-r--r--sci-astronomy/chealpix/ChangeLog9
-rw-r--r--sci-astronomy/chealpix/Manifest1
-rw-r--r--sci-astronomy/chealpix/chealpix-3.11.ebuild30
-rw-r--r--sci-astronomy/chealpix/metadata.xml11
4 files changed, 51 insertions, 0 deletions
diff --git a/sci-astronomy/chealpix/ChangeLog b/sci-astronomy/chealpix/ChangeLog
new file mode 100644
index 000000000..930d80be2
--- /dev/null
+++ b/sci-astronomy/chealpix/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-astronomy/chealpix
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*chealpix-3.11 (16 Jun 2013)
+
+ 16 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +chealpix-3.11.ebuild,
+ +metadata.xml:
+ sci-astronomy/chealpix: Initial import
diff --git a/sci-astronomy/chealpix/Manifest b/sci-astronomy/chealpix/Manifest
new file mode 100644
index 000000000..983581ad4
--- /dev/null
+++ b/sci-astronomy/chealpix/Manifest
@@ -0,0 +1 @@
+DIST Healpix_3.11_2013Apr24.tar.gz 24256278 SHA256 f80aa3633601664afe99c8b7dc7253828f22e6d832187ab46ac90b2ad83e6831 SHA512 aae5592dda40103918a6c6520863e2aeddf40a34531e4ce2f38a1ce7411731218d7e20bd02107f92384a7b371c2415ed640ad27aa398f64857f5ed7d9dba32bb WHIRLPOOL 1e3f0588502b6b9e68c19de9763ae775d01031cd7a3120bb663a71bae1fa7e2baf6ac4997ff07598ca45e610ae919839ecf04c66a201256665f5e5f1727f7299
diff --git a/sci-astronomy/chealpix/chealpix-3.11.ebuild b/sci-astronomy/chealpix/chealpix-3.11.ebuild
new file mode 100644
index 000000000..9a496af56
--- /dev/null
+++ b/sci-astronomy/chealpix/chealpix-3.11.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
+
+MYP="Healpix_${PV}"
+MYPP="2013Apr24"
+
+DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
+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="static-libs"
+
+RDEPEND="
+ >=sci-libs/cfitsio-3"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MYP}/src/C/autotools"
+
+DOCS=( ../{README,CHANGES} )
diff --git a/sci-astronomy/chealpix/metadata.xml b/sci-astronomy/chealpix/metadata.xml
new file mode 100644
index 000000000..de81d6067
--- /dev/null
+++ b/sci-astronomy/chealpix/metadata.xml
@@ -0,0 +1,11 @@
+<?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">
+ 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 C library.
+</longdescription>
+</pkgmetadata>