Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 01 Dec 2018 19:23:33
Message-Id: 1543692183.9c17cc429e2a16aa7a99a5735852a5232eaf2ff7.asturm@gentoo
1 commit: 9c17cc429e2a16aa7a99a5735852a5232eaf2ff7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 18:58:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 19:23:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c17cc42
7
8 kde5-functions.eclass: Drop obsolete minimum deps
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 11 ++---------
13 1 file changed, 2 insertions(+), 9 deletions(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 4ddff029a09..319129dbbb7 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -37,18 +37,11 @@ case ${CATEGORY} in
20 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
21 ;;
22 kde-plasma)
23 - if [[ ${PV} = 5.13.5 ]]; then
24 - : ${FRAMEWORKS_MINIMAL:=5.46.0}
25 - : ${KDE_APPS_MINIMAL:=17.12.3}
26 - fi
27 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
28 : ${FRAMEWORKS_MINIMAL:=9999}
29 fi
30 : ${QT_MINIMAL:=5.11.1}
31 ;;
32 - kde-apps)
33 - [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0}
34 - ;;
35 esac
36
37 # @ECLASS-VARIABLE: QT_MINIMAL
38 @@ -59,7 +52,7 @@ esac
39 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
40 # @DESCRIPTION:
41 # Minimum version of Frameworks to require. This affects add_frameworks_dep.
42 -: ${FRAMEWORKS_MINIMAL:=5.50.0}
43 +: ${FRAMEWORKS_MINIMAL:=5.52.0}
44
45 # @ECLASS-VARIABLE: PLASMA_MINIMAL
46 # @DESCRIPTION:
47 @@ -69,7 +62,7 @@ esac
48 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
49 # @DESCRIPTION:
50 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
51 -: ${KDE_APPS_MINIMAL:=18.04.3}
52 +: ${KDE_APPS_MINIMAL:=18.08.3}
53
54 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
55 # @DEFAULT_UNSET