commit: 165822b4f328c6e6f398079170f183ffcc37d3f3 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Wed Apr 29 23:12:50 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 12:51:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=165822b4
app-office/libalkimia: New package Package-Manager: portage-2.2.18 app-office/libalkimia/libalkimia-9999.ebuild | 32 ++++++++++++++++++++++++++++ app-office/libalkimia/metadata.xml | 5 +++++ 2 files changed, 37 insertions(+) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild new file mode 100644 index 0000000..5050b5a --- /dev/null +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_BRANCH="frameworks" +KDE_DOX_DIR="libalkimia" +KDE_DOXYGEN="true" +KMNAME="alkimia" +inherit kde5 + +DESCRIPTION="Library with common classes and functionality used by KDE finance applications" +HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323" + +LICENSE="LGPL-2.1" +KEYWORDS="" +IUSE="" + +RDEPEND=" + dev-libs/gmp[cxx] + dev-qt/qtdbus:5 +" +DEPEND="${RDEPEND} + !app-office/libalkimia:4 + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtxml:5 + virtual/pkgconfig +" diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/app-office/libalkimia/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>
