summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2002-10-25 20:44:33 +0000
committerMatthew Turk <satai@gentoo.org>2002-10-25 20:44:33 +0000
commitf86b131b0d74148714d7c5ed929361dcd8d9d08e (patch)
treeb12b3224011766a684e7c0a966201312fa500787 /app-editors/klat/klat-0.4.0.ebuild
parentVersion bump. (diff)
downloadhistorical-f86b131b0d74148714d7c5ed929361dcd8d9d08e.tar.gz
historical-f86b131b0d74148714d7c5ed929361dcd8d9d08e.tar.bz2
historical-f86b131b0d74148714d7c5ed929361dcd8d9d08e.zip
Initial submission. Thanks to Gert Thiel! (#7950)
Diffstat (limited to 'app-editors/klat/klat-0.4.0.ebuild')
-rw-r--r--app-editors/klat/klat-0.4.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-editors/klat/klat-0.4.0.ebuild b/app-editors/klat/klat-0.4.0.ebuild
new file mode 100644
index 000000000000..dc5739091554
--- /dev/null
+++ b/app-editors/klat/klat-0.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.1 2002/10/25 20:44:33 satai Exp $
+inherit kde-base
+
+need-kde 3
+
+DESCRIPTION="A Latex Editor and TeX shell for KDE 3"
+SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2"
+HOMEPAGE="http://lumumba.luc.ac.be/jori/klat/klat.html"
+DEPEND="app-text/tetex"
+IUSE=""
+KEYWORDS="~x86 ~sparc ~sparc64"
+LICENSE="GPL-2"
+
+src_install() {
+
+ einstall || die
+
+}