diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:18:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:18:04 +0000 |
commit | 0f1f90f812ee9e043cdbc56ba86b917e393f5978 (patch) | |
tree | e77e097091a0f6f854cc8e1db2f2ce6304a49b49 /app-editors/klat | |
parent | patch included and new version (diff) | |
download | gentoo-2-0f1f90f812ee9e043cdbc56ba86b917e393f5978.tar.gz gentoo-2-0f1f90f812ee9e043cdbc56ba86b917e393f5978.tar.bz2 gentoo-2-0f1f90f812ee9e043cdbc56ba86b917e393f5978.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 } |