# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit kde4-base DESCRIPTION="Bluetooth stack for KDE" HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil" SRC_URI="http://media.ereslibre.es/2010/11/${PN}-v${PV}.tar.bz2" LICENSE="GPL-3" KEYWORDS="~amd64" SLOT="4" IUSE="debug" DEPEND=" net-libs/libbluedevil x11-misc/shared-mime-info " RDEPEND="${DEPEND} !net-wireless/kbluetooth app-mobilephone/obexd app-mobilephone/obex-data-server " src_prepare() { mv ${PN}-v${PV} ${P} }