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 5149B1381F3 for ; Tue, 25 Aug 2020 14:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E43BE0978; Tue, 25 Aug 2020 14:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2162FE0971 for ; Tue, 25 Aug 2020 14:59:42 +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 7732533BE5A for ; Tue, 25 Aug 2020 14:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111E926 for ; Tue, 25 Aug 2020 14:59:39 +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: <1598367178.856b4c1716e9aa8977b7fa0e5a0037fb83a2cac1.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: eclass/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 856b4c1716e9aa8977b7fa0e5a0037fb83a2cac1 X-VCS-Branch: master Date: Tue, 25 Aug 2020 14:59:39 +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: eb13e92c-342c-4f4f-af97-89d4f61d822b X-Archives-Hash: 8320e63b35a62eae80d57826e13375a2 commit: 856b4c1716e9aa8977b7fa0e5a0037fb83a2cac1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 24 19:38:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 25 14:52:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=856b4c17 kde4-base.eclass: Re-add 4.13.3 SRC_URI for kde-plasma/kactivitymanagerd Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde4-base.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 92e8164e..b13eb71a 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -495,9 +495,12 @@ _calculate_src_uri() { 4.11.22) # Part of 15.08.0 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/Attic/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;; + 4.13.3) + # kde-plasma/kactivitymanagerd + SRC_URI="mirror://kde/Attic/${PV}/src/${_kmname_pv}.tar.xz" ;; 4.14.3) # Last SC release - SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; + SRC_URI="mirror://kde/Attic/${PV}/src/${_kmname_pv}.tar.xz" ;; 4.14.10) # Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4. SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;