commit: c76936b8a16f6b87501af87cfb08bd41e0701b63 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Jul 21 21:12:06 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Jul 21 21:12:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c76936b8
[kde-apps/kolf] Add KF5 version Package-Manager: portage-2.2.20 kde-apps/kolf/kolf-5.9999.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kde-apps/kolf/kolf-5.9999.ebuild b/kde-apps/kolf/kolf-5.9999.ebuild new file mode 100644 index 0000000..fa078c2 --- /dev/null +++ b/kde-apps/kolf/kolf-5.9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK=true +KDE_SELINUX_MODULE="games" +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="Minigolf game by KDE" +HOMEPAGE=" + http://www.kde.org/applications/games/kolf/ + http://games.kde.org/game.php?game=kolf +" +KEYWORDS="" +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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" + +RDEPEND="${DEPEND}"
