summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-05-27 07:42:15 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-05-27 07:42:15 +0000
commit425c84c2892df2b6e87a5885bd5adc18bb966ee9 (patch)
treee3a85991ff446d0217c964980cc59711a476ece2 /app-sci
parentMove setimgr to app-sci (diff)
downloadhistorical-425c84c2892df2b6e87a5885bd5adc18bb966ee9.tar.gz
historical-425c84c2892df2b6e87a5885bd5adc18bb966ee9.tar.bz2
historical-425c84c2892df2b6e87a5885bd5adc18bb966ee9.zip
Move setimgr to app-sci
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/setimgr/ChangeLog9
-rw-r--r--app-sci/setimgr/Manifest2
-rw-r--r--app-sci/setimgr/files/digest-setimgr-0.04e1
-rw-r--r--app-sci/setimgr/setimgr-0.04e.ebuild24
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
+}