summaryrefslogtreecommitdiff
path: root/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild
new file mode 100644
index 00000000000..b762b5244bb
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.9.80.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit kde5 python-any-r1
+
+DESCRIPTION="Qt bindings for the Telepathy logger"
+HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
+
+if [[ ${KDE_BUILD_TYPE} = live ]]; then
+ KEYWORDS=""
+else
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1"
+IUSE=""
+
+RDEPEND="
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libxml2
+ dev-qt/qtdbus:5
+ net-im/telepathy-logger
+ net-libs/telepathy-glib
+ net-libs/telepathy-qt[qt5]
+ sys-apps/dbus
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+"