From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 750FD158012 for ; Tue, 13 Sep 2022 20:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FBAE0891; Tue, 13 Sep 2022 20:54:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9724E07FE for ; Tue, 13 Sep 2022 20:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95719340A7F for ; Tue, 13 Sep 2022 20:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D32560 for ; Tue, 13 Sep 2022 20:54:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663102428.00161236d6568499f3ee54b02d95de756ef675fc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/baloo-widgets/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch X-VCS-Directories: kde-apps/baloo-widgets/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 00161236d6568499f3ee54b02d95de756ef675fc X-VCS-Branch: master Date: Tue, 13 Sep 2022 20:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe9d1b9d-a964-4eb4-9448-c3cb784ed3da X-Archives-Hash: c589c8a84cb63951860d3288c6fdbf40 commit: 00161236d6568499f3ee54b02d95de756ef675fc Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Sep 12 17:21:36 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 13 20:53:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00161236 kde-apps/baloo-widgets: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.36 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27226 Signed-off-by: Andreas Sturmlechner gentoo.org> ...o-widgets-22.08.0-fix-disable-deprecation.patch | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch b/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch deleted file mode 100644 index 9abab5a0edba..000000000000 --- a/kde-apps/baloo-widgets/files/baloo-widgets-22.08.0-fix-disable-deprecation.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 7ff54ae9b68ca0edf3d6cd57c3eefb6cf072b6f8 Mon Sep 17 00:00:00 2001 -From: Ahmad Samir -Date: Fri, 19 Aug 2022 22:50:26 +0200 -Subject: [PATCH] Disable deprecated KF API from the latest KF released version - -This unbreaks building while porting to new API happens. - -GIT_SILENT - -(cherry picked from commit caa66e6a930a6b892987961a42ea35f5b9b1aac4) ---- - CMakeLists.txt | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5c62156..9af9cef 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -40,8 +40,9 @@ ecm_setup_version(PROJECT - PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5BalooWidgetsConfigVersion.cmake") - - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00) --add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000) -- -+# Bump manually after building with the latest KF released version -+# and porting all deprecated code -+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x056100) # 5.97.0 - add_subdirectory(src) - if (BUILD_TESTING) - add_subdirectory(test) --- -GitLab -