From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C8DF1158128 for ; Sun, 15 Jun 2025 17:40:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B77AD342667 for ; Sun, 15 Jun 2025 17:40:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57949110542; Sun, 15 Jun 2025 17:40:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4AB2E110542 for ; Sun, 15 Jun 2025 17:40:01 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A99B33BE9F for ; Sun, 15 Jun 2025 17:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0694229CE for ; Sun, 15 Jun 2025 17:39:58 +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: <1750008396.f2a0b0c592e8ce1f20ef56000c2ded5a8d8e7873.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: f2a0b0c592e8ce1f20ef56000c2ded5a8d8e7873 X-VCS-Branch: master Date: Sun, 15 Jun 2025 17:39:58 +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: 563b0aab-bdec-4ea3-bb9e-dc6b99b86c13 X-Archives-Hash: 5a9fbc93304a7d7184bfa1b9fcd0e03c commit: f2a0b0c592e8ce1f20ef56000c2ded5a8d8e7873 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 23 05:49:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 15 17:26:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a0b0c5 frameworks.kde.org.eclass: Drop SRC_URI support for KF5 PortingAids Bug: https://bugs.gentoo.org/755956 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/frameworks.kde.org.eclass | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass index 522211a23ab2..d14037de0af3 100644 --- a/eclass/frameworks.kde.org.eclass +++ b/eclass/frameworks.kde.org.eclass @@ -65,25 +65,9 @@ KDE_ORG_SCHEDULE_URI+="/Frameworks" # @INTERNAL # @DESCRIPTION: # Helper variable to construct release group specific SRC_URI. -_KDE_SRC_URI="mirror://kde/" +_KDE_SRC_URI="mirror://kde/stable/frameworks/${KDE_CATV}/" -# TODO: Remove after last KF5 PortingAid treecleaned; bug 755956 if [[ ${KDE_BUILD_TYPE} != live && -z ${KDE_ORG_COMMIT} ]]; then - _KDE_SRC_URI+="stable/frameworks/${KDE_CATV}/" - case ${KDE_ORG_NAME} in - kdelibs4support | \ - kdesignerplugin | \ - kdewebkit | \ - khtml | \ - kjs | \ - kjsembed | \ - kmediaplayer | \ - kross | \ - kxmlrpcclient) - _KDE_SRC_URI+="portingAids/" - ;; - esac - SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz" fi