aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stilts/Manifest1
-rw-r--r--sci-astronomy/stilts/metadata.xml17
-rw-r--r--sci-astronomy/stilts/stilts-2.5.1.ebuild27
3 files changed, 0 insertions, 45 deletions
diff --git a/sci-astronomy/stilts/Manifest b/sci-astronomy/stilts/Manifest
deleted file mode 100644
index 48b0fc9af..000000000
--- a/sci-astronomy/stilts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stilts-2.5.1.jar 10785962 BLAKE2B 151b7951b80daba76ef8dafd360e023e2f7f6ee75ffca73ef09c9f1edde67b2da2112f40946f701a5294b7b83f7b757650014ef696f1dd52dfeda090eeba1146 SHA512 bf67205fb8dcc6d38c812d842ff2e3b4f5a365f74341c109275499da2b8aa3437d74f3fa2aa0759c9eb921f389ccdc05067bb1145c150e5df01c447b7957518e
diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/metadata.xml
deleted file mode 100644
index f2c84722f..000000000
--- a/sci-astronomy/stilts/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">
-The Starlink Tables Infrastructure Library Tool Set is a set of
-command-line tools based on STIL, the Starlink Tables Infrastructure
-Library. It deals with the processing of tabular data; the package
-has been designed for, but is not restricted to, astronomical tables
-such as object catalogues. Some of the tools are generic and can
-work with multiple formats (including FITS, VOTable, CSV, SQL and
-ASCII), and others are specific to the VOTable format.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/stilts/stilts-2.5.1.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild
deleted file mode 100644
index 5387c41d6..000000000
--- a/sci-astronomy/stilts/stilts-2.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2 versionator
-
-MYPV=$(replace_version_separator 2 '-')
-
-DESCRIPTION="Command line tools to process astronomical tables"
-HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/"
-SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}/${PN}.jar -> ${P}.jar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- java-pkg_newjar "${DISTDIR}"/${P}.jar
- java-pkg_dolauncher ${PN}
-}