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 301B4158020 for ; Tue, 8 Nov 2022 19:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619F2E0965; Tue, 8 Nov 2022 19:27:28 +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 424F3E0965 for ; Tue, 8 Nov 2022 19:27:28 +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 4595C335DAF for ; Tue, 8 Nov 2022 19:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A021B617 for ; Tue, 8 Nov 2022 19:27:25 +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: <1667933638.fe786916c879882517ce83eed945de3d4c201e5e.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: fe786916c879882517ce83eed945de3d4c201e5e X-VCS-Branch: master Date: Tue, 8 Nov 2022 19:27:25 +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: 8cd6b446-f8ff-4b7c-bac8-a43ff3e405ab X-Archives-Hash: 8db3969eb5126a97dfdf4bd8dfc11c02 commit: fe786916c879882517ce83eed945de3d4c201e5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 8 18:52:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 8 18:53:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe786916 Documentation: regenerate-files: Stop appending SLOT 5 to KDE Gear sets KDE Gear packages no longer consistently use SLOT 5. 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 2ba7c7d661..cd9ad0680d 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -176,7 +176,7 @@ done for set in *-${GEAR_RELEASE}; do newfile=${set/%-${GEAR_RELEASE}} echo -e "${HEADER}" > "${newfile}" - sed -r "/@/s/-${GEAR_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" + sed -r "/@/s/-${GEAR_RELEASE}//g;/9999$/s/~//;s/> "${newfile}" done popd > /dev/null