commit:     bb3af82e49fb81f4dc3d22db545a563ae9f6340e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:04:17 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:51:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bb3af82e

kde-apps/superkaramba: Drop IUSE=python

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/superkaramba/superkaramba-15.08.3.ebuild | 28 +++++------------------
 1 file changed, 6 insertions(+), 22 deletions(-)

diff --git a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild 
b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
index df7c3726..862c1b7b 100644
--- a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
+++ b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
@@ -1,41 +1,25 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
+inherit kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop"
 HOMEPAGE="https://www.kde.org/applications/utilities/superkaramba
 https://utils.kde.org/projects/superkaramba";
-KEYWORDS="~amd64 ~x86"
-IUSE="debug python"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
 
 DEPEND="
        media-libs/qimageblitz[-qt5(+)]
        x11-libs/libX11
        x11-libs/libXrender
-       python? (
-               ${PYTHON_DEPS}
-               $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
-       )
-"
-RDEPEND="${DEPEND}
-       python? ( $(add_kdeapps_dep kross-interpreters "${PYTHON_USEDEP}") )
 "
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-       kde4-base_pkg_setup
-}
+RDEPEND="${DEPEND}"
 
 src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_with python PythonLibs)
-       )
-
+       local mycmakeargs=( -DWITH_PythonLibs=OFF )
        kde4-base_src_configure
 }

Reply via email to