commit: 335a1a6b15837568cc1cfa73c98d1064405883a4 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Oct 31 14:38:39 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 14:38:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=335a1a6b
[kde-base/kcharselect] KF5 version bump wrt bug #527002. Package-Manager: portage-2.2.14 --- kde-base/kcharselect/kcharselect-9999.ebuild | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/kde-base/kcharselect/kcharselect-9999.ebuild b/kde-base/kcharselect/kcharselect-9999.ebuild new file mode 100644 index 0000000..041c9ef --- /dev/null +++ b/kde-base/kcharselect/kcharselect-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="true" +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KDE character selection utility" +HOMEPAGE="http://www.kde.org/applications/utilities/kcharselect +http://utils.kde.org/projects/kcharselect" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !kde-base/kcharselect:4 +"
