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 4AAA91389E2 for ; Mon, 1 Dec 2014 12:38:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DFDE0975; Mon, 1 Dec 2014 12:38:38 +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 1D35BE095A 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 41ACC34052F 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 9DFA1B4A0 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.8ff32c1bad9d225ecf398b7a051003e70f135d72.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-kded-module/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild net-im/ktp-kded-module/ktp-kded-module-9999.ebuild X-VCS-Directories: net-im/ktp-kded-module/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8ff32c1bad9d225ecf398b7a051003e70f135d72 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: b915db0c-d8e2-4e6c-b353-bb8e2ba050c0 X-Archives-Hash: 35cfbe086df74933fed347e7a7dbff54 commit: 8ff32c1bad9d225ecf398b7a051003e70f135d72 Author: Karol Herbst karolherbst de> AuthorDate: Wed Nov 19 23:31:08 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=8ff32c1b [net-im/ktp-kded-module] added KF5 based version --- .../ktp-kded-module/ktp-kded-module-4.9999.ebuild | 1 + net-im/ktp-kded-module/ktp-kded-module-9999.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild b/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild index cddf4a5..bee9e15 100644 --- a/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild +++ b/net-im/ktp-kded-module/ktp-kded-module-4.9999.ebuild @@ -8,6 +8,7 @@ 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 zh_CN zh_TW" MY_P=${PN/kded/kded-integration}-${PV} +EGIT_BRANCH="kde-telepathy-0.9" inherit kde4-base DESCRIPTION="KDE Telepathy workspace integration" diff --git a/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild new file mode 100644 index 0000000..6abe603 --- /dev/null +++ b/net-im/ktp-kded-module/ktp-kded-module-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MY_P=${PN/kded/kded-integration}-${PV} +inherit kde5 + +DESCRIPTION="KDE Telepathy workspace integration" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +SLOT="5" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + net-im/ktp-common-internals:5 + net-libs/telepathy-qt[qt5] +" +RDEPEND="${DEPEND} + !net-im/ktp-kded-module:4 +" + +[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}