commit: 034408f78acf239e31c321866e46347d6b69869f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Sep 26 16:50:16 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 2 17:54:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034408f7
net-im/neochat: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38781 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-im/neochat/files/neochat-24.08.0-cmake.patch | 38 ------------------------ 1 file changed, 38 deletions(-) diff --git a/net-im/neochat/files/neochat-24.08.0-cmake.patch b/net-im/neochat/files/neochat-24.08.0-cmake.patch deleted file mode 100644 index b1ab04d7725e..000000000000 --- a/net-im/neochat/files/neochat-24.08.0-cmake.patch +++ /dev/null @@ -1,38 +0,0 @@ -From a7e06375fddf7927b0b2bb5e8f986ace9d9a57eb Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <[email protected]> -Date: Sun, 11 Aug 2024 17:58:58 +0200 -Subject: [PATCH] Include missing ECMQmlModule - -Amends bc67033c003e7f8b73fadd4239ab5b737de27877 and e0c3a1c14395117661521f0d880bdcf52124d1e1 - -No idea why this isn't caught by CI, but it fails for me otherwise. - -Signed-off-by: Andreas Sturmlechner <[email protected]> -(cherry picked from commit 22743b6d8b3ddcd301ab80ef48a7896c18de464f) ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8d3e92f71..b5a2c9e34 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -38,6 +38,7 @@ include(KDEGitCommitHooks) - include(ECMCheckOutboundLicense) - include(ECMQtDeclareLoggingCategory) - include(ECMAddAndroidApk) -+include(ECMQmlModule) - if (NOT ANDROID) - include(KDEClangFormat) - endif() -@@ -59,7 +60,6 @@ set_package_properties(Qt6 PROPERTIES - PURPOSE "Basic application components" - ) - --qt_policy(SET QTP0001 NEW) - if (QT_KNOWN_POLICY_QTP0004) - qt_policy(SET QTP0004 NEW) - endif () --- -2.46.0 -
