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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19250158041 for ; Wed, 28 Feb 2024 13:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A32E2A58; Wed, 28 Feb 2024 13:56:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3231FE2A58 for ; Wed, 28 Feb 2024 13:56:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F527343014 for ; Wed, 28 Feb 2024 13:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332FF14FC for ; Wed, 28 Feb 2024 13:56:25 +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: <1709128420.bebb49106db4996395c8a01a957f2daadf1a91cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/frameworks.kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bebb49106db4996395c8a01a957f2daadf1a91cd X-VCS-Branch: master Date: Wed, 28 Feb 2024 13:56:25 +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: 8a65d051-2467-42eb-b7f7-94ea2dec5e39 X-Archives-Hash: 4c5b98a7ba1b221343bd79ae7da25829 commit: bebb49106db4996395c8a01a957f2daadf1a91cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 13:54:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 28 13:53:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebb4910 frameworks.kde.org.eclass: Unsupport unstable release SRC_URIs Will not appear again until KF7. Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/frameworks.kde.org.eclass | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass index 19db30352fee..53811e339976 100644 --- a/eclass/frameworks.kde.org.eclass +++ b/eclass/frameworks.kde.org.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: frameworks.kde.org.eclass @@ -69,13 +69,7 @@ case ${KDE_BUILD_TYPE} in ;; *) if [[ -z ${KDE_ORG_COMMIT} ]]; then - case ${PV} in - 5.2[4-9]?.? ) - _KDE_SRC_URI+="unstable/frameworks/$(ver_cut 1-3)/" - RESTRICT+=" mirror" - ;; - *) _KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/" ;; - esac + _KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/" case ${KDE_ORG_NAME} in kdelibs4support | \ kdesignerplugin | \