blob: f03b79f591f3907115d95a46ba380ec7cb901b40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.9_beta2.ebuild,v 1.3 2006/01/22 11:00:21 ehmsen Exp $
inherit kde
MY_P="${P/_beta/b}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="A Latex Editor and TeX shell for kde"
HOMEPAGE="http://kile.sourceforge.net/"
SRC_URI="mirror://sourceforge/kile/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="kde"
RDEPEND="dev-lang/perl
virtual/tetex
dev-tex/latex2html
kde? ( || ( ( kde-base/kpdf
kde-base/kghostview
kde-base/kdvi
kde-base/kviewshell )
kde-base/kdegraphics ) )"
need-kde 3.2
|