21 lines
501 B
Bash
21 lines
501 B
Bash
|
# Copyright 1999-2008 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
EAPI="2"
|
||
|
|
||
|
KMNAME="playground/network"
|
||
|
inherit kde4-base
|
||
|
|
||
|
DESCRIPTION="KDE Easy Publish and Share."
|
||
|
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968"
|
||
|
SRC_URI="http://downloads.sourceforge.net/kepas/${P}.tar.bz2"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
KEYWORDS=""
|
||
|
SLOT="4.2"
|
||
|
IUSE="oscar zeroconf"
|
||
|
|
||
|
DEPEND="zeroconf? ( kde-base/kdnssd:${SLOT} )
|
||
|
oscar? ( kde-base/kopete:${SLOT}[oscar] )"
|