diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 04:19:42 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 04:19:42 +0000 |
commit | 06a016cde15f2ac30bad7652bc76e50e623ef169 (patch) | |
tree | 4614c2eeb30844815e4aca391a66801392828cb3 /sci-astronomy | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-06a016cde15f2ac30bad7652bc76e50e623ef169.tar.gz gentoo-2-06a016cde15f2ac30bad7652bc76e50e623ef169.tar.bz2 gentoo-2-06a016cde15f2ac30bad7652bc76e50e623ef169.zip |
Moved from app-sci/setimgr to sci-astronomy/setimgr.
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/setimgr/ChangeLog | 18 | ||||
-rw-r--r-- | sci-astronomy/setimgr/Manifest | 4 | ||||
-rw-r--r-- | sci-astronomy/setimgr/files/digest-setimgr-0.04e | 1 | ||||
-rw-r--r-- | sci-astronomy/setimgr/metadata.xml | 5 | ||||
-rw-r--r-- | sci-astronomy/setimgr/setimgr-0.04e.ebuild | 24 |
5 files changed, 52 insertions, 0 deletions
diff --git a/sci-astronomy/setimgr/ChangeLog b/sci-astronomy/setimgr/ChangeLog new file mode 100644 index 000000000000..19fccf730792 --- /dev/null +++ b/sci-astronomy/setimgr/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-sci/setimgr +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setimgr/ChangeLog,v 1.1 2004/12/24 04:19:42 ribosome Exp $ + +*setimgr-0.04e (23 Dec 2004) + + 23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +setimgr-0.04e.ebuild: + Moved from app-sci/setimgr to sci-astronomy/setimgr. + + 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/sci-astronomy/setimgr/Manifest b/sci-astronomy/setimgr/Manifest new file mode 100644 index 000000000000..0faeab3a78c8 --- /dev/null +++ b/sci-astronomy/setimgr/Manifest @@ -0,0 +1,4 @@ +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/sci-astronomy/setimgr/files/digest-setimgr-0.04e b/sci-astronomy/setimgr/files/digest-setimgr-0.04e new file mode 100644 index 000000000000..8c191553917e --- /dev/null +++ b/sci-astronomy/setimgr/files/digest-setimgr-0.04e @@ -0,0 +1 @@ +MD5 f2c2f76f2f77e6c3b2d30db16a373d5d setimgr-0.04e.tar.gz 15165 diff --git a/sci-astronomy/setimgr/metadata.xml b/sci-astronomy/setimgr/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/sci-astronomy/setimgr/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>sci</herd> +</pkgmetadata> diff --git a/sci-astronomy/setimgr/setimgr-0.04e.ebuild b/sci-astronomy/setimgr/setimgr-0.04e.ebuild new file mode 100644 index 000000000000..a09fa947f06f --- /dev/null +++ b/sci-astronomy/setimgr/setimgr-0.04e.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setimgr/setimgr-0.04e.ebuild,v 1.1 2004/12/24 04:19:42 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 +} |