commit:     3bb4172dd1263942075dbd07732af326ccd2377e
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Wed Nov 19 23:23:00 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 12:38:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3bb4172d

[net-im/ktp-auth-handler] added KF5 based version

---
 .../ktp-auth-handler-4.9999.ebuild                 |  1 +
 .../ktp-auth-handler/ktp-auth-handler-9999.ebuild  | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild 
b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
index 974477e..fcc92ee 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
 ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
 sr@latin sv uk vi zh_CN zh_TW"
+EGIT_BRANCH="kde-telepathy-0.9"
 inherit kde4-base
 
 DESCRIPTION="KDE Telepathy authentication handler"

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild 
b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
new file mode 100644
index 0000000..ff52a52
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration";
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdewebkit)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       app-crypt/qca[qt5]
+       dev-qt/qtcore:5
+       dev-qt/qtdbus:5
+       dev-qt/qtgui:5
+       dev-qt/qtnetwork:5
+       dev-qt/qtwebkit:5
+       dev-qt/qtwidgets:5
+       net-libs/accounts-qt
+       kde-misc/kaccounts-integration
+       net-im/ktp-common-internals:5
+       net-libs/signond
+       net-libs/telepathy-qt[qt5]
+"
+
+RDEPEND="${DEPEND}
+       !net-im/ktp-auth-handler:4
+"

Reply via email to