From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 67591138A1A for ; Wed, 21 Jan 2015 07:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0F5E0894; Wed, 21 Jan 2015 07:23:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00549E0894 for ; Wed, 21 Jan 2015 07:23:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E963406CC for ; Wed, 21 Jan 2015 07:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96411009E for ; Wed, 21 Jan 2015 07:23:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1421824990.fc0bd9f6e51583ada6b682334eee019f3d2c0ee7.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-mtp/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-mtp/kio-mtp-5.9999.ebuild X-VCS-Directories: kde-misc/kio-mtp/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fc0bd9f6e51583ada6b682334eee019f3d2c0ee7 X-VCS-Branch: master Date: Wed, 21 Jan 2015 07:23:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4a289d3-9e5f-41a5-86f1-3e6df9476dcf X-Archives-Hash: c9628146127ba047a21949c8f7b71e9c commit: fc0bd9f6e51583ada6b682334eee019f3d2c0ee7 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jan 21 07:23:10 2015 +0000 Commit: Manuel Rüger gentoo 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}"