summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/tkseti/ChangeLog11
-rw-r--r--x11-misc/tkseti/files/digest-tkseti-3.061
-rw-r--r--x11-misc/tkseti/tkseti-3.06.ebuild26
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-misc/tkseti/ChangeLog b/x11-misc/tkseti/ChangeLog
new file mode 100644
index 000000000000..2d1264a7bad4
--- /dev/null
+++ b/x11-misc/tkseti/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-misc/tkseti
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/ChangeLog,v 1.1 2002/07/06 20:32:41 lamer Exp $
+
+ 06 Jul 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog :
+
+ Initial Commit
+
+ 06 Jul 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog :
+
+
diff --git a/x11-misc/tkseti/files/digest-tkseti-3.06 b/x11-misc/tkseti/files/digest-tkseti-3.06
new file mode 100644
index 000000000000..6bcd67c06280
--- /dev/null
+++ b/x11-misc/tkseti/files/digest-tkseti-3.06
@@ -0,0 +1 @@
+MD5 18022c248c55df03c9946a32875988d3 tkseti-3.06.tar.gz 171221
diff --git a/x11-misc/tkseti/tkseti-3.06.ebuild b/x11-misc/tkseti/tkseti-3.06.ebuild
new file mode 100644
index 000000000000..560975631048
--- /dev/null
+++ b/x11-misc/tkseti/tkseti-3.06.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Ben Lutgens,,, <lamer@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/tkseti-3.06.ebuild,v 1.1 2002/07/06 20:32:41 lamer Exp $
+
+# This ebuild was generated by Ebuilder v0.4.
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="TkSeti is a GUI to control the SETI@Home client for UNIX."
+SRC_URI="http://www.cuug.ab.ca/~macdonal/tkseti/${P}.tar.gz"
+HOMEPAGE="http://www.cuug.ab.ca/~macdonal/tkseti/tkseti.html"
+LICENSE="as-is"
+DEPEND=""
+RDEPEND=">=dev-lang/tcl-8.3.3"
+
+src_compile() {
+ echo "Nothing to compile for ${P}."
+}
+
+src_install () {
+ dobin tkseti
+ doman tkseti.1
+ dodoc CHANGES README DOC
+ insinto /usr/share/tkseti/contrib
+ doins contrib/*
+}