blob: da83bf1e0875735560af73ddd41f5d6288cbc49a (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-meta/kdenetwork-meta-4.1.2.ebuild,v 1.1 2008/10/02 08:02:55 jmbsvicetto Exp $
EAPI="2"
inherit kde4-functions
DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.1"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=kde-base/kdenetwork-filesharing-${PV}:${SLOT}
>=kde-base/kdnssd-${PV}:${SLOT}
>=kde-base/kget-${PV}:${SLOT}
>=kde-base/knewsticker-${PV}:${SLOT}
>=kde-base/kopete-${PV}:${SLOT}
>=kde-base/kppp-${PV}:${SLOT}
>=kde-base/krdc-${PV}:${SLOT}
>=kde-base/krfb-${PV}:${SLOT}
"
|