# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit kde4-base DESCRIPTION="A Qt wrapper for bluez used in the KDE bluetooth stack" HOMEPAGE="https://projects.kde.org/projects/playground/libs/libbluedevil" SRC_URI="http://media.ereslibre.es/2010/11/${PN}-v${PV}-1.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64" SLOT="4" IUSE="debug" RDEPEND=" net-wireless/bluez " src_prepare() { mv ${PN}-v${PV}-1 ${P} }