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 2E1CE138359 for ; Mon, 16 Nov 2020 23:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA90E09D1; Mon, 16 Nov 2020 23:41:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65900E09C6 for ; Mon, 16 Nov 2020 23:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9088B3411C0 for ; Mon, 16 Nov 2020 23:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C0C44C for ; Mon, 16 Nov 2020 23:41:12 +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: <1605569004.ce04d25f26dbaf4a150be16df96beb3f3c1ed215.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce04d25f26dbaf4a150be16df96beb3f3c1ed215 X-VCS-Branch: master Date: Mon, 16 Nov 2020 23:41:12 +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: a83e0a99-ed3c-4a1a-9ff2-c903d1784a6e X-Archives-Hash: 7b999020967e82d8c563cc96dbffca2a commit: ce04d25f26dbaf4a150be16df96beb3f3c1ed215 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 16 23:23:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 16 23:23:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce04d25f ecm.eclass: Drop obsolete kde5*.eclass porting clues Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 8d358a91f9..c763957bf8 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -19,13 +19,6 @@ # # This eclass's phase functions are not intended to be mixed and matched, so if # any phase functions are overridden the version here should also be called. -# -# Porting from kde5.class -# - Convert all add_*_dep dependency functions to regular dependencies -# - Manually set LICENSE -# - Manually set SLOT -# - Rename vars and function names as needed, see kde5.eclass PORTING comments -# - Instead of FRAMEWORKS_MINIMAL, define KFMIN in ebuilds and use it for deps if [[ -z ${_ECM_ECLASS} ]]; then _ECM_ECLASS=1 @@ -267,24 +260,6 @@ DEPEND+=" ${COMMONDEPEND}" RDEPEND+=" ${COMMONDEPEND}" unset COMMONDEPEND -# @FUNCTION: _ecm_banned_var -# @INTERNAL -# @DESCRIPTION: -# Banned kde5*.eclass variables are banned. -_ecm_banned_var() { - die "$1 is banned. use $2 instead." -} - -if [[ -z ${_KDE5_ECLASS} ]] ; then - [[ -n ${KDE_DEBUG} ]] && _ecm_banned_var KDE_DEBUG ECM_DEBUG - [[ -n ${KDE_EXAMPLES} ]] && _ecm_banned_var KDE_EXAMPLES ECM_EXAMPLES - [[ -n ${KDE_HANDBOOK} ]] && _ecm_banned_var KDE_HANDBOOK ECM_HANDBOOK - [[ -n ${KDE_DOC_DIR} ]] && _ecm_banned_var KDE_DOC_DIR ECM_HANDBOOK_DIR - [[ -n ${KDE_PO_DIRS} ]] && _ecm_banned_var KDE_PO_DIRS ECM_PO_DIRS - [[ -n ${KDE_QTHELP} ]] && _ecm_banned_var KDE_QTHELP ECM_QTHELP - [[ -n ${KDE_TEST} ]] && _ecm_banned_var KDE_TEST ECM_TEST -fi - # @ECLASS-VARIABLE: KDE_GCC_MINIMAL # @DEFAULT_UNSET # @DESCRIPTION: