summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-12-17 18:35:37 +0000
committerDan Armak <danarmak@gentoo.org>2002-12-17 18:35:37 +0000
commita2378f8dd163d0379c61e8621095e31918f83902 (patch)
tree7892a56f74970d953bf101e97d6e27de91593ef7 /app-emulation
parentunmasked arts-1.0.4-r1, this fixes bug #10338 (diff)
downloadgentoo-2-a2378f8dd163d0379c61e8621095e31918f83902.tar.gz
gentoo-2-a2378f8dd163d0379c61e8621095e31918f83902.tar.bz2
gentoo-2-a2378f8dd163d0379c61e8621095e31918f83902.zip
a kde3-based Z-machine interpreter frontend. closes bug #3514.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/kwest/ChangeLog10
-rw-r--r--app-emulation/kwest/files/digest-kwest-1.01
-rw-r--r--app-emulation/kwest/kwest-1.0.ebuild12
3 files changed, 23 insertions, 0 deletions
diff --git a/app-emulation/kwest/ChangeLog b/app-emulation/kwest/ChangeLog
new file mode 100644
index 000000000000..547122599d95
--- /dev/null
+++ b/app-emulation/kwest/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-emulation/kwest
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/kwest/ChangeLog,v 1.1 2002/12/17 18:35:37 danarmak Exp $
+
+*kwest-1.0 (17 Dec 2002)
+
+ 17 Dec 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ A kde3 frontend to Z-machine emulation. This is a port of the Unix
+ Frotz. Close bug #3514; submission by Peter Bienstman.
diff --git a/app-emulation/kwest/files/digest-kwest-1.0 b/app-emulation/kwest/files/digest-kwest-1.0
new file mode 100644
index 000000000000..ccd76a3e8658
--- /dev/null
+++ b/app-emulation/kwest/files/digest-kwest-1.0
@@ -0,0 +1 @@
+MD5 04b68fd6226679a1e8b58fd83dbb1b9f kwest-1.0.tar.gz 570360
diff --git a/app-emulation/kwest/kwest-1.0.ebuild b/app-emulation/kwest/kwest-1.0.ebuild
new file mode 100644
index 000000000000..26d86d7194bd
--- /dev/null
+++ b/app-emulation/kwest/kwest-1.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Author Peter Bienstman <Peter.Bienstman@rug.ac.be>
+# /space/gentoo/cvsroot/gentoo-x86/games/kwest/kwest-1.0.ebuild,v 1.4 2002/05/21 18:14:11 danarmak Exp
+inherit kde-base
+
+need-kde 3
+DESCRIPTION="An Inform interactive fiction interpreter for KDE"
+SRC_URI="http://users.pandora.be/peter.bienstman/kwest/${P}.tar.gz"
+HOMEPAGE="http://users.pandora.be/peter.bienstman/kwest/"
+KEYWORDS="~x86"
+LICENSE="GPL-2"