commit: fc0bd9f6e51583ada6b682334eee019f3d2c0ee7 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jan 21 07:23:10 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jan 21 07:23:10 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fc0bd9f6
[kde-misc/kio-mtp] Add frameworks live ebuild. Package-Manager: portage-2.2.15 --- kde-misc/kio-mtp/kio-mtp-5.9999.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild b/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild new file mode 100644 index 0000000..a840cc2 --- /dev/null +++ b/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="MTP KIO-Client for KDE" +HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + >=media-libs/libmtp-1.1.3 + $(add_frameworks_dep ki18n) + $(add_frameworks_dep solid) + $(add_frameworks_dep kio) +" +RDEPEND="${DEPEND}"
