summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 04:18:54 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 04:18:54 +0000
commitcaef0f1b06ddfea20d266122628e7ae58a6ce1bb (patch)
treeb4b744ca9d2bbd70047f7d83a2d54120f4ae3ad7 /app-sci
parentAdded metadata (diff)
downloadhistorical-caef0f1b06ddfea20d266122628e7ae58a6ce1bb.tar.gz
historical-caef0f1b06ddfea20d266122628e7ae58a6ce1bb.tar.bz2
historical-caef0f1b06ddfea20d266122628e7ae58a6ce1bb.zip
Moving to sci-astronomy/setimgr
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/setimgr/ChangeLog12
-rw-r--r--app-sci/setimgr/Manifest4
-rw-r--r--app-sci/setimgr/files/digest-setimgr-0.04e1
-rw-r--r--app-sci/setimgr/metadata.xml5
-rw-r--r--app-sci/setimgr/setimgr-0.04e.ebuild24
5 files changed, 0 insertions, 46 deletions
diff --git a/app-sci/setimgr/ChangeLog b/app-sci/setimgr/ChangeLog
deleted file mode 100644
index c24bae97aaf8..000000000000
--- a/app-sci/setimgr/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for app-sci/setimgr
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/ChangeLog,v 1.5 2004/06/24 22:17:28 agriffis Exp $
-
- 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> setimgr-0.04e.ebuild:
- adding categorie. see 45110 for details
-
-*setimgr-0.04e (24 May 2003)
-
- 24 May 2003; Daniel Ahlberg <aliz@gentoo.org> :
- Initial import. Ebuild contributed by gentoo@fuzz.dk <gentoo@fuzz.dk>
- in #21057.
diff --git a/app-sci/setimgr/Manifest b/app-sci/setimgr/Manifest
deleted file mode 100644
index 0faeab3a78c8..000000000000
--- a/app-sci/setimgr/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 25890ed7bd38be23ed8ade8f50fd54aa setimgr-0.04e.ebuild 644
-MD5 d1dba02efc1c4b10ee92bbf8ec1ea3e8 ChangeLog 486
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 67c33323344646c8df00d04a1be8ee45 files/digest-setimgr-0.04e 64
diff --git a/app-sci/setimgr/files/digest-setimgr-0.04e b/app-sci/setimgr/files/digest-setimgr-0.04e
deleted file mode 100644
index 8c191553917e..000000000000
--- a/app-sci/setimgr/files/digest-setimgr-0.04e
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2c2f76f2f77e6c3b2d30db16a373d5d setimgr-0.04e.tar.gz 15165
diff --git a/app-sci/setimgr/metadata.xml b/app-sci/setimgr/metadata.xml
deleted file mode 100644
index b229aec85b8f..000000000000
--- a/app-sci/setimgr/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>sci</herd>
-</pkgmetadata>
diff --git a/app-sci/setimgr/setimgr-0.04e.ebuild b/app-sci/setimgr/setimgr-0.04e.ebuild
deleted file mode 100644
index 463087fea341..000000000000
--- a/app-sci/setimgr/setimgr-0.04e.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/setimgr-0.04e.ebuild,v 1.5 2004/12/24 04:06:51 ribosome Exp $
-
-DESCRIPTION="A SETI@home management program"
-HOMEPAGE="http://www.arkady.demon.co.uk/seti/"
-SRC_URI="http://www.arkady.demon.co.uk/seti/${P}.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-RDEPEND=">=sci-astronomy/setiathome-3.08"
-
-src_compile() {
- emake || die
-# mv simple_setup.sh setimgr-simple_setup.sh
-}
-
-src_install() {
- dodoc README
- newbin simple_setup.sh setimgr-simple_setup.sh
- dobin setimgr
-}