commit: 729972a64abc532f57ab4c643196c70f835c41a7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 15:32:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:41:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=729972a6
ecm.eclass: Drop KDE Applications 19.08.3 support
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/ecm.eclass | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index a125162fb2..dbb8cc7a81 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -207,27 +207,6 @@ case ${ECM_DESIGNERPLUGIN} in
;;
esac
-# @ECLASS-VARIABLE: KDE_DESIGNERPLUGIN
-# @DESCRIPTION:
-# If set to "false", do nothing.
-# Otherwise, add "designer" to IUSE to toggle build of designer plugins
-# and add the necessary BDEPEND.
-# TODO: drop after KDE Applications 19.08.3 removal
-: ${KDE_DESIGNERPLUGIN:=false}
-case ${KDE_DESIGNERPLUGIN} in
- true)
- IUSE+=" designer"
- BDEPEND+="
- designer? (
>=kde-frameworks/kdesignerplugin-${KFMIN}:${KFSLOT} )
- "
- ;;
- false) ;;
- *)
- eerror "Unknown value for \${KDE_DESIGNERPLUGIN}"
- die "Value ${KDE_DESIGNERPLUGIN} is not supported"
- ;;
-esac
-
case ${ECM_EXAMPLES} in
true)
IUSE+=" examples"
@@ -520,11 +499,6 @@ ecm_src_configure() {
cmakeargs+=( -DBUILD_DESIGNERPLUGIN=$(usex designer) )
fi
- # TODO: drop after KDE Applications 19.08.3 removal
- if in_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then
- cmakeargs+=( $(cmake_use_find_package designer
KF5DesignerPlugin) )
- fi
-
if [[ ${ECM_QTHELP} = true ]]; then
cmakeargs+=( -DBUILD_QCH=$(usex doc) )
fi