summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-30 00:33:41 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-30 00:33:41 +0000
commit2ee3edc2a0cb21a075c7fdcf862a060807c88e15 (patch)
tree27bb42b882bdaaae31aec29bcd9abddbf0a37aeb /sci-astronomy
parentRemove net-p2p/knapster2, bug 251553 (diff)
downloadhistorical-2ee3edc2a0cb21a075c7fdcf862a060807c88e15.tar.gz
historical-2ee3edc2a0cb21a075c7fdcf862a060807c88e15.tar.bz2
historical-2ee3edc2a0cb21a075c7fdcf862a060807c88e15.zip
Remove sci-astronomy/maestro, bug 251612
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/maestro/ChangeLog25
-rw-r--r--sci-astronomy/maestro/Manifest4
-rw-r--r--sci-astronomy/maestro/maestro-2004.ebuild43
-rw-r--r--sci-astronomy/maestro/metadata.xml5
4 files changed, 0 insertions, 77 deletions
diff --git a/sci-astronomy/maestro/ChangeLog b/sci-astronomy/maestro/ChangeLog
deleted file mode 100644
index b45193e8ef7e..000000000000
--- a/sci-astronomy/maestro/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for sci-astronomy/maestro
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/maestro/ChangeLog,v 1.4 2007/02/22 01:29:46 jokey Exp $
-
- 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
- Redigest for Manifest2
-
- 20 Sep 2005; <dang@gentoo.org> maestro-2004.ebuild:
- Marked ~amd64
-
-*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
deleted file mode 100644
index f72f22eec4bb..000000000000
--- a/sci-astronomy/maestro/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST Maestro-Linux.tar.gz 46546540 RMD160 b7fd0ec517d32a7a338d0659fe139ba282fe703d SHA1 7e943d5b411fe236c870e24e86f92d26992c524d SHA256 03007177c4d86795258e1353a53b9e43c83ff178f2504cd30ea81788ec7870b1
-EBUILD maestro-2004.ebuild 1120 RMD160 f92c9b74e8eda24a68b5e0f964d586825a1edf98 SHA1 511b548578bed0ad77ea229acbc2e9d7f745862b SHA256 058aa8aba622dad3e67a47fc1bba33ce436d72f5058172bfee187b5d42531eac
-MISC ChangeLog 787 RMD160 3d1cce400b7691675af7253d5f60bcc920af6c67 SHA1 cdc4796f47e1b3e1cfaa576fcfb45e0b9f7a6d14 SHA256 d26cbe8086d339629d89f57e10bbe7fcbf1fc5ede88088023aea47d461ece584
-MISC metadata.xml 157 RMD160 ab0b3741457dee7531f59c4da0f0e9e8399af084 SHA1 c37a6b9922aef61b5b3387655bccb6e3b16e0e26 SHA256 295d02c5805b0257938eb80314b371daac94b8d6ea85629a902de7a824adc0c9
diff --git a/sci-astronomy/maestro/maestro-2004.ebuild b/sci-astronomy/maestro/maestro-2004.ebuild
deleted file mode 100644
index 4b7eee5ff980..000000000000
--- a/sci-astronomy/maestro/maestro-2004.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 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.3 2007/01/09 15:41:53 caster 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="~amd64 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() {
- elog
- elog "Dataset updates can be found online at:"
- elog " http://mars.telascience.org/update"
- elog
- elog "To run maestro, simply type: maestro"
- elog
-}
diff --git a/sci-astronomy/maestro/metadata.xml b/sci-astronomy/maestro/metadata.xml
deleted file mode 100644
index 838c00a4a448..000000000000
--- a/sci-astronomy/maestro/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-</pkgmetadata>