summaryrefslogtreecommitdiff
path: root/eclass/ecm.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /eclass/ecm.eclass
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r--eclass/ecm.eclass28
1 files changed, 1 insertions, 27 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 2892b0e0e942..0e3c64b0a2ad 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ecm.eclass
@@ -218,27 +218,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"
@@ -545,11 +524,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