2008-12-08 20:43:30 +01:00
|
|
|
# Copyright 1999-2008 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2008-12-10 08:15:57 +01:00
|
|
|
EAPI="2"
|
2008-12-10 08:30:13 +01:00
|
|
|
KDE_MINIMAL="4.1"
|
2008-12-08 21:04:39 +01:00
|
|
|
inherit kde4-base
|
2008-12-08 20:43:30 +01:00
|
|
|
|
|
|
|
DESCRIPTION="KDE Bluetooth Framework"
|
|
|
|
HOMEPAGE="http://bluetooth.kmobiletools.org/"
|
|
|
|
SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
2008-12-10 08:15:57 +01:00
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
SLOT="0"
|
2008-12-08 20:43:30 +01:00
|
|
|
IUSE=""
|
|
|
|
|
2008-12-10 08:15:57 +01:00
|
|
|
DEPEND="
|
|
|
|
app-mobilephone/obex-data-server
|
2008-12-08 20:43:30 +01:00
|
|
|
app-mobilephone/obexftp
|
2008-12-10 08:15:57 +01:00
|
|
|
dev-libs/openobex
|
|
|
|
"
|
2008-12-08 20:43:30 +01:00
|
|
|
|
|
|
|
RDEPEND="${DEPEND}
|
2008-12-10 08:15:57 +01:00
|
|
|
|| ( ( >=kde-base/kdialog-4.1.2 >=kde-base/konqueror-4.1.2 )
|
|
|
|
>=kde-base/kdelibs-4.1.2 )
|
|
|
|
|| ( ( >=net-wireless/bluez-libs-3.25 >=net-wireless/bluez-utils-3.25 )
|
|
|
|
net-wireless/bluez )"
|