diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:43:40 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-26 23:43:40 +0000 |
commit | a099fd6d7e93fcae355cd48f9af80879f6fea234 (patch) | |
tree | b43f474a296a9c17cecf32f92a696ed6a4396091 /app-sci/maestro | |
parent | yay for new licenses (diff) | |
download | historical-a099fd6d7e93fcae355cd48f9af80879f6fea234.tar.gz historical-a099fd6d7e93fcae355cd48f9af80879f6fea234.tar.bz2 historical-a099fd6d7e93fcae355cd48f9af80879f6fea234.zip |
Initial Import, closes #40556
Diffstat (limited to 'app-sci/maestro')
-rw-r--r-- | app-sci/maestro/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/maestro/Manifest | 4 | ||||
-rw-r--r-- | app-sci/maestro/files/digest-maestro-2004 | 1 | ||||
-rw-r--r-- | app-sci/maestro/maestro-2004.ebuild | 41 | ||||
-rw-r--r-- | app-sci/maestro/metadata.xml | 5 |
5 files changed, 61 insertions, 0 deletions
diff --git a/app-sci/maestro/ChangeLog b/app-sci/maestro/ChangeLog new file mode 100644 index 000000000000..fad0a5469470 --- /dev/null +++ b/app-sci/maestro/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/maestro +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/ChangeLog,v 1.1 2004/02/26 23:43:40 zx Exp $ + +*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/app-sci/maestro/Manifest b/app-sci/maestro/Manifest new file mode 100644 index 000000000000..d5c5437d1764 --- /dev/null +++ b/app-sci/maestro/Manifest @@ -0,0 +1,4 @@ +MD5 509e20b47871dfa4da312e87352692c6 maestro-2004.ebuild 1069 +MD5 d66783e50532c8e228847582ebb652c0 ChangeLog 353 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 a48acbcdd6c3b208041193e0ac79b5b7 files/digest-maestro-2004 67 diff --git a/app-sci/maestro/files/digest-maestro-2004 b/app-sci/maestro/files/digest-maestro-2004 new file mode 100644 index 000000000000..72f8645de497 --- /dev/null +++ b/app-sci/maestro/files/digest-maestro-2004 @@ -0,0 +1 @@ +MD5 d240e7d700100325c2ab03722bf91430 Maestro-Linux.tar.gz 46546540 diff --git a/app-sci/maestro/maestro-2004.ebuild b/app-sci/maestro/maestro-2004.ebuild new file mode 100644 index 000000000000..0f5a107765da --- /dev/null +++ b/app-sci/maestro/maestro-2004.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/maestro/maestro-2004.ebuild,v 1.1 2004/02/26 23:43:40 zx 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="doc" +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 +} diff --git a/app-sci/maestro/metadata.xml b/app-sci/maestro/metadata.xml new file mode 100644 index 000000000000..838c00a4a448 --- /dev/null +++ b/app-sci/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> |