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 C3A961389E2 for ; Mon, 1 Dec 2014 12:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B3EFE0958; Mon, 1 Dec 2014 12:38:35 +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 0744BE093E for ; Mon, 1 Dec 2014 12:38:34 +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 216FA340528 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 6B29DB49D 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.7e1395602920b94f492dd30c7f16fadabbe33916.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-list/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild net-im/ktp-contact-list/ktp-contact-list-9999.ebuild X-VCS-Directories: net-im/ktp-contact-list/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7e1395602920b94f492dd30c7f16fadabbe33916 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: fe60b776-6e6c-4343-b4d7-7d312f8c198b X-Archives-Hash: ccef784f6772cd8697c7dfbf348d0ad2 commit: 7e1395602920b94f492dd30c7f16fadabbe33916 Author: Karol Herbst karolherbst de> AuthorDate: Wed Nov 19 23:18:26 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=7e139560 [net-im/ktp-contact-list] added KF5 based version --- .../ktp-contact-list-4.9999.ebuild | 1 + .../ktp-contact-list/ktp-contact-list-9999.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild index d8affe5..558130c 100644 --- a/net-im/ktp-contact-list/ktp-contact-list-4.9999.ebuild +++ b/net-im/ktp-contact-list/ktp-contact-list-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 tr ug uk vi zh_CN zh_TW" +EGIT_BRANCH="kde-telepathy-0.9" inherit kde4-base DESCRIPTION="KDE Telepathy contact list" diff --git a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild new file mode 100644 index 0000000..6de1c86 --- /dev/null +++ b/net-im/ktp-contact-list/ktp-contact-list-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 contact list" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2" +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 kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =net-im/ktp-common-internals-9999:5 + net-libs/telepathy-qt[qt5] +" + +RDEPEND="${DEPEND} + !net-im/ktp-contact-list:4 +"