commit: 1d0ed03b2415e8e1a47813a560264ec4dc09c154 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sat Jun 30 09:10:10 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 30 09:10:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1d0ed03b
app-office/libalkimia: Import from Gentoo ebuild repository app-office/libalkimia/libalkimia-5.0.0.ebuild | 25 +++++++++++++++++++++++++ app-office/libalkimia/metadata.xml | 8 ++++++++ 2 files changed, 33 insertions(+) diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild b/app-office/libalkimia/libalkimia-5.0.0.ebuild new file mode 100644 index 0000000..af907c0 --- /dev/null +++ b/app-office/libalkimia/libalkimia-5.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Library with common classes and functionality used by KDE finance applications" +HOMEPAGE="https://community.kde.org/Alkimia/libalkimia" +SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +KEYWORDS="amd64 x86" +SLOT="0/5" +IUSE="" + +RDEPEND=" + dev-libs/gmp:0=[cxx] + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + kde-frameworks/kdelibs:4 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/app-office/libalkimia/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata>
