blob: e9ca5b0a0b059c5a96e68c2ab242f6b537bb68d5 (
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.3.ebuild,v 1.1 2008/04/03 21:02:34 philantrop 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}
"
|