Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 10 Aug 2019 20:07:30
Message-Id: 1565467415.009c3d434e477c2ba0e6079e465d25582c735133.asturm@gentoo
1 commit: 009c3d434e477c2ba0e6079e465d25582c735133
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 20:03:35 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 20:03:35 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=009c3d43
7
8 kde5.eclass: Mark KDE Frameworks 5.61.0 as released
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index 1ffc427341..38c0d0f125 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -151,13 +151,14 @@ fi
20 # For any other value, that value will be used as subslot.
21 : ${KDE_SUBSLOT:=false}
22
23 -# @ECLASS-VARIABLE: KDE_fUNRELEASED
24 +# @ECLASS-VARIABLE: KDE_UNRELEASED
25 # @INTERNAL
26 # @DESCRIPTION
27 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
28 # Any package matching this will have fetch restriction enabled, and receive
29 # a proper error message via pkg_nofetch.
30 -KDE_UNRELEASED=( kde-frameworks-5.61.0 kde-apps-19.08.0 )
31 +KDE_UNRELEASED=( kde-apps-19.08.0 )
32 +
33 HOMEPAGE="https://kde.org/"
34 LICENSE="GPL-2"