summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libbluedevil/libbluedevil-2.1.ebuild')
-rw-r--r--net-libs/libbluedevil/libbluedevil-2.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/libbluedevil/libbluedevil-2.1.ebuild b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
new file mode 100644
index 000000000000..cbcd54800985
--- /dev/null
+++ b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack"
+HOMEPAGE="http://projects.kde.org/projects/playground/libs/libbluedevil"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+IUSE="debug"
+
+RDEPEND=">=net-wireless/bluez-5"