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 C84F91389E2 for ; Mon, 1 Dec 2014 12:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 347B7E0982; Mon, 1 Dec 2014 12:38:39 +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 C3978E0960 for ; Mon, 1 Dec 2014 12:38:36 +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 C739D33FA47 for ; Mon, 1 Dec 2014 12:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF258B4A2 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.7da164217304444a45d870495f6dec3bb2ac474f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild X-VCS-Directories: net-im/ktp-contact-runner/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7da164217304444a45d870495f6dec3bb2ac474f 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: 0a5553c1-9441-4716-9b57-ca2de991f79a X-Archives-Hash: ed53b3992ef5030baa33a91668882171 commit: 7da164217304444a45d870495f6dec3bb2ac474f Author: Karol Herbst karolherbst de> AuthorDate: Thu Nov 20 10:32:53 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=7da16421 [net-im/ktp-contact-runner] added KF5 based version --- .../ktp-contact-runner-4.9999.ebuild | 1 + .../ktp-contact-runner-9999.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild index b1b375e..808d685 100644 --- a/net-im/ktp-contact-runner/ktp-contact-runner-4.9999.ebuild +++ b/net-im/ktp-contact-runner/ktp-contact-runner-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 kk km ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk vi zh_CN zh_TW" +EGIT_BRANCH="kde-telepathy-0.9" inherit kde4-base DESCRIPTION="KDE Telepathy krunner plugin" diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild new file mode 100644 index 0000000..7b77eaa --- /dev/null +++ b/net-im/ktp-contact-runner/ktp-contact-runner-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE Telepathy krunner plugin" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +SLOT="5" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep krunner) + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + net-im/ktp-common-internals:5 + net-libs/telepathy-qt[qt5] +" + +RDEPEND="${DEPEND} + !net-im/ktp-contact-runner:4 +"