Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-auth-handler/
Date: Mon, 01 Dec 2014 12:38:42
Message-Id: 1417437510.3bb4172dd1263942075dbd07732af326ccd2377e.kensington@gentoo
1 commit: 3bb4172dd1263942075dbd07732af326ccd2377e
2 Author: Karol Herbst <git <AT> karolherbst <DOT> de>
3 AuthorDate: Wed Nov 19 23:23:00 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 1 12:38:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3bb4172d
7
8 [net-im/ktp-auth-handler] added KF5 based version
9
10 ---
11 .../ktp-auth-handler-4.9999.ebuild | 1 +
12 .../ktp-auth-handler/ktp-auth-handler-9999.ebuild | 40 ++++++++++++++++++++++
13 2 files changed, 41 insertions(+)
14
15 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
16 index 974477e..fcc92ee 100644
17 --- a/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
18 +++ b/net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild
19 @@ -7,6 +7,7 @@ EAPI=5
20 KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
21 ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
22 sr@latin sv uk vi zh_CN zh_TW"
23 +EGIT_BRANCH="kde-telepathy-0.9"
24 inherit kde4-base
25
26 DESCRIPTION="KDE Telepathy authentication handler"
27
28 diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
29 new file mode 100644
30 index 0000000..ff52a52
31 --- /dev/null
32 +++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
33 @@ -0,0 +1,40 @@
34 +# Copyright 1999-2014 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Header: $
37 +
38 +EAPI=5
39 +
40 +inherit kde5
41 +
42 +DESCRIPTION="KDE Telepathy authentication handler"
43 +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
44 +
45 +LICENSE="LGPL-2.1"
46 +SLOT="5"
47 +IUSE=""
48 +
49 +DEPEND="
50 + $(add_frameworks_dep kconfig)
51 + $(add_frameworks_dep kcoreaddons)
52 + $(add_frameworks_dep kdewebkit)
53 + $(add_frameworks_dep ki18n)
54 + $(add_frameworks_dep kio)
55 + $(add_frameworks_dep kservice)
56 + $(add_frameworks_dep kwidgetsaddons)
57 + app-crypt/qca[qt5]
58 + dev-qt/qtcore:5
59 + dev-qt/qtdbus:5
60 + dev-qt/qtgui:5
61 + dev-qt/qtnetwork:5
62 + dev-qt/qtwebkit:5
63 + dev-qt/qtwidgets:5
64 + net-libs/accounts-qt
65 + kde-misc/kaccounts-integration
66 + net-im/ktp-common-internals:5
67 + net-libs/signond
68 + net-libs/telepathy-qt[qt5]
69 +"
70 +
71 +RDEPEND="${DEPEND}
72 + !net-im/ktp-auth-handler:4
73 +"