From c586f42b70c50f49e546462557f7936be216e252 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Wed, 26 May 2010 18:46:35 +0000 Subject: Initial import to the main tree (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-astronomy/gasgano/ChangeLog | 15 +++++++++++ sci-astronomy/gasgano/gasgano-2.3.0.ebuild | 42 ++++++++++++++++++++++++++++++ sci-astronomy/gasgano/metadata.xml | 14 ++++++++++ 3 files changed, 71 insertions(+) create mode 100644 sci-astronomy/gasgano/ChangeLog create mode 100644 sci-astronomy/gasgano/gasgano-2.3.0.ebuild create mode 100644 sci-astronomy/gasgano/metadata.xml (limited to 'sci-astronomy') diff --git a/sci-astronomy/gasgano/ChangeLog b/sci-astronomy/gasgano/ChangeLog new file mode 100644 index 000000000000..f742983d5276 --- /dev/null +++ b/sci-astronomy/gasgano/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for sci-astronomy/gasgano +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.1 2010/05/26 18:46:35 bicatali Exp $ + +*gasgano-2.3.0 (26 May 2010) + + 26 May 2010; Sébastien Fabbro + +gasgano-2.3.0.ebuild, +metadata.xml: + Initial import to the main tree + + 02 Feb 2009; Sébastien Fabbro + +sci-astronomy/gasgano/files/gasgano-2.2.8_beta1-no-ext.patch, + +sci-astronomy/gasgano/metadata.xml: + Initial import + diff --git a/sci-astronomy/gasgano/gasgano-2.3.0.ebuild b/sci-astronomy/gasgano/gasgano-2.3.0.ebuild new file mode 100644 index 000000000000..ef51fb80706e --- /dev/null +++ b/sci-astronomy/gasgano/gasgano-2.3.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.3.0.ebuild,v 1.1 2010/05/26 18:46:35 bicatali Exp $ + +EAPI=2 +inherit java-pkg-2 + +PDOC=VLT-PRO-ESO-19000-1932-V4 + +DESCRIPTION="ESO astronomical data file organizer" +HOMEPAGE="http://www.eso.org/sci/data-processing/software/gasgano/" +SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz + doc? ( ${HOMEPAGE}/${PDOC}.pdf )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6 + dev-java/gnu-regexp + dev-java/junit + dev-java/jal" + +src_prepare() { + sed -i \ + -e 's:BASE.*=.*:BASE=/usr/share/gasgano:' \ + bin/gasgano || die +} + +src_install() { + dobin bin/* || die + java-pkg_dojar share/*.jar + insinto /usr/share/${PN}/config + doins -r config/*.rul || die + make_desktop_entry gasgano "Gasgano FITS Organizer" + if use doc; then + insinto /usr/share/doc/${PF} + newins "${DISTDIR}"/${PDOC}.pdf user-manual.pdf + fi +} diff --git a/sci-astronomy/gasgano/metadata.xml b/sci-astronomy/gasgano/metadata.xml new file mode 100644 index 000000000000..f9928db5b185 --- /dev/null +++ b/sci-astronomy/gasgano/metadata.xml @@ -0,0 +1,14 @@ + + + +sci + + Gasgano is a Data File Organiser developed and maintained by ESO to + help its user community to manage and organise in a systematic way the + astronomical data observed and produced by all VLT compliant + telescopes, i.e. by telescopes which are being operated through + Observation Blocks. The tool also supports FITS files which are not + generated by those telescopes but with a limited number of + functionalities. + + -- cgit v1.2.3-65-gdbad