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/calligraplan/
Date: Tue, 01 Jan 2019 21:46:11
Message-Id: 1546361414.47fe696298f85019afd083acb64e8b6863b4754e.asturm@gentoo
1 commit: 47fe696298f85019afd083acb64e8b6863b4754e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 16:50:14 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 16:50:14 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=47fe6962
7
8 app-office/calligraplan: Check KDE_BUILD_TYPE after inherit kde5
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/calligraplan/calligraplan-9999.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
17 index 1d8f104eea..b33b8ab6b3 100644
18 --- a/app-office/calligraplan/calligraplan-9999.ebuild
19 +++ b/app-office/calligraplan/calligraplan-9999.ebuild
20 @@ -1,13 +1,8 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -if [[ ${KDE_BUILD_TYPE} == release ]]; then
28 - SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
29 - KEYWORDS="~amd64 ~x86"
30 -fi
31 -
32 KDE_HANDBOOK="forceoptional"
33 KDE_TEST="forceoptional"
34 inherit kde5
35 @@ -15,6 +10,11 @@ inherit kde5
36 DESCRIPTION="Project management application"
37 HOMEPAGE="https://www.calligra.org/"
38
39 +if [[ ${KDE_BUILD_TYPE} == release ]]; then
40 + SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz"
41 + KEYWORDS="~amd64 ~x86"
42 +fi
43 +
44 LICENSE="GPL-2"
45 IUSE="activities dbus +holidays pim X"