aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2012-05-22 20:28:06 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2012-05-22 20:28:06 +0100
commit443372fc34a30dff81bd7585ab37c331c4a83059 (patch)
treec4372c47cfeced5c3b68130c69d4790c7a4cec8b /sci-astronomy/stilts
parent[dev-java/hdf-java] remove stray quotes (diff)
downloadsci-443372fc34a30dff81bd7585ab37c331c4a83059.tar.gz
sci-443372fc34a30dff81bd7585ab37c331c4a83059.tar.bz2
sci-443372fc34a30dff81bd7585ab37c331c4a83059.zip
sci-astronomy/stilts: Initial import
(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy/stilts')
-rw-r--r--sci-astronomy/stilts/ChangeLog10
-rw-r--r--sci-astronomy/stilts/Manifest1
-rw-r--r--sci-astronomy/stilts/metadata.xml14
-rw-r--r--sci-astronomy/stilts/stilts-2.4.ebuild24
4 files changed, 49 insertions, 0 deletions
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
new file mode 100644
index 000000000..1d002a895
--- /dev/null
+++ b/sci-astronomy/stilts/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/stilts
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*stilts-2.4 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +stilts-2.4.ebuild:
+ sci-astronomy/stilts: Initial import
+
diff --git a/sci-astronomy/stilts/Manifest b/sci-astronomy/stilts/Manifest
new file mode 100644
index 000000000..fa175cfda
--- /dev/null
+++ b/sci-astronomy/stilts/Manifest
@@ -0,0 +1 @@
+DIST stilts-2.4.jar 6852972 SHA256 97adb20cd75bcf105d048cf9fe3c70246660db714acc611facb0d977cc346de8 SHA512 9837305dc5a138d34bef2e122ce3463c9679ea476351425e6a37b878309020fc40f2f8fb3318ec68f57f7d0d49a69f61ccf9f93048a78690c446404b8d23cf2f WHIRLPOOL 47d9195147b1fa010182257240cfb8d2f2b2245f0778648b6b4c99a98d6517a359b6c498cf21adef925ae68b4895c86681ae35854c8213a79b1554056e0783b4
diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/metadata.xml
new file mode 100644
index 000000000..fa8c3691b
--- /dev/null
+++ b/sci-astronomy/stilts/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-astronomy</herd>
+<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.4.ebuild b/sci-astronomy/stilts/stilts-2.4.ebuild
new file mode 100644
index 000000000..d058270f6
--- /dev/null
+++ b/sci-astronomy/stilts/stilts-2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-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${PV}/${PN}.jar -> ${P}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=""
+
+src_install() {
+ java-pkg_newjar "${DISTDIR}"/${P}.jar
+ java-pkg_dolauncher ${PN}
+}