From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 118E1138359 for ; Sun, 27 Sep 2020 12:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A00CE0802; Sun, 27 Sep 2020 12:43:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30731E0802 for ; Sun, 27 Sep 2020 12:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AD96335D47 for ; Sun, 27 Sep 2020 12:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AA9339 for ; Sun, 27 Sep 2020 12:43:23 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601210535.016eeb9f5513f06da57782cc9089f1a592f00b70.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/stilts/metadata.xml sci-astronomy/stilts/stilts-2.5.1.ebuild X-VCS-Directories: sci-astronomy/stilts/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 016eeb9f5513f06da57782cc9089f1a592f00b70 X-VCS-Branch: master Date: Sun, 27 Sep 2020 12:43:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 735ea95e-e3a9-4c44-aee7-b94746197224 X-Archives-Hash: 63ef7269ea88baaa019c9238d77cc05a commit: 016eeb9f5513f06da57782cc9089f1a592f00b70 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 12:42:15 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -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. - - 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} -}