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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35A72138359 for ; Fri, 9 Oct 2020 13:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8498DE084A; Fri, 9 Oct 2020 13:51:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D130E084A for ; Fri, 9 Oct 2020 13:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46CEC33BEF4 for ; Fri, 9 Oct 2020 13:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDD0332 for ; Fri, 9 Oct 2020 13:51:31 +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: <1602182233.7d700fba8f3fa3cb3d8dd629c2deb121f01ec380.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: 7d700fba8f3fa3cb3d8dd629c2deb121f01ec380 X-VCS-Branch: master Date: Fri, 9 Oct 2020 13:51:31 +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: 619df9b1-1e0c-438e-9067-5a80f3e5f6b6 X-Archives-Hash: 2d1f1ce41cf7c4ff9fbfa68410833315 commit: 7d700fba8f3fa3cb3d8dd629c2deb121f01ec380 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 5 11:37:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 8 18:37:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d700fba Documentation: Update KF_RELEASE(S), PLASMA_RELEASE(S) and set regeneration Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 124444c940..5d1549eb74 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,11 +9,11 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.70 5.74 5.75" -KF_RELEASE=${KF_RELEASE:-5.70} +KF_RELEASES="5.74 5.75" +KF_RELEASE=${KF_RELEASE:-5.74} -PLASMA_RELEASES="5.18 5.19 5.20" -PLASMA_RELEASE=${PLASMA_RELEASE:-5.18} +PLASMA_RELEASES="5.19 5.20" +PLASMA_RELEASE=${PLASMA_RELEASE:-5.19} SERVICE_RELEASES="20.04 20.08" SERVICE_RELEASE=${SERVICE_RELEASE:-20.04} @@ -161,7 +161,7 @@ popd > /dev/null # regenerate unversioned sets pushd ../../sets/ > /dev/null -for set in *frameworks-${KF_RELEASE}; do +for set in *frameworks*${KF_RELEASE}; do newfile=${set/%-${KF_RELEASE}} echo -e "${HEADER}" > "${newfile}" sed -r "/@/s/-${KF_RELEASE}//g;/9999$/s/~//;s/> "${newfile}"