commit: 174d212f2ceead9b249b90446be6d432b7ffc5f5 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Sep 27 12:42:57 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Sep 27 12:42:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=174d212f
sci-astronomy/topcat: 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/topcat/metadata.xml | 17 ---------------- sci-astronomy/topcat/topcat-4.0.1.ebuild | 35 -------------------------------- 2 files changed, 52 deletions(-) diff --git a/sci-astronomy/topcat/metadata.xml b/sci-astronomy/topcat/metadata.xml deleted file mode 100644 index 65b998b7d..000000000 --- a/sci-astronomy/topcat/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"> -Tool for OPerations on Catalogues And Tables is an interactive -graphical viewer and editor for tabular data. Its aim is to provide -most of the facilities that astronomers need for analysis and -manipulation of source catalogues and other tables, though it can be -used for non-astronomical data as well. It understands a number of -different astronomically important formats (including FITS and -VOTable) and more formats can be added. -</longdescription> -</pkgmetadata> diff --git a/sci-astronomy/topcat/topcat-4.0.1.ebuild b/sci-astronomy/topcat/topcat-4.0.1.ebuild deleted file mode 100644 index 9695a4f2d..000000000 --- a/sci-astronomy/topcat/topcat-4.0.1.ebuild +++ /dev/null @@ -1,35 +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="Interactive graphical viewer and editor for astronomical tables" -HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/" -SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}" -SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar - !minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+minimal" - -RDEPEND=">=virtual/jre-1.5" -DEPEND="" - -S="${WORKDIR}" - -src_install() { - java-pkg_newjar "${DISTDIR}"/${P}-lite.jar ${PN}-lite.jar - java-pkg_dolauncher ${PN}-lite - if use minimal; then - dosym ${PN}-lite /usr/bin/${PN} - else - java-pkg_newjar "${DISTDIR}"/${P}-full.jar - java-pkg_dolauncher ${PN}-full - dosym ${PN}-full /usr/bin/${PN} - fi -}
