commit: 086a0e80148b604ecf8139678527fcb17d4fb6f5 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Mon Aug 29 06:33:10 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 14:35:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=086a0e80
kde-apps/kscd: Add kf5 version Package-Manager: portage-2.2.28 kde-apps/kscd/kscd-5.9999.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/kde-apps/kscd/kscd-5.9999.ebuild b/kde-apps/kscd/kscd-5.9999.ebuild new file mode 100644 index 0000000..e02583a --- /dev/null +++ b/kde-apps/kscd/kscd-5.9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_BRANCH="kf5" +KDE_TEST="optional" +inherit kde5 + +DESCRIPTION="CDDB enabled audio CD player based on KDE Frameworks" +HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/" +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 kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_kdeapps_dep libkcddb) + $(add_kdeapps_dep libkcompactdisc) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + media-libs/musicbrainz:3 + media-libs/phonon[qt5] +" +RDEPEND="${DEPEND}"
