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 29467158090 for ; Sun, 27 Feb 2022 23:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F16BE085B; Sun, 27 Feb 2022 23:22:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F31C2E085B for ; Sun, 27 Feb 2022 23:22:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3E5934347F for ; Sun, 27 Feb 2022 23:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCD7A2F9 for ; Sun, 27 Feb 2022 23:22:14 +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: <1646004049.591d8256b3a673470c98f96588dd4a0ef18b7c6c.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: 591d8256b3a673470c98f96588dd4a0ef18b7c6c X-VCS-Branch: master Date: Sun, 27 Feb 2022 23:22:14 +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: 46c4af48-0251-4e30-8f63-9147badc16ed X-Archives-Hash: bbbf32f729ce39c0635128b76c7c42f1 commit: 591d8256b3a673470c98f96588dd4a0ef18b7c6c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 9 08:04:54 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 27 23:20:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=591d8256 kde.org.eclass: Use KDE_ORG_NAME to determine fetch location Makes much more sense here instead of PN, and avoids duplicating checks for split packages. 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 a803cab662..2ddde6a865 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -197,8 +197,7 @@ _kde.org_calculate_src_uri() { case ${CATEGORY} in kde-frameworks) _src_uri+="stable/frameworks/$(ver_cut 1-2)/" - case ${PN} in - countryflags | \ + case ${KDE_ORG_NAME} in kdelibs4support | \ kdesignerplugin | \ kdewebkit | \