summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-05-26 18:46:35 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-05-26 18:46:35 +0000
commitc586f42b70c50f49e546462557f7936be216e252 (patch)
tree9d253ae6301704df038d26add133b5956ab441ca /sci-astronomy
parentstable amd64, bug 316289 (diff)
downloadgentoo-2-c586f42b70c50f49e546462557f7936be216e252.tar.gz
gentoo-2-c586f42b70c50f49e546462557f7936be216e252.tar.bz2
gentoo-2-c586f42b70c50f49e546462557f7936be216e252.zip
Initial import to the main tree
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/gasgano/ChangeLog15
-rw-r--r--sci-astronomy/gasgano/gasgano-2.3.0.ebuild42
-rw-r--r--sci-astronomy/gasgano/metadata.xml14
3 files changed, 71 insertions, 0 deletions
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 <bicatali@gentoo.org>
+ +gasgano-2.3.0.ebuild, +metadata.xml:
+ Initial import to the main tree
+
+ 02 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+ 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.
+</longdescription>
+</pkgmetadata>