blob: 70430708e66490f1fdcbc2810ff452ff2d1e4a74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.6.2.ebuild,v 1.2 2004/04/09 14:30:19 dholm Exp $
inherit kde
need-kde 3.1
DESCRIPTION="A Latex Editor and TeX shell for kde"
SRC_URI="mirror://sourceforge/kile/${P}.tar.gz"
HOMEPAGE="http://kile.sourceforge.net"
IUSE=""
SLOT=0
DEPEND="dev-lang/perl"
RDEPEND="$RDEPEND virtual/tetex"
# I cannot prove that amd64 or sparc work, but they were listed in 1.6.1 as well
KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
LICENSE="GPL-2"
|