summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kio-mtp/kio-mtp-0.75_p20150403.ebuild')
-rw-r--r--kde-misc/kio-mtp/kio-mtp-0.75_p20150403.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/kio-mtp/kio-mtp-0.75_p20150403.ebuild b/kde-misc/kio-mtp/kio-mtp-0.75_p20150403.ebuild
new file mode 100644
index 000000000000..16fc17e79465
--- /dev/null
+++ b/kde-misc/kio-mtp/kio-mtp-0.75_p20150403.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="MTP KIO-Client for KDE"
+HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp"
+COMMIT_ID="d91d9898dcd81fa1c472474a0d6af1c6c1063ce0"
+SRC_URI="https://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+S=${WORKDIR}/${PN}
+
+DEPEND="
+ >=media-libs/libmtp-1.1.3
+"
+RDEPEND="${DEPEND}"