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 A185B158451 for ; Sun, 7 Jan 2024 19:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B35C52BC067; Sun, 7 Jan 2024 19:10:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F2A92BC067 for ; Sun, 7 Jan 2024 19:10:38 +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 1FB783430FE for ; Sun, 7 Jan 2024 19:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 832F0AE5 for ; Sun, 7 Jan 2024 19:10:35 +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: <1704654544.6bb7a3bfa46fa0710a71c727607f71432df6cc21.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: 6bb7a3bfa46fa0710a71c727607f71432df6cc21 X-VCS-Branch: master Date: Sun, 7 Jan 2024 19:10:35 +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: 0758b5b4-785b-4ca4-b7d4-1c929eb00ed6 X-Archives-Hash: 266fd4a88146a6572f11b09b35b668c0 commit: 6bb7a3bfa46fa0710a71c727607f71432df6cc21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 19:09:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 19:09:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6bb7a3bf Documentation: regenerate-files: Support categories with digits in them 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 04f22f6e4a..6591904a35 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -64,7 +64,7 @@ for release in $GEAR_RELEASES; do echo -e "${HEADER}" > "kde-gear-${release}.49.9999.keywords" for file in ".kde-gear-${release}"/*; do newfile=".kde-gear-${release}.49.9999"/$(basename "${file}") - sed -e "/^<[a-z-]*\/.*\.50$/{s/\.50/.49.9999/;s/^ "${newfile}" # echo "${newfile}" done