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 D060715808E for ; Mon, 25 Apr 2022 21:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C289E07D4; Mon, 25 Apr 2022 21:48:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EC07E07D1 for ; Mon, 25 Apr 2022 21:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 754B834136E for ; Mon, 25 Apr 2022 21:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A173042C for ; Mon, 25 Apr 2022 21:48:46 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650923173.033af3201ba2ae599eb8f9c3edd15e9cf190745a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaddressbook/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaddressbook/files/kaddressbook-21.08.3-unused-deps.patch X-VCS-Directories: kde-apps/kaddressbook/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 033af3201ba2ae599eb8f9c3edd15e9cf190745a X-VCS-Branch: master Date: Mon, 25 Apr 2022 21:48:46 +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: b14da2a7-e2f3-4832-a9c2-65a045fa98aa X-Archives-Hash: 30efb7b165e0f13955da18d41e94ddd7 commit: 033af3201ba2ae599eb8f9c3edd15e9cf190745a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Apr 23 16:04:08 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 25 21:46:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033af320 kde-apps/kaddressbook: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../files/kaddressbook-21.08.3-unused-deps.patch | 61 ---------------------- 1 file changed, 61 deletions(-) diff --git a/kde-apps/kaddressbook/files/kaddressbook-21.08.3-unused-deps.patch b/kde-apps/kaddressbook/files/kaddressbook-21.08.3-unused-deps.patch deleted file mode 100644 index 0f13513546b7..000000000000 --- a/kde-apps/kaddressbook/files/kaddressbook-21.08.3-unused-deps.patch +++ /dev/null @@ -1,61 +0,0 @@ -From eb9dad153f199c925ac60c0a33eca6ff0c1f9f44 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Sandro=20Knau=C3=9F?= -Date: Fri, 8 Oct 2021 17:56:50 +0000 -Subject: [PATCH] Remove unneeded dependencies - ---- - CMakeLists.txt | 8 -------- - src/CMakeLists.txt | 4 ---- - 3 files changed, 13 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c5e3e336..aef0ccd9 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -53,7 +53,6 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus PrintS - set(LIBKDEPIM_LIB_VERSION "5.18.3") - set(LIBGRANTLEETHEME_LIB_VERSION "5.18.3") - set(PIMCOMMON_LIB_VERSION "5.18.3") --set(LIBKLEO_LIB_VERSION "5.18.3") - set(AKONADI_SEARCH_VERSION "5.18.3") - set(AKONADI_CONTACT_VERSION "5.18.3") - -@@ -62,7 +61,6 @@ find_package(KF5DBusAddons ${KF5_MIN_VERSION} CONFIG REQUIRED) - find_package(KF5CoreAddons ${KF5_MIN_VERSION} CONFIG REQUIRED) - find_package(KF5KCMUtils ${KF5_MIN_VERSION} CONFIG REQUIRED) - find_package(KF5Crash ${KF5_MIN_VERSION} REQUIRED) --find_package(KF5Libkleo ${LIBKLEO_LIB_VERSION} CONFIG REQUIRED) - - find_package(KF5DocTools ${KF5_MIN_VERSION}) - set_package_properties(KF5DocTools PROPERTIES DESCRIPTION -@@ -79,12 +77,6 @@ find_package(KF5AkonadiSearch ${AKONADI_SEARCH_VERSION} CONFIG REQUIRED) - find_package(KF5AkonadiContact ${AKONADI_CONTACT_VERSION} CONFIG REQUIRED) - find_package(KF5GrantleeTheme ${LIBGRANTLEETHEME_LIB_VERSION} CONFIG REQUIRED) - --set(GPGMEPP_LIB_VERSION "1.11.1") --find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED) -- --set(QGPGME_LIB_VERSION "1.11.1") --find_package(QGpgme ${QGPGME_LIB_VERSION} CONFIG REQUIRED) -- - include_directories(${kaddressbook_SOURCE_DIR} ${kaddressbook_BINARY_DIR}) - - find_package(KF5Prison ${KF5_MIN_VERSION} CONFIG REQUIRED) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 3e756aab..ac2f5774 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -98,10 +98,6 @@ if (TARGET KUserFeedbackWidgets) - target_link_libraries(kaddressbookprivate PRIVATE KUserFeedbackWidgets) - endif() - --if(QGpgme_FOUND) -- target_link_libraries(kaddressbookprivate PRIVATE QGpgme) --endif() -- - target_include_directories(kaddressbookprivate PUBLIC "$") - - set_target_properties(kaddressbookprivate PROPERTIES VERSION ${KDEPIM_LIB_VERSION} SOVERSION ${KDEPIM_LIB_SOVERSION}) --- -GitLab -