commit:     ee93ce71a1073828021586226ff1293ae90a5daf
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 20:44:47 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:13:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee93ce71

kde-apps/templateparser: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/templateparser/metadata.xml               |  5 +++
 kde-apps/templateparser/templateparser-9999.ebuild | 49 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/kde-apps/templateparser/metadata.xml 
b/kde-apps/templateparser/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/templateparser/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>

diff --git a/kde-apps/templateparser/templateparser-9999.ebuild 
b/kde-apps/templateparser/templateparser-9999.ebuild
new file mode 100644
index 0000000..4d2516d
--- /dev/null
+++ b/kde-apps/templateparser/templateparser-9999.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="KDE PIM template parser"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+       $(add_frameworks_dep kcodecs)
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_frameworks_dep sonnet)
+       $(add_kdeapps_dep akonadi-mime)
+       $(add_kdeapps_dep kidentitymanagement)
+       $(add_kdeapps_dep kmime)
+       $(add_kdeapps_dep kpimtextedit)
+       $(add_kdeapps_dep libakonadi)
+       $(add_kdeapps_dep libkleo)
+       $(add_kdeapps_dep messagecore)
+       $(add_kdeapps_dep messageviewer)
+       $(add_kdeapps_dep pimcommon)
+       dev-qt/designer:5
+       dev-qt/qtgui:5
+       dev-qt/qtwebkit:5
+       dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+       sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+       !<kde-apps/kdepim-15.08.50:5
+       !kde-base/kdepim-common-libs:4
+"
+
+S="${WORKDIR}/${P}/${PN}"

Reply via email to