commit:     016eeb9f5513f06da57782cc9089f1a592f00b70
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:42:15 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:42:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=016eeb9f

sci-astronomy/stilts: drop package

prebuilt starlink dependency, which got removed

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/stilts/metadata.xml        | 17 -----------------
 sci-astronomy/stilts/stilts-2.5.1.ebuild | 27 ---------------------------
 2 files changed, 44 deletions(-)

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>[email protected]</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}
-}

Reply via email to