blob: eac3ccf9406c8eff4f66cb352faaee88ee206b9e (
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
31
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-base
DESCRIPTION="KDE Bluetooth Framework"
HOMEPAGE="http://bluetooth.kmobiletools.org/"
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth4"
SLOT="live"
LICENSE="GPL-2"
KEYWORDS=""
IUSE="debug"
DEPEND="
>=dev-libs/openobex-1.3
app-mobilephone/obexftp
app-mobilephone/obex-data-server
"
RDEPEND="${DEPEND}
>=kde-base/kdialog-${KDE_MINIMAL}
>=kde-base/konqueror-${KDE_MINIMAL}
|| (
( >=net-wireless/bluez-libs-3.11 >=net-wireless/bluez-utils-3.11 )
net-wireless/bluez
)
"
|