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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 934A1138334 for ; Sun, 15 Dec 2019 13:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E450CE0894; Sun, 15 Dec 2019 13:08:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC63FE0894 for ; Sun, 15 Dec 2019 13:08:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BBE434D7A4 for ; Sun, 15 Dec 2019 13:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 252107FE for ; Sun, 15 Dec 2019 13:08:34 +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: <1576415295.8e709993264c4579b03d42b02517ea9566ae495e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch X-VCS-Directories: kde-frameworks/purpose/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e709993264c4579b03d42b02517ea9566ae495e X-VCS-Branch: master Date: Sun, 15 Dec 2019 13:08:34 +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: 9e7fe22f-d4b4-45b1-8383-fbd14e4153b0 X-Archives-Hash: 6ac0fdb5ae9fff8d020b7f0c0026d979 commit: 8e709993264c4579b03d42b02517ea9566ae495e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 15 13:08:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 15 13:08:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e709993 kde-frameworks/purpose: Drop obsolete patch Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/purpose-5.64.0-ecmqmlmodules.patch | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch b/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch deleted file mode 100644 index 08cb748dda..0000000000 --- a/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 8d7123896b988384c756cb948667ea08b86533f4 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Sun, 8 Dec 2019 15:44:14 +0100 -Subject: [PATCH] Use standard ECMQMLModules - -Summary: Superseded by standard ECM modules. - -Test Plan: Build succeeds. - -Reviewers: nicolasfella - -Reviewed By: nicolasfella - -Subscribers: kde-frameworks-devel - -Tags: #frameworks - -Differential Revision: https://phabricator.kde.org/D25809 ---- - src/plugins/CMakeLists.txt | 9 ++--- - 1 file changed, 4 insertions(+), 5 deletions(-) - -diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index fa4637b..9790e76 100644 ---- a/src/plugins/CMakeLists.txt -+++ b/src/plugins/CMakeLists.txt -@@ -19,11 +19,10 @@ function(kpackage_install_package dir component root) - PATTERN Messages.sh EXCLUDE) - endfunction() - --set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) --include(QMLModules) --find_qmlmodule(Ubuntu.OnlineAccounts 0.1) --find_qmlmodule(org.kde.kdeconnect 1.0) --find_qmlmodule(org.kde.kquickcontrolsaddons 2.0) -+include(ECMQMLModules) -+ecm_find_qmlmodule(Ubuntu.OnlineAccounts 0.1) -+ecm_find_qmlmodule(org.kde.kdeconnect 1.0) -+ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0) - - find_package(KAccounts) - find_package(KF5KIO ${KF5_DEP_VERSION} REQUIRED) --- -2.24.0 -