commit: 6fadb9135b10bbe5ec40a39c1e92260f9f07f793
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jan 29 20:30:58 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 23:32:47 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6fadb913
[kde-apps/libkipi] Add KF5 version
Package-Manager: portage-2.2.15
---
kde-apps/libkipi/libkipi-5.9999.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/kde-apps/libkipi/libkipi-5.9999.ebuild
b/kde-apps/libkipi/libkipi-5.9999.ebuild
new file mode 100644
index 0000000..46aa25a
--- /dev/null
+++ b/kde-apps/libkipi/libkipi-5.9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="A library for image plugins accross KDE applications"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kxmlgui)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}"