diff options
Diffstat (limited to 'app-editors/klat')
-rw-r--r-- | app-editors/klat/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/klat/files/digest-klat-0.4.0 | 1 | ||||
-rw-r--r-- | app-editors/klat/klat-0.4.0.ebuild | 20 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-editors/klat/ChangeLog b/app-editors/klat/ChangeLog new file mode 100644 index 000000000000..874e4ec64656 --- /dev/null +++ b/app-editors/klat/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-editors/klat +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/ChangeLog,v 1.1 2002/10/25 20:44:33 satai Exp $ + +*klat-0.4.0 (25 Oct 2002) + + 25 Oct 2002; Matthew Turk <satai@gentoo.org> klat-0.4.0.ebuild : + Initial import. Ebuild submitted by Gert Thiel <GertThiel@gmx.net>. diff --git a/app-editors/klat/files/digest-klat-0.4.0 b/app-editors/klat/files/digest-klat-0.4.0 new file mode 100644 index 000000000000..3cd965e62db8 --- /dev/null +++ b/app-editors/klat/files/digest-klat-0.4.0 @@ -0,0 +1 @@ +MD5 50db6962b7d645c1676cb0dad2f22b54 klat-0.4.0.tar.bz2 353385 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 + +} |