summaryrefslogtreecommitdiff
path: root/net-im/neochat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-03 04:43:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-03 04:43:49 +0100
commit9b22dab88308071d43d47cd078b37903900f47d3 (patch)
tree67e9a0a10dcdbe72770cc89ba63028a4a8efd711 /net-im/neochat
parentf354cd2612137255e64a82b6578696697b0415b4 (diff)
gentoo auto-resync : 03:10:2024 - 04:43:49
Diffstat (limited to 'net-im/neochat')
-rw-r--r--net-im/neochat/Manifest1
-rw-r--r--net-im/neochat/files/neochat-24.08.0-cmake.patch38
2 files changed, 0 insertions, 39 deletions
diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 2cc2f81884ab..65dfc946ee8b 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,4 +1,3 @@
-AUX neochat-24.08.0-cmake.patch 1123 BLAKE2B a4cb2dcc5267925fc5d8fa6aefe14c3a9c2e895bd623d5a7ea2ebf314c3b743ea615b3046c0d5e18c1d4e9c5ff742ef57c503750ef296f1931747d6f689737ce SHA512 9f4e3da22514bea5363652206802fc9579df31ed28fb20f83eca8286fb7f5c5c6cdcb7ca266dddd7b3d225e440ad09574626b2272dea9c186014dd6f2c6841a2
DIST neochat-24.05.2.tar.xz 980740 BLAKE2B ad04b0ac30337195d1666a308e354efa6bedfb6268f644c36d2fa2f9276ef4670311981377272552c3573c9cd78a223e285022c97169bee5c141460bdcd84ccd SHA512 fef944f0b7b4f4ce85645a18791a08b225989d7a55736a5946ae71c5db850f8ce620622ffcc276d688bc0047115067fb04c5aa48b3917e97b86fca0ca6bbb1d9
DIST neochat-24.08.1.tar.xz 1025240 BLAKE2B 1d257a5d35a8e5df03c8ad98e951dff32b4266e1535af7809e0fb61eab0c67b8186afbb787dd71b6cd3c9ecb1afbfb92769fe0756132ba8d0e3ddbd16fe12447 SHA512 fc480e0f936e5059d9c71ea2d6c4344ac9a5fb80c32b830937e423adb3ac46608a0ee54fd24db53e59c28968bbe05c3afc88ce11b7d2568f9382389bac885196
EBUILD neochat-24.05.2-r1.ebuild 1856 BLAKE2B 13626045703868f96189026c639a833d02386893859951520155f59015c014eef8ae9f59f65238260c86b73f91777c973625e457449689617f2189f50665e736 SHA512 120c20f1b8ebe02fe65b8a66948acc8494315245b53b600c4d5333d7ed4305baecdce37ab7b95686953ea831f2c2c6e6ecc81c13ec15231e49ff4183727c406b
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 <asturm@gentoo.org>
-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 <asturm@gentoo.org>
-(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
-