aboutsummaryrefslogtreecommitdiff
blob: caa0d4d3a77d0cc791a75bcec85e7d852bd740e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

KMNAME="playground/network"
inherit kde4-base

DESCRIPTION="KDE Easy Publish and Share."
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968"

LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug oscar zeroconf"

RDEPEND="
	!kde-plasmoids/kepas
	>=kde-base/plasma-workspace-${KDE_MINIMAL}
	oscar? ( >=kde-base/kopete-${KDE_MINIMAL}[oscar] )
	zeroconf? ( >=kde-base/kdnssd-${KDE_MINIMAL} )
"