blob: e1f247f03aea0af8b9c9e0a7bced78d95483abfc (
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
29
30
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-meta/kdenetwork-meta-3.5.10.ebuild,v 1.8 2009/10/20 16:55:18 ssuominen Exp $
EAPI="1"
inherit kde-functions
DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="3.5"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="wifi"
RDEPEND=">=kde-base/dcoprss-${PV}:${SLOT}
>=kde-apps/kdenetwork-filesharing-${PV}:${SLOT}
>=kde-base/kdict-${PV}:${SLOT}
>=kde-apps/kget-${PV}:${SLOT}
>=kde-base/knewsticker-${PV}:${SLOT}
>=kde-apps/kopete-${PV}:${SLOT}
>=kde-base/kpf-${PV}:${SLOT}
>=kde-apps/kppp-${PV}:${SLOT}
>=kde-apps/krdc-${PV}:${SLOT}
>=kde-apps/krfb-${PV}:${SLOT}
>=kde-base/ktalkd-${PV}:${SLOT}
wifi? ( >=kde-base/kwifimanager-${PV}:${SLOT} )
>=kde-base/librss-${PV}:${SLOT}
>=kde-base/kdnssd-${PV}:${SLOT}
>=kde-base/kdenetwork-kfile-plugins-${PV}:${SLOT}
>=kde-base/lisa-${PV}:${SLOT}"
|