# 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} "