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, 14 Jun 2021 08:24:52
Message-Id: 1623658677.3fa5e4bcf3bb0178ffec0da3c8e197bd1987d779.asturm@gentoo
1 commit: 3fa5e4bcf3bb0178ffec0da3c8e197bd1987d779
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 08:16:54 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 08:17:57 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fa5e4bc
7
8 Documentation: regenerate-files: Update PLASMA_RELEASE, KF_RELEASE
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 dfc3b42550..647b362fb3 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.80 5.82 5.83"
24 -KF_RELEASE=${KF_RELEASE:-5.80}
25 +KF_RELEASES="5.82 5.83"
26 +KF_RELEASE=${KF_RELEASE:-5.82}
27
28 -PLASMA_RELEASES="5.20 5.21 5.22"
29 -PLASMA_RELEASE=${PLASMA_RELEASE:-5.20}
30 +PLASMA_RELEASES="5.21 5.22"
31 +PLASMA_RELEASE=${PLASMA_RELEASE:-5.21}
32
33 GEAR_RELEASES="21.04"
34 GEAR_RELEASE=${GEAR_RELEASE:-21.04}