From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SWv7V-000742-HP for garchives@archives.gentoo.org; Tue, 22 May 2012 19:51:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0867DE06C8; Tue, 22 May 2012 19:51:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8E12E06C8 for ; Tue, 22 May 2012 19:51:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 254E11B4019 for ; Tue, 22 May 2012 19:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB19BE542A for ; Tue, 22 May 2012 19:51:39 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1337714886.443372fc34a30dff81bd7585ab37c331c4a83059.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/stilts/ChangeLog sci-astronomy/stilts/metadata.xml sci-astronomy/stilts/stilts-2.4.ebuild X-VCS-Directories: sci-astronomy/stilts/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 443372fc34a30dff81bd7585ab37c331c4a83059 X-VCS-Branch: master Date: Tue, 22 May 2012 19:51:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d6bce919-ca29-4f24-8de9-9c4e6b14ff8b X-Archives-Hash: 748e985bf587648ae5ba9149cc24e2df commit: 443372fc34a30dff81bd7585ab37c331c4a83059 Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Tue May 22 19:28:06 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue May 22 19:28:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D443372fc sci-astronomy/stilts: Initial import (Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit) --- sci-astronomy/stilts/ChangeLog | 10 ++++++++++ sci-astronomy/stilts/metadata.xml | 14 ++++++++++++++ sci-astronomy/stilts/stilts-2.4.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 0 deletions(-) diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/Change= Log new file mode 100644 index 0000000..1d002a8 --- /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=C3=A9bastien Fabbro +metadata.xml= , + +stilts-2.4.ebuild: + sci-astronomy/stilts: Initial import + diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/met= adata.xml new file mode 100644 index 0000000..fa8c369 --- /dev/null +++ b/sci-astronomy/stilts/metadata.xml @@ -0,0 +1,14 @@ + + + +sci-astronomy + + 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.4.ebuild b/sci-astronomy/stilt= s/stilts-2.4.ebuild new file mode 100644 index 0000000..d058270 --- /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=3D4 + +inherit java-pkg-2 + +DESCRIPTION=3D"Command line tools to process astronomical tables" +HOMEPAGE=3D"http://www.star.bris.ac.uk/~mbt/stilts/" +SRC_URI=3D"ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}/${PN}.j= ar -> ${P}.jar" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D">=3Dvirtual/jre-1.5" +DEPEND=3D"" + +src_install() { + java-pkg_newjar "${DISTDIR}"/${P}.jar + java-pkg_dolauncher ${PN} +}