diff options
Diffstat (limited to 'app-editors/klat/klat-0.4.0.ebuild')
-rw-r--r-- | app-editors/klat/klat-0.4.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-editors/klat/klat-0.4.0.ebuild b/app-editors/klat/klat-0.4.0.ebuild index 23b02966d880..0d20ff27b776 100644 --- a/app-editors/klat/klat-0.4.0.ebuild +++ b/app-editors/klat/klat-0.4.0.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2003 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.5 2003/06/29 18:24:08 aliz Exp $ +# 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.6 2003/08/05 18:16:24 vapier 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" +SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2" -KEYWORDS="x86 ~sparc " LICENSE="GPL-2" +KEYWORDS="x86 ~sparc" DEPEND="app-text/tetex" src_install() { - einstall + einstall || die } |