summaryrefslogtreecommitdiff
blob: 1b1081a284b0e90c99ddb96801d6f704121b13d1 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdewebdev-meta/kdewebdev-meta-4.0.4.ebuild,v 1.1 2008/05/15 23:28:34 ingmar Exp $

EAPI="1"

inherit kde4-functions

DESCRIPTION="KDE web development - Quanta"
HOMEPAGE="http://www.kde.org/"

KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2 LGPL-2"
SLOT="kde-4"
IUSE="tidy"

DEPEND="
	tidy? ( app-text/htmltidy )"

RDEPEND="
		>=kde-base/kfilereplace-${PV}:${SLOT}
		>=kde-base/kimagemapeditor-${PV}:${SLOT}
		>=kde-base/klinkstatus-${PV}:${SLOT}
"