commit:     ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 12:00:43 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 12:00:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ecdf416f

kde-frameworks/extra-cmake-modules: Drop obsolete patch

Upstream commit 21158fbc37e9b723b47a0fa74e968d553d0d6aba

Closes: https://bugs.gentoo.org/941381
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../extra-cmake-modules-9999.ebuild                |  1 -
 ...les-5.112.0-disable-tests-requiring-PyQt5.patch | 27 ----------------------
 2 files changed, 28 deletions(-)

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 b86c3043d8..f0c8f85899 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 17d6044805..0000000000
--- 
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 <[email protected]>
-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 <[email protected]>
----
- 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
-

Reply via email to