Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: app-office/libalkimia/
Date: Sat, 30 Jun 2018 09:18:55
Message-Id: 1530349810.1d0ed03b2415e8e1a47813a560264ec4dc09c154.asturm@gentoo
1 commit: 1d0ed03b2415e8e1a47813a560264ec4dc09c154
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 30 09:10:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 09:10:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1d0ed03b
7
8 app-office/libalkimia: Import from Gentoo ebuild repository
9
10 app-office/libalkimia/libalkimia-5.0.0.ebuild | 25 +++++++++++++++++++++++++
11 app-office/libalkimia/metadata.xml | 8 ++++++++
12 2 files changed, 33 insertions(+)
13
14 diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild b/app-office/libalkimia/libalkimia-5.0.0.ebuild
15 new file mode 100644
16 index 0000000..af907c0
17 --- /dev/null
18 +++ b/app-office/libalkimia/libalkimia-5.0.0.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2017 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +
23 +EAPI=6
24 +
25 +inherit cmake-utils
26 +
27 +DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
28 +HOMEPAGE="https://community.kde.org/Alkimia/libalkimia"
29 +SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz"
30 +
31 +LICENSE="LGPL-2.1+"
32 +KEYWORDS="amd64 x86"
33 +SLOT="0/5"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + dev-libs/gmp:0=[cxx]
38 + dev-qt/qtcore:4
39 + dev-qt/qtdbus:4
40 + kde-frameworks/kdelibs:4
41 +"
42 +DEPEND="${RDEPEND}
43 + virtual/pkgconfig
44 +"
45
46 diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml
47 new file mode 100644
48 index 0000000..2fdbf33
49 --- /dev/null
50 +++ b/app-office/libalkimia/metadata.xml
51 @@ -0,0 +1,8 @@
52 +<?xml version="1.0" encoding="UTF-8"?>
53 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 +<pkgmetadata>
55 + <maintainer type="project">
56 + <email>kde@g.o</email>
57 + <name>Gentoo KDE Project</name>
58 + </maintainer>
59 +</pkgmetadata>