commit: c9c7f9cec9e9183f656c17277dc3663e10ce6045 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Oct 31 17:25:26 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 17:25:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9c7f9ce
[kde-base/khangman] KF5 version bump. Package-Manager: portage-2.2.14 --- kde-base/khangman/khangman-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/kde-base/khangman/khangman-9999.ebuild b/kde-base/khangman/khangman-9999.ebuild new file mode 100644 index 0000000..474404a --- /dev/null +++ b/kde-base/khangman/khangman-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Classical hangman game for KDE" +HOMEPAGE="http://www.kde.org/applications/education/khangman +http://edu.kde.org/khangman" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdebase_dep libkeduvocdocument) + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + media-libs/phonon[qt5] +" +RDEPEND="${DEPEND}"
