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 0BF311389E2 for ; Fri, 26 Dec 2014 15:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2AD4E0AE3; Fri, 26 Dec 2014 15:55:44 +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 4D539E0AE3 for ; Fri, 26 Dec 2014 15:55:44 +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 73BDB34059A for ; Fri, 26 Dec 2014 15:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2374CD6B7 for ; Fri, 26 Dec 2014 15:55:41 +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: <1419609081.a8479eecef335031ba1210c8c6f9aae47d1b58de.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkpeople/libkpeople-9999.ebuild X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a8479eecef335031ba1210c8c6f9aae47d1b58de X-VCS-Branch: master Date: Fri, 26 Dec 2014 15:55:41 +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: 7e4ca71c-31bd-4f51-acb2-6e07c23919cd X-Archives-Hash: 4d454eef7bd1ffb6bbd6be09121f0423 commit: a8479eecef335031ba1210c8c6f9aae47d1b58de Author: Karol Herbst karolherbst de> AuthorDate: Mon Dec 15 18:44:13 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 15:51:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a8479eec [net-libs/libkpeople] add KF5 based version --- net-libs/libkpeople/libkpeople-9999.ebuild | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild new file mode 100644 index 0000000..b02097c --- /dev/null +++ b/net-libs/libkpeople/libkpeople-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="KDE contact person abstraction library" +HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople" + +LICENSE="LGPL-2.1" +IUSE="semantic-desktop" +KEYWORDS="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep kcontacts) + semantic-desktop? ( + $(add_kdeplasma_dep baloo) + ) + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}"