commit: 58c0c6c41b24d8202a52dab095e906cedf1f945f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 17:20:57 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 17:20:57 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=58c0c6c4
[kde-apps/kcontacts] New package.
Package-Manager: portage-2.2.15
---
kde-apps/kcontacts/kcontacts-9999.ebuild | 24 ++++++++++++++++++++++++
kde-apps/kcontacts/metadata.xml | 5 +++++
2 files changed, 29 insertions(+)
diff --git a/kde-apps/kcontacts/kcontacts-9999.ebuild
b/kde-apps/kcontacts/kcontacts-9999.ebuild
new file mode 100644
index 0000000..b50478d
--- /dev/null
+++ b/kde-apps/kcontacts/kcontacts-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Address book API for KDE"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+"
+DEPEND="${RDEPEND}"
diff --git a/kde-apps/kcontacts/metadata.xml b/kde-apps/kcontacts/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kcontacts/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>