aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/jhealpix/Manifest1
-rw-r--r--dev-java/jhealpix/jhealpix-3.11.ebuild43
-rw-r--r--dev-java/jhealpix/metadata.xml17
-rw-r--r--dev-python/healpy/Manifest1
-rw-r--r--dev-python/healpy/healpy-1.7.4.ebuild34
-rw-r--r--dev-python/healpy/metadata.xml17
-rw-r--r--sci-astronomy/chealpix/Manifest1
-rw-r--r--sci-astronomy/chealpix/chealpix-3.11.2.ebuild24
-rw-r--r--sci-astronomy/chealpix/metadata.xml17
-rw-r--r--sci-astronomy/healpix_cxx/Manifest1
-rw-r--r--sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild48
-rw-r--r--sci-astronomy/healpix_cxx/metadata.xml18
-rw-r--r--sci-astronomy/healpix_idl/Manifest1
-rw-r--r--sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild37
-rw-r--r--sci-astronomy/healpix_idl/metadata.xml18
15 files changed, 0 insertions, 278 deletions
diff --git a/dev-java/jhealpix/Manifest b/dev-java/jhealpix/Manifest
deleted file mode 100644
index 983581ad4..000000000
--- a/dev-java/jhealpix/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Healpix_3.11_2013Apr24.tar.gz 24256278 SHA256 f80aa3633601664afe99c8b7dc7253828f22e6d832187ab46ac90b2ad83e6831 SHA512 aae5592dda40103918a6c6520863e2aeddf40a34531e4ce2f38a1ce7411731218d7e20bd02107f92384a7b371c2415ed640ad27aa398f64857f5ed7d9dba32bb WHIRLPOOL 1e3f0588502b6b9e68c19de9763ae775d01031cd7a3120bb663a71bae1fa7e2baf6ac4997ff07598ca45e610ae919839ecf04c66a201256665f5e5f1727f7299
diff --git a/dev-java/jhealpix/jhealpix-3.11.ebuild b/dev-java/jhealpix/jhealpix-3.11.ebuild
deleted file mode 100644
index 0c4c2eccd..000000000
--- a/dev-java/jhealpix/jhealpix-3.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc"
-inherit java-pkg-2 java-ant-2
-
-MYP="Healpix_${PV}"
-MYPP="2013Apr24"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - Java"
-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 test"
-
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/junit:4 )"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${MYP}/src/java"
-
-EANT_BUILD_TARGET="distonly distsrc newcompile"
-EANT_DOC_TARGET="docs newdocs"
-
-src_test() {
- EANT_TEST_TARGET="test newtest"
- EANT_TEST_GENTOO_CLASSPATH="junit-4"
- java-pkg-2_src_test
-}
-
-src_install() {
- java-pkg_dojar dist/*.jar
- dodoc README CHANGES SuggestedIdeas.txt
- dodoc ../../READ_Copyrights_Licenses.txt
- use doc && java-pkg_dojavadoc healpixdoc
-}
diff --git a/dev-java/jhealpix/metadata.xml b/dev-java/jhealpix/metadata.xml
deleted file mode 100644
index 00602ead0..000000000
--- a/dev-java/jhealpix/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <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 Java framework.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">jhealpix</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
deleted file mode 100644
index c1fd88083..000000000
--- a/dev-python/healpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST healpy-1.7.4.tar.gz 3990803 SHA256 3cca7ed7786ffcca70e2f39f58844667ffb8521180ac890d4da651b459f51442 SHA512 be54ff3445feea33cba2bbff79b2d5c98bbb3b9ecccebfe5b24655a935cadff5d1c270a1a12e338f5f40b5920654a9aac0efac8cff1d100acaaed904d8ceb030 WHIRLPOOL a8e746a0351129b09bd32194b73f38c0002dc6e73c72589cf8216c429d67008bd4aab9092d421c667584ff9d01a9b3141195176a518acc2bc2fb6ab68a244894
diff --git a/dev-python/healpy/healpy-1.7.4.ebuild b/dev-python/healpy/healpy-1.7.4.ebuild
deleted file mode 100644
index 01189494a..000000000
--- a/dev-python/healpy/healpy-1.7.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for healpix"
-HOMEPAGE="https://github.com/healpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pyfits[${PYTHON_USEDEP}]
- sci-astronomy/healpix_cxx
- sci-libs/cfitsio"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- echo "backend: Agg" > matplotlibrc || die
- MPLCONFIGDIR=. nosetests || die
- rm matplotlibrc || die
-}
diff --git a/dev-python/healpy/metadata.xml b/dev-python/healpy/metadata.xml
deleted file mode 100644
index b279857a5..000000000
--- a/dev-python/healpy/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
- Healpy provides a python package to manipulate healpix maps. It is
- based on the standard numeric and visualisation tools for Python,
- Numpy and matplotlib.
-</longdescription>
- <upstream>
- <remote-id type="pypi">healpy</remote-id>
- <remote-id type="github">healpy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-astronomy/chealpix/Manifest b/sci-astronomy/chealpix/Manifest
deleted file mode 100644
index 31b81ab19..000000000
--- a/sci-astronomy/chealpix/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chealpix-3.11.2.tar.gz 309153 SHA256 fae83cbc353a18999f48397a14f8b41cf9f41f0f1e5927feac8e2acf2f6583e3 SHA512 205628e97b4b3c3776d0e276c81b00348764a98d31e56902f03db92c992c24b3f8b75222f84e68ecfd4da45579cf57458f8a29a22211327320e9cae1553d1cf4 WHIRLPOOL 6205b09564ebf1a8057d0cade551fc0dbb69f24ecabb0590941d3f2f3d91574825cfdd86c91382a066b37e54ee56978b1f0f940ce126251863896af522b1e450
diff --git a/sci-astronomy/chealpix/chealpix-3.11.2.ebuild b/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
deleted file mode 100644
index fe4e8de38..000000000
--- a/sci-astronomy/chealpix/chealpix-3.11.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-MYP="Healpix_3.11"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C Library"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.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"
diff --git a/sci-astronomy/chealpix/metadata.xml b/sci-astronomy/chealpix/metadata.xml
deleted file mode 100644
index 49927d38d..000000000
--- a/sci-astronomy/chealpix/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <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>
- <upstream>
- <remote-id type="sourceforge">healpix</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-astronomy/healpix_cxx/Manifest b/sci-astronomy/healpix_cxx/Manifest
deleted file mode 100644
index 270d908bb..000000000
--- a/sci-astronomy/healpix_cxx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST healpix_cxx-3.11.2.tar.gz 474320 SHA256 0e36478d82be566e85524c3be15890e1374afb4d83c98eae35bc426b06d1db8d SHA512 61e3183373940386e52d272b53df91278cf8bfaad8c89c0c2246708c69f7154697437593ac6fca06c9c3f42068a1f2be47bff3ba18736527a8fd53215bbadd9a WHIRLPOOL 51ec31f92f8ac9bde061d54c9568e14c6c2ac7fc73db3939ac8800cebd112116cb20aa37c30885c5577e5adeec1092a448218d27c6c1a9c9ff06d546faca5f53
diff --git a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild b/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
deleted file mode 100644
index 399bbce9e..000000000
--- a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils toolchain-funcs
-
-MYP="Healpix_3.11"
-
-DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C++"
-HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="openmp static-libs"
-
-RDEPEND="
- >=sci-libs/cfitsio-3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- if use openmp && [[ $(tc-getCXX)$ == *g++* ]]; then
- if ! tc-has-openmp; then
- ewarn "You are using a g++ without OpenMP capabilities"
- die "Need an OpenMP capable compiler"
- fi
- fi
-}
-
-src_prepare() {
- # why was static-libtool-libs forced?
- # it screws up as-neeeded
- use static-libs || sed -i -e '/-static-libtool-libs/d' Makefile.am
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable openmp)
- )
- autotools-utils_src_configure
-}
diff --git a/sci-astronomy/healpix_cxx/metadata.xml b/sci-astronomy/healpix_cxx/metadata.xml
deleted file mode 100644
index 97134d3dc..000000000
--- a/sci-astronomy/healpix_cxx/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <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 and programs.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">healpix</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-astronomy/healpix_idl/Manifest b/sci-astronomy/healpix_idl/Manifest
deleted file mode 100644
index 983581ad4..000000000
--- a/sci-astronomy/healpix_idl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Healpix_3.11_2013Apr24.tar.gz 24256278 SHA256 f80aa3633601664afe99c8b7dc7253828f22e6d832187ab46ac90b2ad83e6831 SHA512 aae5592dda40103918a6c6520863e2aeddf40a34531e4ce2f38a1ce7411731218d7e20bd02107f92384a7b371c2415ed640ad27aa398f64857f5ed7d9dba32bb WHIRLPOOL 1e3f0588502b6b9e68c19de9763ae775d01031cd7a3120bb663a71bae1fa7e2baf6ac4997ff07598ca45e610ae919839ecf04c66a201256665f5e5f1727f7299
diff --git a/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild b/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild
deleted file mode 100644
index 9aec068b3..000000000
--- a/sci-astronomy/healpix_idl/healpix_idl-3.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
deleted file mode 100644
index 09fbd9273..000000000
--- a/sci-astronomy/healpix_idl/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <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 IDL/GDL
- routines and plots.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">healpix_idl</remote-id>
- </upstream>
-</pkgmetadata>