Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/
Date: Mon, 30 Oct 2017 01:19:48
Message-Id: 1509326356.830f2adbbea1f9613c2f4b560c64caa2967acb21.asturm@gentoo
1 commit: 830f2adbbea1f9613c2f4b560c64caa2967acb21
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 01:12:25 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 01:19:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=830f2adb
7
8 app-office/kraft: 0.80_beta2 version bump
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-office/kraft/kraft-0.80_beta2.ebuild | 45 ++++++++++++++++++++++++++++++++
13 1 file changed, 45 insertions(+)
14
15 diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild
16 new file mode 100644
17 index 0000000000..dd793e912f
18 --- /dev/null
19 +++ b/app-office/kraft/kraft-0.80_beta2.ebuild
20 @@ -0,0 +1,45 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +KDE_HANDBOOK="forceoptional"
27 +inherit kde5
28 +
29 +DESCRIPTION="Software to manage quotes and invoices in small enterprises"
30 +HOMEPAGE="http://www.volle-kraft-voraus.de/"
31 +SRC_URI="https://github.com/dragotin/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
32 +
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +
36 +DEPEND="
37 + $(add_frameworks_dep kconfigwidgets)
38 + $(add_frameworks_dep kcoreaddons)
39 + $(add_frameworks_dep kemoticons)
40 + $(add_frameworks_dep kglobalaccel)
41 + $(add_frameworks_dep kguiaddons)
42 + $(add_frameworks_dep ki18n)
43 + $(add_frameworks_dep kio)
44 + $(add_frameworks_dep knotifyconfig)
45 + $(add_frameworks_dep ktextwidgets)
46 + $(add_frameworks_dep kwallet)
47 + $(add_frameworks_dep kwidgetsaddons)
48 + $(add_frameworks_dep kxmlgui)
49 + $(add_frameworks_dep sonnet)
50 + $(add_kdeapps_dep akonadi)
51 + $(add_kdeapps_dep akonadi-contacts)
52 + $(add_kdeapps_dep kcontacts)
53 + $(add_qt_dep qtconcurrent)
54 + $(add_qt_dep qtdbus)
55 + $(add_qt_dep qtnetwork)
56 + $(add_qt_dep qtsql)
57 + $(add_qt_dep qtwebengine 'widgets')
58 + $(add_qt_dep qtwidgets)
59 + dev-cpp/ctemplate
60 +"
61 +RDEPEND="${DEPEND}"
62 +
63 +S="${WORKDIR}/${PN}-${PV/_/}"
64 +
65 +DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )