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 BED94138334 for ; Sat, 18 May 2019 19:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F01E0980; Sat, 18 May 2019 19:56:11 +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 A3E9CE0980 for ; Sat, 18 May 2019 19:56:11 +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 9B8303449ED for ; Sat, 18 May 2019 19:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C9D59E for ; Sat, 18 May 2019 19:56:09 +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: <1558207243.7cfb20cb0a483eeb4bf1bf513fa0c661df4c52f8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7cfb20cb0a483eeb4bf1bf513fa0c661df4c52f8 X-VCS-Branch: master Date: Sat, 18 May 2019 19:56:09 +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: d23aff40-74cf-4456-ab51-bda800673d95 X-Archives-Hash: 6d03985206f3841676ef63970c97723d commit: 7cfb20cb0a483eeb4bf1bf513fa0c661df4c52f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 18 19:20:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 18 19:20:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cfb20cb kde5-functions.eclass: Set FRAMEWORKS_MINIMAL=5.57.0, cleanup versions Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 61d0fa6e48..d87dbcf904 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,19 +38,10 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0} - [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0} - if [[ ${PV} = 5.15.90 || ${PV} = 5.16* ]]; then - : ${FRAMEWORKS_MINIMAL:=5.58.0} - : ${QT_MINIMAL:=5.12.3} - fi - if [[ ${KDE_BUILD_TYPE} = live ]]; then - : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.12.3} - fi - ;; - kde-apps) - [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0} + [[ ${PV} = 5.15.5 ]] && : ${QT_MINIMAL:=5.11.1} + [[ ${PV} = 5.15.90 || ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0} + [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.12.3} ;; esac @@ -62,7 +53,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimum version of Frameworks to require. This affects add_frameworks_dep. -: ${FRAMEWORKS_MINIMAL:=5.54.0} +: ${FRAMEWORKS_MINIMAL:=5.57.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: