Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sun, 27 Feb 2022 23:22:19
Message-Id: 1646004049.591d8256b3a673470c98f96588dd4a0ef18b7c6c.asturm@gentoo
1 commit: 591d8256b3a673470c98f96588dd4a0ef18b7c6c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 08:04:54 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 23:20:49 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=591d8256
7
8 kde.org.eclass: Use KDE_ORG_NAME to determine fetch location
9
10 Makes much more sense here instead of PN, and avoids duplicating checks
11 for split packages.
12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 eclass/kde.org.eclass | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
19 index a803cab662..2ddde6a865 100644
20 --- a/eclass/kde.org.eclass
21 +++ b/eclass/kde.org.eclass
22 @@ -197,8 +197,7 @@ _kde.org_calculate_src_uri() {
23 case ${CATEGORY} in
24 kde-frameworks)
25 _src_uri+="stable/frameworks/$(ver_cut 1-2)/"
26 - case ${PN} in
27 - countryflags | \
28 + case ${KDE_ORG_NAME} in
29 kdelibs4support | \
30 kdesignerplugin | \
31 kdewebkit | \