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 032D9158099 for ; Sat, 25 Nov 2023 23:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB642BC014; Sat, 25 Nov 2023 23:25:37 +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 223962BC014 for ; Sat, 25 Nov 2023 23:25:37 +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 5FAD833BEB9 for ; Sat, 25 Nov 2023 23:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADEA13BB for ; Sat, 25 Nov 2023 23:25:34 +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: <1700954695.ba25152c65ff41114125d31cdddbdf888835d813.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: ba25152c65ff41114125d31cdddbdf888835d813 X-VCS-Branch: master Date: Sat, 25 Nov 2023 23:25:34 +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: 5da2696b-7535-4f2b-8af9-dd6a570aee73 X-Archives-Hash: 58987fdcd892c55a06b71543a1dcf98c commit: ba25152c65ff41114125d31cdddbdf888835d813 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 25 23:23:54 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 25 23:24:55 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba25152c Documentation: regenerate-files: Support foreign categories in kde-frameworks sets Also support high KF5/6 version numbers Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 1b4b4cdfc6..526428a26e 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -203,14 +203,14 @@ pushd ../../sets/ > /dev/null for set in *frameworks-5*${KF5_RELEASE}; do newfile=${set/%-${KF5_RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${KF5_RELEASE}//g;/5\.9999$/s/~//;s/> "${newfile}" + sed -r "/@/s/-${KF5_RELEASE}//g;/5\.9999$/s/~//;s/> "${newfile}" done if [[ -n ${KF6_RELEASE} ]]; then for set in *frameworks-6*${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 fi