diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:17:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:17:01 +0000 |
commit | 11e9e8cd3ab3df68a92fc9ca5e1e92006274eca1 (patch) | |
tree | 101af5ca982734a1a6519cb314b82a3221386c66 /app-editors/klat | |
parent | patch included and new version (diff) | |
download | historical-11e9e8cd3ab3df68a92fc9ca5e1e92006274eca1.tar.gz historical-11e9e8cd3ab3df68a92fc9ca5e1e92006274eca1.tar.bz2 historical-11e9e8cd3ab3df68a92fc9ca5e1e92006274eca1.zip |
fix license
Diffstat (limited to 'app-editors/klat')
-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 } |