From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DE171389E2 for ; Mon, 1 Dec 2014 12:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E61BE096A; Mon, 1 Dec 2014 12:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB04AE0952 for ; Mon, 1 Dec 2014 12:38:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3680734052D for ; Mon, 1 Dec 2014 12:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BF23B49E for ; Mon, 1 Dec 2014 12:38:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1417437510.3bb4172dd1263942075dbd07732af326ccd2377e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-auth-handler/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-auth-handler/ktp-auth-handler-4.9999.ebuild net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild X-VCS-Directories: net-im/ktp-auth-handler/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3bb4172dd1263942075dbd07732af326ccd2377e X-VCS-Branch: master Date: Mon, 1 Dec 2014 12:38:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c623ced9-8048-44f2-8376-bf56fb6dfb04 X-Archives-Hash: a9d25b5fe852f7a83f9b2dfd57406cc1 commit: 3bb4172dd1263942075dbd07732af326ccd2377e Author: Karol Herbst karolherbst de> AuthorDate: Wed Nov 19 23:23:00 2014 +0000 Commit: Michael Palimaka gentoo 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 +"