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 C1AE0158083 for ; Mon, 2 Sep 2024 09:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B3F2BC030; Mon, 2 Sep 2024 09:31:49 +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 704E02BC030 for ; Mon, 2 Sep 2024 09:31:49 +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 82C06343135 for ; Mon, 2 Sep 2024 09:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE441F34 for ; Mon, 2 Sep 2024 09:31:46 +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: <1725269480.b86ec81fecc240703df435e1e6ceea198a54556e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/regenerate-files X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b86ec81fecc240703df435e1e6ceea198a54556e X-VCS-Branch: master Date: Mon, 2 Sep 2024 09:31:46 +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: 31598a40-f9ce-4d64-a037-fa0a741056f9 X-Archives-Hash: 1c413b7463cac3fadadf83b8f474d453 commit: b86ec81fecc240703df435e1e6ceea198a54556e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 21:38:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 09:31:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b86ec81f Documentation: regenerate-files: Plasma6.1/Gear24.05/KF-6.5 stable default ... relevant for unversioned sets. Drop KDE Gear 23.08 which is only available in parts for a long time. Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 753b8559a7..21e34c1825 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -13,13 +13,13 @@ KF5_RELEASES="5.116" KF5_RELEASE=${KF5_RELEASE:-5.116} KF6_RELEASES="6.5" -KF6_RELEASE=${KF6_RELEASE:-} +KF6_RELEASE=${KF6_RELEASE:-6.5} PLASMA_RELEASES="5.27 6.1" -PLASMA_RELEASE=${PLASMA_RELEASE:-5.27} +PLASMA_RELEASE=${PLASMA_RELEASE:-6.1} -GEAR_RELEASES="23.08 24.05 24.08" -GEAR_RELEASE=${GEAR_RELEASE:-23.08} +GEAR_RELEASES="24.05 24.08" +GEAR_RELEASE=${GEAR_RELEASE:-24.05} # regenerate keywords pushd ../package.accept_keywords/ > /dev/null