Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-mtp/
Date: Tue, 05 Jun 2012 20:13:23
Message-Id: 1338930616.a7b67d6531fc24e856a1281dcb7f370e5827a9f3.thev00d00@gentoo
1 commit: a7b67d6531fc24e856a1281dcb7f370e5827a9f3
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 5 21:10:16 2012 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 21:10:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a7b67d65
7
8 [kde-misc/kio-mtp] New package, 9999 build
9
10 (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-misc/kio-mtp/kio-mtp-9999.ebuild | 27 +++++++++++++++++++++++++++
14 kde-misc/kio-mtp/metadata.xml | 5 +++++
15 2 files changed, 32 insertions(+), 0 deletions(-)
16
17 diff --git a/kde-misc/kio-mtp/kio-mtp-9999.ebuild b/kde-misc/kio-mtp/kio-mtp-9999.ebuild
18 new file mode 100644
19 index 0000000..404612b
20 --- /dev/null
21 +++ b/kde-misc/kio-mtp/kio-mtp-9999.ebuild
22 @@ -0,0 +1,27 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +KDE_SCM="git"
30 +EGIT_REPONAME="scratch/schmidt/kio-mtp.git"
31 +inherit kde4-base
32 +
33 +DESCRIPTION="A MTP KIO-Client for KDE"
34 +HOMEPAGE="http://quickgit.kde.org/index.php?p=scratch%2Fschmidt%2Fkio-mtp.git&a=summary"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="4"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="debug"
40 +
41 +COMMONDEPEND="
42 + >=media-libs/libmtp-1.1.3
43 +"
44 +DEPEND="
45 + ${COMMONDEPEND}
46 +"
47 +RDEPEND="
48 + ${COMMONDEPEND}
49 +"
50
51 diff --git a/kde-misc/kio-mtp/metadata.xml b/kde-misc/kio-mtp/metadata.xml
52 new file mode 100644
53 index 0000000..a23f444
54 --- /dev/null
55 +++ b/kde-misc/kio-mtp/metadata.xml
56 @@ -0,0 +1,5 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <herd>kde</herd>
61 +</pkgmetadata>