aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java')
-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
3 files changed, 0 insertions, 61 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>