blob: 2a6f65612f21b50fc28511fc4f22a4b4280323fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.7 2003/10/08 14:36:54 caleb Exp $
inherit kde-base
need-kde 3
DESCRIPTION="A Latex Editor and TeX shell for KDE 3"
HOMEPAGE="http://lumumba.luc.ac.be/jori/klat/klat.html"
SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc"
DEPEND="$DEPEND app-text/tetex"
src_install() {
einstall || die
}
|