Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-mtp/
Date: Wed, 01 Jun 2016 08:19:51
Message-Id: 1464769175.4293aab697b58811b1ee937e33c999cf8b821c7c.johu@gentoo
1 commit: 4293aab697b58811b1ee937e33c999cf8b821c7c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 08:19:27 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 08:19:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4293aab6
7
8 kde-misc/kio-mtp: Remove 0.75_p20141221
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-misc/kio-mtp/Manifest | 1 -
13 kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/kde-misc/kio-mtp/Manifest b/kde-misc/kio-mtp/Manifest
17 index 0c47977..68a0b24 100644
18 --- a/kde-misc/kio-mtp/Manifest
19 +++ b/kde-misc/kio-mtp/Manifest
20 @@ -1,2 +1 @@
21 -DIST kio-mtp-0.75_p20141221.tar.gz 22946 SHA256 9d314d5f959a0ec30f75ceb678faf118385c1379dea1da628457ab8623d703fa SHA512 d72dcc21181014f2b52562341a0cb88854ba2baad0a94c715e9b6c6f89e8e7f3c0bb70b8a99a7c7414f06a8582a98de8db753ad24a8f7cf53bbbd7ab796af831 WHIRLPOOL 1d6b7e02feebf2b10b5e3ace056435a90c33a96a6059a992ec4be740b8870e1afcbf052053d158d92c3946b5dfdf63998c229c949d90e4be30e6aa0189b64898
22 DIST kio-mtp-0.75_p20150403.tar.gz 22963 SHA256 16289046aaf646f8010f9cec2089da2a8bb5f2e6fa9babf92400e4808d076e6f SHA512 e318d46a366d0f4725a6fa5293ae636b027071b1052621d496917201371be1874fd1cca70e088ee481e3caf1de7cc9ac724152842f9cd96e5b5ba7c63c152836 WHIRLPOOL d5a11efe9a5fe2009a2b96b20ad528dafaa4c6223eb4e3b7d06078256dd572416a41492784b09e7ef3d1194b4bad3143735fac3b4b3977d5d8244d2921f75324
23
24 diff --git a/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild b/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild
25 deleted file mode 100644
26 index 1a63649..0000000
27 --- a/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit kde4-base
37 -
38 -DESCRIPTION="MTP KIO-Client for KDE"
39 -HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp"
40 -COMMIT_ID="c418634e4216279fcedfa5cc14f20bda7672b609"
41 -SRC_URI="https://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="4"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="debug"
47 -
48 -S=${WORKDIR}/${PN}
49 -
50 -DEPEND="
51 - >=media-libs/libmtp-1.1.3
52 -"
53 -RDEPEND="${DEPEND}"