From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADE0C138334 for ; Tue, 1 Jan 2019 21:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BD9E0C5E; Tue, 1 Jan 2019 21:46:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DBAEE0C7C for ; Tue, 1 Jan 2019 21:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1397335CF9 for ; Tue, 1 Jan 2019 21:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0BF74EE for ; Tue, 1 Jan 2019 21:46:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546361414.47fe696298f85019afd083acb64e8b6863b4754e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligraplan/calligraplan-9999.ebuild X-VCS-Directories: app-office/calligraplan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 47fe696298f85019afd083acb64e8b6863b4754e X-VCS-Branch: master Date: Tue, 1 Jan 2019 21:46:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cd9c6b9-c9d9-4ab9-bcdc-364a0bcb4688 X-Archives-Hash: 39b1b974ed464e3168e46fc283079116 commit: 47fe696298f85019afd083acb64e8b6863b4754e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 16:50:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 1 16:50:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=47fe6962 app-office/calligraplan: Check KDE_BUILD_TYPE after inherit kde5 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligraplan/calligraplan-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild index 1d8f104eea..b33b8ab6b3 100644 --- a/app-office/calligraplan/calligraplan-9999.ebuild +++ b/app-office/calligraplan/calligraplan-9999.ebuild @@ -1,13 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -if [[ ${KDE_BUILD_TYPE} == release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" inherit kde5 @@ -15,6 +10,11 @@ inherit kde5 DESCRIPTION="Project management application" HOMEPAGE="https://www.calligra.org/" +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + LICENSE="GPL-2" IUSE="activities dbus +holidays pim X"