From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-471879-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Sc083-0006pv-Bk
	for garchives@archives.gentoo.org; Tue, 05 Jun 2012 20:13:23 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6730DE0653;
	Tue,  5 Jun 2012 20:12:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 35423E0653
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jun 2012 20:12:56 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9C0931B402C
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jun 2012 20:12:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 3447FE5404
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jun 2012 20:12:54 +0000 (UTC)
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" <thev00d00@gentoo.org>
Message-ID: <1338930616.a7b67d6531fc24e856a1281dcb7f370e5827a9f3.thev00d00@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 kde-misc/kio-mtp/metadata.xml
X-VCS-Directories: kde-misc/kio-mtp/
X-VCS-Committer: thev00d00
X-VCS-Committer-Name: Ian Whyman
X-VCS-Revision: a7b67d6531fc24e856a1281dcb7f370e5827a9f3
X-VCS-Branch: master
Date: Tue,  5 Jun 2012 20:12:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: b3cfec4c-6b2e-4574-a182-1437398d1e5a
X-Archives-Hash: 0b20ab77910f1c7e1c3e4aae3e8315e7

commit:     a7b67d6531fc24e856a1281dcb7f370e5827a9f3
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:10:16 2012 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Tue Jun  5 21:10:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc=
ommit;h=3Da7b67d65

[kde-misc/kio-mtp] New package, 9999 build

(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest comm=
it)

---
 kde-misc/kio-mtp/kio-mtp-9999.ebuild |   27 +++++++++++++++++++++++++++
 kde-misc/kio-mtp/metadata.xml        |    5 +++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/kde-misc/kio-mtp/kio-mtp-9999.ebuild b/kde-misc/kio-mtp/kio-=
mtp-9999.ebuild
new file mode 100644
index 0000000..404612b
--- /dev/null
+++ b/kde-misc/kio-mtp/kio-mtp-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3D4
+
+KDE_SCM=3D"git"
+EGIT_REPONAME=3D"scratch/schmidt/kio-mtp.git"
+inherit kde4-base
+
+DESCRIPTION=3D"A MTP KIO-Client for KDE"
+HOMEPAGE=3D"http://quickgit.kde.org/index.php?p=3Dscratch%2Fschmidt%2Fki=
o-mtp.git&a=3Dsummary"
+
+LICENSE=3D"GPL-2"
+SLOT=3D"4"
+KEYWORDS=3D"~amd64 ~x86"
+IUSE=3D"debug"
+
+COMMONDEPEND=3D"
+	>=3Dmedia-libs/libmtp-1.1.3
+"
+DEPEND=3D"
+	${COMMONDEPEND}
+"
+RDEPEND=3D"
+	${COMMONDEPEND}
+"

diff --git a/kde-misc/kio-mtp/metadata.xml b/kde-misc/kio-mtp/metadata.xm=
l
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-misc/kio-mtp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version=3D"1.0" encoding=3D"UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>