commit:     a8479eecef335031ba1210c8c6f9aae47d1b58de
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Mon Dec 15 18:44:13 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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}"

Reply via email to