summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 03:53:41 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 03:53:41 +0000
commitf984e9a1f1e0e2b96d03210cb68f02259f284787 (patch)
tree9b9017d352d3d1a2a23c47bd66d8ea16f98190b4 /sci-astronomy
parentMoving to sci-astronomy/maestro (diff)
downloadgentoo-2-f984e9a1f1e0e2b96d03210cb68f02259f284787.tar.gz
gentoo-2-f984e9a1f1e0e2b96d03210cb68f02259f284787.tar.bz2
gentoo-2-f984e9a1f1e0e2b96d03210cb68f02259f284787.zip
Moved from app-sci/maestro to sci-astronomy/maestro.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/maestro/ChangeLog19
-rw-r--r--sci-astronomy/maestro/Manifest4
-rw-r--r--sci-astronomy/maestro/files/digest-maestro-20041
-rw-r--r--sci-astronomy/maestro/maestro-2004.ebuild43
-rw-r--r--sci-astronomy/maestro/metadata.xml5
5 files changed, 72 insertions, 0 deletions
diff --git a/sci-astronomy/maestro/ChangeLog b/sci-astronomy/maestro/ChangeLog
new file mode 100644
index 000000000000..bac3e932b964
--- /dev/null
+++ b/sci-astronomy/maestro/ChangeLog
@@ -0,0 +1,19 @@
+# ChangeLog for app-sci/maestro
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/maestro/ChangeLog,v 1.1 2004/12/24 03:53:41 ribosome Exp $
+
+*maestro-2004 (23 Dec 2004)
+
+ 23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +maestro-2004.ebuild:
+ Moved from app-sci/maestro to sci-astronomy/maestro.
+
+ 23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> maestro-2004.ebuild:
+ Marking stable on x86
+
+*maestro-2004 (29 Feb 2004)
+
+ 29 Feb 2004; Chris Aniszczyk <zx@gentoo.org> maestro-2004.ebuild,
+ metadata.xml:
+ Initial Import. Closes #40556
+
diff --git a/sci-astronomy/maestro/Manifest b/sci-astronomy/maestro/Manifest
new file mode 100644
index 000000000000..f68c5cf71eee
--- /dev/null
+++ b/sci-astronomy/maestro/Manifest
@@ -0,0 +1,4 @@
+MD5 edfac1c0d01a85584fb331d3559f5544 ChangeLog 438
+MD5 52ba89dc083310100c1b94cc8fbed71c maestro-2004.ebuild 1109
+MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
+MD5 a48acbcdd6c3b208041193e0ac79b5b7 files/digest-maestro-2004 67
diff --git a/sci-astronomy/maestro/files/digest-maestro-2004 b/sci-astronomy/maestro/files/digest-maestro-2004
new file mode 100644
index 000000000000..72f8645de497
--- /dev/null
+++ b/sci-astronomy/maestro/files/digest-maestro-2004
@@ -0,0 +1 @@
+MD5 d240e7d700100325c2ab03722bf91430 Maestro-Linux.tar.gz 46546540
diff --git a/sci-astronomy/maestro/maestro-2004.ebuild b/sci-astronomy/maestro/maestro-2004.ebuild
new file mode 100644
index 000000000000..ec7f7e74ae4f
--- /dev/null
+++ b/sci-astronomy/maestro/maestro-2004.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/maestro/maestro-2004.ebuild,v 1.1 2004/12/24 03:53:41 ribosome Exp $
+
+DESCRIPTION="Maestro is a public release software package that NASA scientists use to operate the Spirit and Opportunity Rovers."
+SRC_URI="http://freecache.org/http://mars9.telascience.org:81/softwaredownload/Maestro-Linux.tar.gz"
+HOMEPAGE="http://mars.telascience.org/"
+IUSE=""
+DEPEND=""
+RDEPEND=">=virtual/jre-1.4"
+LICENSE="maestro"
+SLOT="0"
+KEYWORDS="x86"
+
+S=${WORKDIR}/R2004_02-Public-Linux
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/JPL/SAP/WITS-db
+ einfo "Unpacking default data sets..."
+ tar xf mer.tar
+ rm mer.tar
+ cd ${S}
+}
+
+src_install () {
+ dodir /opt/${PN}
+ cp -r JPL/ ${D}/opt/${PN}
+ echo "#!/bin/sh" >> ${PN}
+ echo "cd /opt/${PN}/JPL/SAP/bin" >> ${PN}
+ echo "./SAP" >> ${PN}
+ into /opt
+ dobin ${PN}
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Dataset updates can be found online at:"
+ einfo " http://mars.telascience.org/update"
+ einfo
+ einfo "To run maestro, simply type: maestro"
+ einfo
+}
diff --git a/sci-astronomy/maestro/metadata.xml b/sci-astronomy/maestro/metadata.xml
new file mode 100644
index 000000000000..838c00a4a448
--- /dev/null
+++ b/sci-astronomy/maestro/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>java</herd>
+</pkgmetadata>