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 0D449138A1A for ; Fri, 23 Jan 2015 23:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D6C7E095D; Fri, 23 Jan 2015 23:58:43 +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 295E9E095D for ; Fri, 23 Jan 2015 23:58:43 +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 6D28633F9D2 for ; Fri, 23 Jan 2015 23:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A15D103B2 for ; Fri, 23 Jan 2015 23:58:41 +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: <1422057289.58423ddaf8617ba410a1e6df9a746913dd7fef74.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-5.9999.ebuild X-VCS-Directories: kde-misc/kio-mtp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 58423ddaf8617ba410a1e6df9a746913dd7fef74 X-VCS-Branch: master Date: Fri, 23 Jan 2015 23:58:41 +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: 4eb56da9-e4df-45be-8aa9-96663203b322 X-Archives-Hash: bc06ae80101e3cb883194767fd569d9a commit: 58423ddaf8617ba410a1e6df9a746913dd7fef74 Author: Johannes Huber gentoo org> AuthorDate: Fri Jan 23 23:54:49 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jan 23 23:54:49 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=58423dda [kde-misc/kio-mtp] Removed, merged into kde-plasma/kio-extras Package-Manager: portage-2.2.15 --- kde-misc/kio-mtp/kio-mtp-5.9999.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild b/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild deleted file mode 100644 index 61b68d2..0000000 --- a/kde-misc/kio-mtp/kio-mtp-5.9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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" -KEYWORDS="" -IUSE="debug" - -DEPEND=" - >=media-libs/libmtp-1.1.3 - $(add_frameworks_dep ki18n) - $(add_frameworks_dep solid) - $(add_frameworks_dep kio) -" -RDEPEND="${DEPEND}"