commit:     d2550fe90961a1d1f2696c1966340bc8f2b3bc2d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 22:22:43 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:22:43 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2550fe9

kde-frameworks/kconfigwidgets: drop 5.89.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kconfigwidgets/kconfigwidgets-5.89.0.ebuild    | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.89.0.ebuild 
b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.89.0.ebuild
deleted file mode 100644
index 50e1c0fc6a..0000000000
--- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.89.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing an assortment of configuration-related 
widgets"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-BDEPEND="
-       man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
-       >=dev-qt/qtdbus-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtwidgets-${QTMIN}:5
-       =kde-frameworks/kauth-${PVCUT}*:5
-       =kde-frameworks/kcodecs-${PVCUT}*:5
-       =kde-frameworks/kconfig-${PVCUT}*:5
-       =kde-frameworks/kcoreaddons-${PVCUT}*:5
-       =kde-frameworks/kguiaddons-${PVCUT}*:5
-       =kde-frameworks/ki18n-${PVCUT}*:5
-       =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 
746866
-               $(cmake_use_find_package man KF5DocTools)
-       )
-
-       ecm_src_configure
-}

Reply via email to