summaryrefslogtreecommitdiff
blob: d3badabcdc72120eb85e60dbe3bb3a0c16473c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit git 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_src_unpack
}