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 8DCCC138359 for ; Thu, 13 Aug 2020 16:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3225E07FE; Thu, 13 Aug 2020 16:21:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9753E07FE for ; Thu, 13 Aug 2020 16:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D99834EFAA for ; Thu, 13 Aug 2020 16:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3FBD9C for ; Thu, 13 Aug 2020 16:21:30 +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: <1597335532.8f7a2cfe0b942e9e492fb90867ddd9fb724a82c5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/zanshin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/zanshin/zanshin-9999.ebuild X-VCS-Directories: kde-misc/zanshin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f7a2cfe0b942e9e492fb90867ddd9fb724a82c5 X-VCS-Branch: master Date: Thu, 13 Aug 2020 16:21:30 +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: 8d261390-09a1-45ff-bb31-3f25c7bb2576 X-Archives-Hash: 9c7601bbc077a7a2802882f69c35d2f3 commit: 8f7a2cfe0b942e9e492fb90867ddd9fb724a82c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 16:18:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 13 16:18:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f7a2cfe kde-misc/zanshin: Set KDE_APPS_MINIMAL=20.08.0, sync w/ Gentoo ebuild repo Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/zanshin/zanshin-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-misc/zanshin/zanshin-9999.ebuild b/kde-misc/zanshin/zanshin-9999.ebuild index e238ce7ef5..3708b7abfe 100644 --- a/kde-misc/zanshin/zanshin-9999.ebuild +++ b/kde-misc/zanshin/zanshin-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 ECM_TEST="forceoptional" -KDE_APPS_MINIMAL=19.04.3 +KDE_APPS_MINIMAL=20.08.0 KFMIN=5.60.0 QTMIN=5.12.3 VIRTUALX_REQUIRED="test" @@ -13,8 +13,9 @@ inherit ecm kde.org DESCRIPTION="Getting things done application by KDE" HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin https://kde.org/applications/utilities/org.kde.zanshin" + if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="http://files.kde.org/zanshin/${P}.tar.bz2" + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi