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/calligra/
Date: Sat, 26 Jan 2019 20:29:17
Message-Id: 1548534521.584013980f4c9625c6c4f5f40728398cb0a16d84.asturm@gentoo
1 commit: 584013980f4c9625c6c4f5f40728398cb0a16d84
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 19 16:15:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 20:28:41 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58401398
7
8 app-office/calligra: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/calligra/calligra-9999.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
17 index f2912e9e58..c3c4c92078 100644
18 --- a/app-office/calligra/calligra-9999.ebuild
19 +++ b/app-office/calligra/calligra-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 CHECKREQS_DISK_BUILD="4G"
28 KDE_HANDBOOK="forceoptional"
29 @@ -24,6 +24,10 @@ IUSE="activities +crypt +fontconfig gemini gsl import-filter +lcms okular openex
30
31 # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy)
32 # Required for the matlab/octave formula tool
33 +BDEPEND="
34 + sys-devel/gettext
35 + test? ( $(add_frameworks_dep threadweaver) )
36 +"
37 COMMON_DEPEND="
38 $(add_frameworks_dep karchive)
39 $(add_frameworks_dep kcmutils)
40 @@ -106,9 +110,6 @@ COMMON_DEPEND="
41 "
42 DEPEND="${COMMON_DEPEND}
43 dev-libs/boost
44 - sys-devel/gettext
45 - x11-misc/shared-mime-info
46 - test? ( $(add_frameworks_dep threadweaver) )
47 "
48 RDEPEND="${COMMON_DEPEND}
49 calligra_features_karbon? ( media-gfx/pstoedit[plotutils] )