summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/kio-mtp/Manifest1
-rw-r--r--kde-misc/kio-mtp/kio-mtp-0_p20130211.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-misc/kio-mtp/Manifest b/kde-misc/kio-mtp/Manifest
new file mode 100644
index 00000000000..a8d26f92b95
--- /dev/null
+++ b/kde-misc/kio-mtp/Manifest
@@ -0,0 +1 @@
+DIST kio-mtp-0_p20130211.tar.xz 25984 SHA256 fc8cc3453ac1429ec600b0e7995a86a5df999ab4f74914fb89cb24af4d2e5ad9 SHA512 b0b0c58ad633a8cee25f3224a73d84ff41ece25da42eda602acbb906c5a429a0bb6191ff76105e0efa8a16bb3a4812ff595f0d9bbf34ffbb956fbb986daec30a WHIRLPOOL 9ab31fe33cca166676e3f115b024a4bbe1628659d907346c1f78c95b06482fd24efcf5ddabd589d33b9739ca715634ba18a5907ad67e5021788bf26c63046360
diff --git a/kde-misc/kio-mtp/kio-mtp-0_p20130211.ebuild b/kde-misc/kio-mtp/kio-mtp-0_p20130211.ebuild
new file mode 100644
index 00000000000..c199755adb7
--- /dev/null
+++ b/kde-misc/kio-mtp/kio-mtp-0_p20130211.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="MTP KIO-Client for KDE"
+HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp"
+SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ >=media-libs/libmtp-1.1.3
+"
+RDEPEND="${DEPEND}"