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 C111F59CA9 for ; Sat, 26 Mar 2016 10:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A177021C05C; Sat, 26 Mar 2016 10:42:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9791D21C05C for ; Sat, 26 Mar 2016 10:42:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B63AC340D1C for ; Sat, 26 Mar 2016 10:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE55E873 for ; Sat, 26 Mar 2016 10:42:07 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458988307.2073151906727fee884962418518a457c9fd226c.johu@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-9999.ebuild X-VCS-Directories: kde-misc/kio-mtp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2073151906727fee884962418518a457c9fd226c X-VCS-Branch: master Date: Sat, 26 Mar 2016 10:42:07 +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: ec2eb2cd-ec36-4fc9-9890-50248afde99f X-Archives-Hash: 3ca7a795b181c4a27f29c740c3225f8b commit: 2073151906727fee884962418518a457c9fd226c Author: Johannes Huber gentoo org> AuthorDate: Sat Mar 26 10:31:47 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Mar 26 10:31:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=20731519 kde-misc/kio-mtp: KF5, EAPI 6 Package-Manager: portage-2.2.28 kde-misc/kio-mtp/kio-mtp-9999.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/kde-misc/kio-mtp/kio-mtp-9999.ebuild b/kde-misc/kio-mtp/kio-mtp-9999.ebuild index 08d778b..2bf803e 100644 --- a/kde-misc/kio-mtp/kio-mtp-9999.ebuild +++ b/kde-misc/kio-mtp/kio-mtp-9999.ebuild @@ -2,19 +2,24 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 -DESCRIPTION="MTP KIO-Client for KDE" +DESCRIPTION="MTP KIO-Client for Plasma" HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" LICENSE="GPL-2" -SLOT="4" KEYWORDS="" -IUSE="debug" +IUSE="" DEPEND=" + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep solid) >=media-libs/libmtp-1.1.3 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !kde-misc/kio-mtp:4 +"