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
commitf325ed212c2a22e96c7da9f061da8cdb51bf894b (patch)
treea9e665e2c4915e4d34ac5dec7a4c862f131dba5a /sci-astronomy
parentstable amd64, bug 316289 (diff)
downloadhistorical-f325ed212c2a22e96c7da9f061da8cdb51bf894b.tar.gz
historical-f325ed212c2a22e96c7da9f061da8cdb51bf894b.tar.bz2
historical-f325ed212c2a22e96c7da9f061da8cdb51bf894b.zip
Initial import to the main tree
Package-Manager: portage-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/Manifest15
-rw-r--r--sci-astronomy/gasgano/gasgano-2.3.0.ebuild42
-rw-r--r--sci-astronomy/gasgano/metadata.xml14
4 files changed, 86 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/Manifest b/sci-astronomy/gasgano/Manifest
new file mode 100644
index 000000000000..d70550dd97c9
--- /dev/null
+++ b/sci-astronomy/gasgano/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST VLT-PRO-ESO-19000-1932-V4.pdf 818369 RMD160 86b85aa2f07463889da372cf1eeb7bdf5644df2f SHA1 0a586e5e840880e6adeab042006688b3bf88960d SHA256 d370d6a57bed3cb7e47bb322e4cde5e314d37c6110e5370ea3099d241355ed68
+DIST gasgano-2.3.0.tar.gz 1146497 RMD160 a6464f3295f497b19961786fa35245e9b2abd489 SHA1 3c9368c4821c9e7ae51303ad67f9e6554230199f SHA256 dce236cc04f5a21140c3a2cca8b6c361c262f3150bb1dc52e6c047db9db2e37b
+EBUILD gasgano-2.3.0.ebuild 1043 RMD160 ec1804b162f78427b7a484f0067565567c96e55e SHA1 887c8df1f57d0a02b9032cf0e741f98674fe8126 SHA256 3f9461ab91e78035b5777223163e369920cd18c4afe656eb61d432682be6c5f1
+MISC ChangeLog 554 RMD160 6dc8dfa5c7ede55676a54ad3cbbf382d99f6d53b SHA1 395b3cbc12d6c7b9eb23423045d585c222d3105f SHA256 459aa78e6896a02087602d0e25e233663b5e89f2c842845e7b58eb746c485574
+MISC metadata.xml 625 RMD160 250a300d443f78326de5081cd42fbf357986e2dd SHA1 b005aa771209aa9ddea136aa19c4fdb1f37e1bb4 SHA256 aabc518c06f1ebd053c2dc0381f70d08d2f48d387ffbe00525c6a0fb3fa70c8e
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.15 (GNU/Linux)
+
+iEYEARECAAYFAkv9dZMACgkQ1ycZbhPLE2BKPACgoNIi2EJG1DYx7rrGxe8Dyf7d
+orAAnRe8mFpJZdAiVSWaepJemW/pbDTu
+=spE4
+-----END PGP SIGNATURE-----
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>