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 92FC413997D for ; Tue, 12 Nov 2019 02:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8341AE0971; Tue, 12 Nov 2019 02:47:48 +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 607CDE0971 for ; Tue, 12 Nov 2019 02:47:48 +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 06C4B34C9EE for ; Tue, 12 Nov 2019 02:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E1B72F for ; Tue, 12 Nov 2019 02:47:44 +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: <1573526776.776e0ffb37169c214c403ece236c5f40cfa8798d.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: 776e0ffb37169c214c403ece236c5f40cfa8798d X-VCS-Branch: master Date: Tue, 12 Nov 2019 02:47:44 +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: fc157e2a-e0ed-4315-9900-f764bf3d7f10 X-Archives-Hash: 33e0ed0bff40454de8e62bdda2c9a059 commit: 776e0ffb37169c214c403ece236c5f40cfa8798d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 12 02:46:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 12 02:46:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=776e0ffb kde5-functions.eclass: Drop obsolete minimum version overrides Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 7e29d41ce4..bbb8d6d90f 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -20,19 +20,6 @@ case ${EAPI} in *) die "EAPI=${EAPI:-0} is not supported" ;; esac -case ${CATEGORY} in - kde-frameworks) - [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - ;; - kde-plasma) - [[ ${PV} = 5.17* ]] && : ${FRAMEWORKS_MINIMAL:=5.63.0} - [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - ;; - kde-apps) - [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.63.0} - ;; -esac - # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimum version of Qt to require. This affects add_qt_dep.