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 64A5F138334 for ; Sun, 8 Dec 2019 08:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF7A3E0922; Sun, 8 Dec 2019 08:56:04 +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 7C852E0922 for ; Sun, 8 Dec 2019 08:56:03 +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 9910534D870 for ; Sun, 8 Dec 2019 08:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACADC7FE for ; Sun, 8 Dec 2019 08:56:00 +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: <1575766958.f70f58609d74b019e7cb65866b672d025d3e41d1.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: f70f58609d74b019e7cb65866b672d025d3e41d1 X-VCS-Branch: master Date: Sun, 8 Dec 2019 08:56:00 +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: d3c6331f-0f11-4cb8-8dc3-aa684e3f93c3 X-Archives-Hash: 07b65e79c206137565a0c0bde6819099 commit: f70f58609d74b019e7cb65866b672d025d3e41d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 8 01:01:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 8 01:02:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f70f5860 Documentation: Update regenerate-files KF_RELEASE, APPS_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 a8ef0306ac..c6d6164380 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,14 +9,14 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.60 5.64" -KF_RELEASE=${KF_RELEASE:-5.60} +KF_RELEASES="5.64" +KF_RELEASE=${KF_RELEASE:-5.64} PLASMA_RELEASES="5.16 5.17" PLASMA_RELEASE=${PLASMA_RELEASE:-5.16} -APPS_RELEASES="19.04 19.08 19.12" -APPS_RELEASE=${APPS_RELEASE:-19.04} +APPS_RELEASES="19.08 19.12" +APPS_RELEASE=${APPS_RELEASE:-19.08} # regenerate keywords pushd ../package.accept_keywords/ > /dev/null