commit:     e0a07f5f43685cd61f60772e05592b657310cabb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 16:15:20 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May  8 16:15:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0a07f5f

[net-libs/telepathy-logger-qt] Version bump.

Package-Manager: portage-2.2.18

 .../telepathy-logger-qt-15.04.0.ebuild             | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild 
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
new file mode 100644
index 0000000..ec25b69
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.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/stable/telepathy-logger-qt/${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}
+"

Reply via email to