blob: cff4afce032b69e3af13a486b9973c0fbc68dcbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.6.3.ebuild,v 1.10 2004/09/14 16:43:10 carlo Exp $
inherit kde
DESCRIPTION="A Latex Editor and TeX shell for kde"
SRC_URI="mirror://sourceforge/kile/${P}.tar.gz"
HOMEPAGE="http://kile.sourceforge.net"
IUSE="kde"
SLOT=0
KEYWORDS="x86 amd64 sparc ppc"
LICENSE="GPL-2"
DEPEND="dev-lang/perl"
RDEPEND="virtual/tetex
kde? ( kde-base/kdegraphics )"
need-kde 3.1
|