# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit git-2 kde4-base DESCRIPTION="A Qt wrapper for bluez used in the KDE bluetooth stack" HOMEPAGE="http://gitorious.org/libbluedevil" EGIT_REPO_URI="git://gitorious.org/libbluedevil/libbluedevil.git" LICENSE="GPL-2" KEYWORDS="" SLOT="4" IUSE="debug" RDEPEND=" net-wireless/bluez " src_unpack() { git-2_src_unpack }