diff options
Diffstat (limited to 'app-editors/kile/kile-1.3.ebuild')
-rw-r--r-- | app-editors/kile/kile-1.3.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-editors/kile/kile-1.3.ebuild b/app-editors/kile/kile-1.3.ebuild deleted file mode 100644 index 66ef0b0fc8ef..000000000000 --- a/app-editors/kile/kile-1.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.3.ebuild,v 1.6 2003/03/11 21:11:44 seemant Exp $ -inherit kde-base - -need-kde 3 - -IUSE="" -DESCRIPTION="A Latex Editor and TeX shell for kde" -SRC_URI="http://xm1.net.free.fr/kile/${P}.tar.gz" -HOMEPAGE="http://xm1.net.free.fr/kile/index.html" - -DEPEND="$DEPEND dev-lang/perl" -RDEPEND="${RDEPEND} app-text/tetex" - -KEYWORDS="x86 ~ppc" -LICENSE="GPL-2" - -#fix #11173 -PATCHES="$FILESDIR/$P-qt-no-stl.diff" |