Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/
Date: Mon, 01 Jun 2020 10:03:56
Message-Id: 1591005600.f4a5563c2bcc5b9cfa1f18d17e62bcca843320f0.asturm@gentoo
1 commit: f4a5563c2bcc5b9cfa1f18d17e62bcca843320f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 10:00:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 10:00:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4a5563c
7
8 Documentation: regenerate-files: Update Releases
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 Documentation/maintainers/regenerate-files | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files
16 index e495645a5c..895bf86fb3 100755
17 --- a/Documentation/maintainers/regenerate-files
18 +++ b/Documentation/maintainers/regenerate-files
19 @@ -9,11 +9,11 @@ cd "$(dirname $0)"
20 SCRIPT=$(basename $0)
21 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
22
23 -KF_RELEASES="5.67 5.70"
24 -KF_RELEASE=${KF_RELEASE:-5.67}
25 +KF_RELEASES="5.70"
26 +KF_RELEASE=${KF_RELEASE:-5.70}
27
28 -PLASMA_RELEASES="5.17 5.18 5.19"
29 -PLASMA_RELEASE=${PLASMA_RELEASE:-5.17}
30 +PLASMA_RELEASES="5.18 5.19"
31 +PLASMA_RELEASE=${PLASMA_RELEASE:-5.18}
32
33 SERVICE_RELEASES="19.12 20.04"
34 SERVICE_RELEASE=${SERVICE_RELEASE:-19.12}