Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
Date: Sun, 27 Sep 2020 12:43:28
Message-Id: 1601210535.016eeb9f5513f06da57782cc9089f1a592f00b70.epsilon-0@gentoo
1 commit: 016eeb9f5513f06da57782cc9089f1a592f00b70
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 12:42:15 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:42:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=016eeb9f
7
8 sci-astronomy/stilts: drop package
9
10 prebuilt starlink dependency, which got removed
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-astronomy/stilts/metadata.xml | 17 -----------------
16 sci-astronomy/stilts/stilts-2.5.1.ebuild | 27 ---------------------------
17 2 files changed, 44 deletions(-)
18
19 diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/metadata.xml
20 deleted file mode 100644
21 index f2c84722f..000000000
22 --- a/sci-astronomy/stilts/metadata.xml
23 +++ /dev/null
24 @@ -1,17 +0,0 @@
25 -<?xml version="1.0" encoding="UTF-8"?>
26 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<pkgmetadata>
28 - <maintainer type="project">
29 - <email>sci-astronomy@g.o</email>
30 - <name>Gentoo Astronomy Project</name>
31 - </maintainer>
32 - <longdescription lang="en">
33 -The Starlink Tables Infrastructure Library Tool Set is a set of
34 -command-line tools based on STIL, the Starlink Tables Infrastructure
35 -Library. It deals with the processing of tabular data; the package
36 -has been designed for, but is not restricted to, astronomical tables
37 -such as object catalogues. Some of the tools are generic and can
38 -work with multiple formats (including FITS, VOTable, CSV, SQL and
39 -ASCII), and others are specific to the VOTable format.
40 -</longdescription>
41 -</pkgmetadata>
42
43 diff --git a/sci-astronomy/stilts/stilts-2.5.1.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild
44 deleted file mode 100644
45 index 5387c41d6..000000000
46 --- a/sci-astronomy/stilts/stilts-2.5.1.ebuild
47 +++ /dev/null
48 @@ -1,27 +0,0 @@
49 -# Copyright 1999-2014 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -inherit java-pkg-2 versionator
55 -
56 -MYPV=$(replace_version_separator 2 '-')
57 -
58 -DESCRIPTION="Command line tools to process astronomical tables"
59 -HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/"
60 -SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}/${PN}.jar -> ${P}.jar"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
65 -IUSE=""
66 -
67 -RDEPEND=">=virtual/jre-1.5"
68 -DEPEND=""
69 -
70 -S="${WORKDIR}"
71 -
72 -src_install() {
73 - java-pkg_newjar "${DISTDIR}"/${P}.jar
74 - java-pkg_dolauncher ${PN}
75 -}