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 D658215808B for ; Tue, 8 Feb 2022 13:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 314CBE07BA; Tue, 8 Feb 2022 13:31:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACFF8E07BA for ; Tue, 8 Feb 2022 13:31:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6544C342D3B for ; Tue, 8 Feb 2022 13:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2B22B8 for ; Tue, 8 Feb 2022 13:31:32 +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: <1644327074.7deac92a2f3ff051f86e549f319acf416395f765.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kapptemplate/, kde-apps/kapptemplate/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kapptemplate/files/kapptemplate-21.08.3-fix-ProvidersUrl.patch kde-apps/kapptemplate/kapptemplate-21.08.3-r1.ebuild kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild kde-apps/kapptemplate/kapptemplate-21.12.2.ebuild X-VCS-Directories: kde-apps/kapptemplate/ kde-apps/kapptemplate/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7deac92a2f3ff051f86e549f319acf416395f765 X-VCS-Branch: master Date: Tue, 8 Feb 2022 13:31:32 +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: 64b7842c-69f6-48f3-be04-a7412896c643 X-Archives-Hash: 8cccab79341caa6a348665a2785e2ed2 commit: 7deac92a2f3ff051f86e549f319acf416395f765 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 8 13:29:16 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 8 13:31:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7deac92a kde-apps/kapptemplate: Fix ProvidersUrl See also: https://mail.kde.org/pipermail/distributions/2022-February/001124.html Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kapptemplate-21.08.3-fix-ProvidersUrl.patch | 25 ++++++++++++++++++++++ ....08.3.ebuild => kapptemplate-21.08.3-r1.ebuild} | 5 ++++- ....12.2.ebuild => kapptemplate-21.12.2-r1.ebuild} | 4 ++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/kde-apps/kapptemplate/files/kapptemplate-21.08.3-fix-ProvidersUrl.patch b/kde-apps/kapptemplate/files/kapptemplate-21.08.3-fix-ProvidersUrl.patch new file mode 100644 index 000000000000..aef236203b06 --- /dev/null +++ b/kde-apps/kapptemplate/files/kapptemplate-21.08.3-fix-ProvidersUrl.patch @@ -0,0 +1,25 @@ +From 14c554ba403fded7a22b1c231e02f552da344670 Mon Sep 17 00:00:00 2001 +From: Heiko Becker +Date: Tue, 8 Feb 2022 11:55:58 +0100 +Subject: [PATCH] Use the CDN based endpoint rather than the legacy endpoint + +--- + src/application/kapptemplate.knsrc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/application/kapptemplate.knsrc b/src/application/kapptemplate.knsrc +index 76bcc7f..9ddd3a7 100644 +--- a/src/application/kapptemplate.knsrc ++++ b/src/application/kapptemplate.knsrc +@@ -33,7 +33,7 @@ Name[x-test]=xxApplication Templates (SDK)xx + Name[zh_CN]=应用程序模板 (SDK) + Name[zh_TW]=應用程式範本 (SDK) + +-ProvidersUrl=http://download.kde.org/ocs/providers.xml ++ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml + Categories=KDE App Template + TargetDir=kdevappwizard/templates + Uncompress=never +-- +GitLab + diff --git a/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild b/kde-apps/kapptemplate/kapptemplate-21.08.3-r1.ebuild similarity index 82% rename from kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild rename to kde-apps/kapptemplate/kapptemplate-21.08.3-r1.ebuild index 84a3907dc666..8ef34766d118 100644 --- a/kde-apps/kapptemplate/kapptemplate-21.08.3.ebuild +++ b/kde-apps/kapptemplate/kapptemplate-21.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,3 +30,6 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 " RDEPEND="${DEPEND}" + +# https://mail.kde.org/pipermail/distributions/2022-February/001124.html +PATCHES=( "${FILESDIR}/${P}-fix-ProvidersUrl.patch" ) diff --git a/kde-apps/kapptemplate/kapptemplate-21.12.2.ebuild b/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild similarity index 85% rename from kde-apps/kapptemplate/kapptemplate-21.12.2.ebuild rename to kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild index fc02f1dbdb56..ad83d5ad9636 100644 --- a/kde-apps/kapptemplate/kapptemplate-21.12.2.ebuild +++ b/kde-apps/kapptemplate/kapptemplate-21.12.2-r1.ebuild @@ -30,3 +30,7 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 " RDEPEND="${DEPEND}" + +# https://mail.kde.org/pipermail/distributions/2022-February/001124.html +PATCHES=( "${FILESDIR}/${PN}-21.08.3-fix-ProvidersUrl.patch" ) +