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 E3A6B13835B for ; Sun, 18 Oct 2020 16:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E30E09DA; Sun, 18 Oct 2020 16:01:53 +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 0E1DFE09DA for ; Sun, 18 Oct 2020 16:01:53 +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 AEAA8340E46 for ; Sun, 18 Oct 2020 16:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368B83A8 for ; Sun, 18 Oct 2020 16:01:50 +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: <1602951157.5b24e85827bb82be892d96bed4a7eef5b088987e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-20.08.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b24e85827bb82be892d96bed4a7eef5b088987e X-VCS-Branch: master Date: Sun, 18 Oct 2020 16:01:50 +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: 2d72fab7-9e6b-44f9-8864-7c93a78279fc X-Archives-Hash: 7ed9915527d08e691b5abc12bb0ab5b9 commit: 5b24e85827bb82be892d96bed4a7eef5b088987e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 17 16:12:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 17 16:12:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b24e858 kde-apps/dolphin: Drop tests restriction, disable known broken Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-20.08.49.9999.ebuild | 13 ++++++++++--- kde-apps/dolphin/dolphin-9999.ebuild | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/kde-apps/dolphin/dolphin-20.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-20.08.49.9999.ebuild index cc8d8e91cc..67771af600 100644 --- a/kde-apps/dolphin/dolphin-20.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-20.08.49.9999.ebuild @@ -62,8 +62,6 @@ RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:5 " -RESTRICT+=" test" - src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON @@ -72,10 +70,19 @@ src_configure() { $(cmake_use_find_package semantic-desktop KF5BalooWidgets) $(cmake_use_find_package semantic-desktop KF5FileMetaData) ) - ecm_src_configure } +src_test() { + local myctestargs=( + # servicemenuinstaller requires ruby, no thanks + # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever + # placesitemmodeltest requires DBus + -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" + ) + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 5d97a87a0f..a04599ca0b 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -62,8 +62,6 @@ RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:5 " -RESTRICT+=" test" - src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON @@ -72,10 +70,19 @@ src_configure() { $(cmake_use_find_package semantic-desktop KF5BalooWidgets) $(cmake_use_find_package semantic-desktop KF5FileMetaData) ) - ecm_src_configure } +src_test() { + local myctestargs=( + # servicemenuinstaller requires ruby, no thanks + # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever + # placesitemmodeltest requires DBus + -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" + ) + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:"