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 43242138351 for ; Thu, 19 Mar 2020 00:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC1AE0C21; Thu, 19 Mar 2020 00:00:56 +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 C496CE0C0D for ; Thu, 19 Mar 2020 00:00:55 +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 9F8C434F2F2 for ; Thu, 19 Mar 2020 00:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5E418B for ; Thu, 19 Mar 2020 00:00:52 +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: <1584394888.ca41425cdf2901f0eeeb3c2401e62163b434b7d8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca41425cdf2901f0eeeb3c2401e62163b434b7d8 X-VCS-Branch: master Date: Thu, 19 Mar 2020 00:00:52 +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: 5faa52d3-d6d6-46ec-9291-08e07460fb07 X-Archives-Hash: bc34b738b4b4cdbd5cec7541f337777b commit: ca41425cdf2901f0eeeb3c2401e62163b434b7d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 11 15:36:03 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 16 21:41:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca41425c kde.org.eclass: Drop kde-apps-19.08.3 support, prepare for release-service beta Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 2776b5b972..bb9bd618eb 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -110,10 +110,9 @@ _kde.org_calculate_src_uri() { if [[ ${KDE_RELEASE_SERVICE} = true ]]; then case ${PV} in ??.??.[6-9]? ) - _src_uri+="unstable/applications/${PV}/src/" + _src_uri+="unstable/release-service/${PV}/src/" RESTRICT+=" mirror" ;; - 19.08.3? ) _src_uri+="stable/applications/${PV}/src/" ;; *) _src_uri+="stable/release-service/${PV}/src/" ;; esac fi