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 22892138334 for ; Tue, 14 May 2019 06:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D326E08AA; Tue, 14 May 2019 06:28:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2199EE08AA for ; Tue, 14 May 2019 06:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D7998344232 for ; Tue, 14 May 2019 06:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82062452 for ; Tue, 14 May 2019 06:28:36 +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: <1557771954.d72efe5d389b784090338592b8f4b553565d727c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/files/, kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/files/ kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d72efe5d389b784090338592b8f4b553565d727c X-VCS-Branch: master Date: Tue, 14 May 2019 06:28:36 +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: c564f565-8649-407d-8bcb-2b201ac4994e X-Archives-Hash: 92e9df34a48b41e0afc26d029b7f5591 commit: d72efe5d389b784090338592b8f4b553565d727c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 13 18:25:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 13 18:25:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d72efe5d kde-plasma/plasma-workspace: Drop obsolete patch Reported-by: Duncan <1i5t5.duncan cox.net> Closes: https://bugs.gentoo.org/685766 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/plasma-workspace-5.12.80-tests-optional.patch | 17 ----------------- .../plasma-workspace/plasma-workspace-9999.ebuild | 1 - 2 files changed, 18 deletions(-) diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch deleted file mode 100644 index e26b27e8c3..0000000000 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/dataengines/notifications/CMakeLists.txt b/dataengines/notifications/CMakeLists.txt -index 8a90cb59..597b3f7e 100644 ---- a/dataengines/notifications/CMakeLists.txt -+++ b/dataengines/notifications/CMakeLists.txt -@@ -46,7 +46,8 @@ ecm_qt_declare_logging_category(notifications_test_SRCS HEADER debug.h - IDENTIFIER NOTIFICATIONS - CATEGORY_NAME kde.dataengine.notifications` - DEFAULT_SEVERITY Info) -- --add_executable(notification_test ${notifications_test_SRCS}) --target_link_libraries(notification_test Qt5::Test Qt5::Core) --ecm_mark_as_test(notification_test) -+if(BUILD_TESTING) -+ add_executable(notification_test ${notifications_test_SRCS}) -+ target_link_libraries(notification_test Qt5::Test Qt5::Core) -+ ecm_mark_as_test(notification_test) -+endif() diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 93343e9d50..b7ca9fcc47 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -117,7 +117,6 @@ PDEPEND=" PATCHES=( "${FILESDIR}/${PN}-5.14.80-startkde-script.patch" "${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch" - "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" )