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 EBF9C158041 for ; Wed, 28 Feb 2024 11:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A12AE2B74; Wed, 28 Feb 2024 11:04:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0253EE2B74 for ; Wed, 28 Feb 2024 11:04:13 +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 1A2C2340C42 for ; Wed, 28 Feb 2024 11:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADF5A14E8 for ; Wed, 28 Feb 2024 11:04:10 +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: <1709118160.6fe16889688517aef3a336a20b948a875a217ccd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde 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: 6fe16889688517aef3a336a20b948a875a217ccd X-VCS-Branch: master Date: Wed, 28 Feb 2024 11:04:10 +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: 26154874-4881-4ddb-aee2-71eeca421416 X-Archives-Hash: 5a0796b56473764b94e5a12690448b7e commit: 6fe16889688517aef3a336a20b948a875a217ccd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 13:54:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 28 11:02:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6fe16889 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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass index ac3537813e..53811e3399 100644 --- a/eclass/frameworks.kde.org.eclass +++ b/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 | \