commit: 2bbb1b91110ddf577cbb015233e4a28628f2b6ff Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun Jan 25 15:44:12 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jan 25 20:56:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2bbb1b91
[kde-apps/kapman] Add kf5 ebuild --- kde-apps/kapman/kapman-5.9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/kde-apps/kapman/kapman-5.9999.ebuild b/kde-apps/kapman/kapman-5.9999.ebuild new file mode 100644 index 0000000..7cc780b --- /dev/null +++ b/kde-apps/kapman/kapman-5.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Pac-Man clone for KDE" +HOMEPAGE="http://www.kde.org/applications/games/kapman/" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + media-libs/phonon[qt5] +" + +RDEPEND="${DEPEND}"