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 A67E51382C5 for ; Mon, 14 Jun 2021 08:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91EB4E0DD8; Mon, 14 Jun 2021 08:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 744DCE0DD8 for ; Mon, 14 Jun 2021 08:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6DA5E340DDE for ; Mon, 14 Jun 2021 08:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8A17BD for ; Mon, 14 Jun 2021 08:24:44 +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: <1623658677.3fa5e4bcf3bb0178ffec0da3c8e197bd1987d779.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: 3fa5e4bcf3bb0178ffec0da3c8e197bd1987d779 X-VCS-Branch: master Date: Mon, 14 Jun 2021 08:24:44 +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: a1a9078d-8c13-4ac1-84cc-3601bbb07096 X-Archives-Hash: 924ad6c5761dc39943681ac71fa14074 commit: 3fa5e4bcf3bb0178ffec0da3c8e197bd1987d779 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 08:16:54 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:17:57 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fa5e4bc Documentation: regenerate-files: Update PLASMA_RELEASE, KF_RELEASE Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index dfc3b42550..647b362fb3 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.80 5.82 5.83" -KF_RELEASE=${KF_RELEASE:-5.80} +KF_RELEASES="5.82 5.83" +KF_RELEASE=${KF_RELEASE:-5.82} -PLASMA_RELEASES="5.20 5.21 5.22" -PLASMA_RELEASE=${PLASMA_RELEASE:-5.20} +PLASMA_RELEASES="5.21 5.22" +PLASMA_RELEASE=${PLASMA_RELEASE:-5.21} GEAR_RELEASES="21.04" GEAR_RELEASE=${GEAR_RELEASE:-21.04}