From ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 12 Oct 2024 14:00:43 +0200 Subject: [PATCH] kde-frameworks/extra-cmake-modules: Drop obsolete patch Upstream commit 21158fbc37e9b723b47a0fa74e968d553d0d6aba Closes: https://bugs.gentoo.org/941381 Signed-off-by: Andreas Sturmlechner --- .../extra-cmake-modules-9999.ebuild | 1 - ....112.0-disable-tests-requiring-PyQt5.patch | 27 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index b86c3043d80..f0c8f858998 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -32,7 +32,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-5.49.0-no-fatal-warnings.patch" "${FILESDIR}/${PN}-5.93.0-skip-ecm_add_test-early.patch" - "${FILESDIR}/${PN}-5.112.0-disable-tests-requiring-PyQt5.patch" # bug 680256 "${FILESDIR}/${PN}-5.245.0-disable-qmlplugindump.patch" "${FILESDIR}/${PN}-6.5.0-disable-appstreamtest.patch" "${FILESDIR}/${PN}-6.5.0-disable-git-commit-hooks.patch" diff --git a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch deleted file mode 100644 index 17d60448056..00000000000 --- a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 35d209b5662e468aa2f613ffdb9b91bc2e7f7e26 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Sat, 18 Nov 2023 17:58:36 +0100 -Subject: [PATCH] Disable tests requiring PyQt5 - -Gentoo-bug: https://bugs.gentoo.org/680256 -Signed-off-by: Andreas Sturmlechner ---- - tests/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt -index 1415bb91..09d998e4 100644 ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -79,7 +79,7 @@ find_file(SIP_Qt5Core_Mod_FILE - PATH_SUFFIXES share/sip/PyQt5/QtCore - ) - --if(NOT SIP_Qt5Core_Mod_FILE) -+if(TRUE) - message(STATUS "WARNING: skipping tests that require PyQt") - else() - find_package(PythonModuleGeneration) --- -2.42.1 -