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 1594015808B for ; Fri, 4 Oct 2024 22:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4059E29FA; Fri, 4 Oct 2024 22:21:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D396E29FA for ; Fri, 4 Oct 2024 22:21:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66F723430A5 for ; Fri, 4 Oct 2024 22:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C131280B for ; Fri, 4 Oct 2024 22:21:43 +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: <1728080091.cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d.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: cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d X-VCS-Branch: master Date: Fri, 4 Oct 2024 22:21:43 +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: 40210584-60a0-45d1-a18e-93c417f4552c X-Archives-Hash: 8cac2eab00736c78072875b039a4b1c6 commit: cb5a0aa30b2355ba2cfff1a3306283e8ba89eb3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 22:14:27 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 22:14:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb5a0aa3 Documentation: regenerate-files: Fix unversioned KF6 set generation Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 7e2e5686e6..4e84a1d6f2 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -176,7 +176,7 @@ pushd ../../sets/ > /dev/null for set in *frameworks-*${KF6_RELEASE}; do newfile=${set/%-${KF6_RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${KF6_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" + sed -r "/@/s/-${KF6_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done for set in *plasma-${PLASMA_RELEASE}; do