diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 07:44:16 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 07:44:16 +0000 |
commit | 12c95654b46930ae8d6dfe0112c7186935a5ebfd (patch) | |
tree | a6d12d52ca8a4652699b30be081ca7dd32f67ca2 /app-sci | |
parent | Move setimgr to app-sci (diff) | |
download | gentoo-2-12c95654b46930ae8d6dfe0112c7186935a5ebfd.tar.gz gentoo-2-12c95654b46930ae8d6dfe0112c7186935a5ebfd.tar.bz2 gentoo-2-12c95654b46930ae8d6dfe0112c7186935a5ebfd.zip |
Move setimgr to app-sci
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/setimgr/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/setimgr/Manifest | 2 | ||||
-rw-r--r-- | app-sci/setimgr/files/digest-setimgr-0.04e | 1 | ||||
-rw-r--r-- | app-sci/setimgr/setimgr-0.04e.ebuild | 24 |
4 files changed, 36 insertions, 0 deletions
diff --git a/app-sci/setimgr/ChangeLog b/app-sci/setimgr/ChangeLog new file mode 100644 index 000000000000..841c2c3a03b4 --- /dev/null +++ b/app-sci/setimgr/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog x11-misc/setimgr +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/ChangeLog,v 1.1 2003/05/27 07:42:15 aliz Exp $ + +*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 new file mode 100644 index 000000000000..3468f62f8d40 --- /dev/null +++ b/app-sci/setimgr/Manifest @@ -0,0 +1,2 @@ +MD5 088bbcc47f426bb65a57ef37dd9d95b2 setimgr-0.04e.ebuild 905 +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 new file mode 100644 index 000000000000..8c191553917e --- /dev/null +++ b/app-sci/setimgr/files/digest-setimgr-0.04e @@ -0,0 +1 @@ +MD5 f2c2f76f2f77e6c3b2d30db16a373d5d setimgr-0.04e.tar.gz 15165 diff --git a/app-sci/setimgr/setimgr-0.04e.ebuild b/app-sci/setimgr/setimgr-0.04e.ebuild new file mode 100644 index 000000000000..b6aa85d12a9e --- /dev/null +++ b/app-sci/setimgr/setimgr-0.04e.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/05/27 07:42:15 aliz 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=">=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 +} |