From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F5C5138A1A for ; Wed, 21 Jan 2015 22:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437B3E0880; Wed, 21 Jan 2015 22:52:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB942E0880 for ; Wed, 21 Jan 2015 22:52:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F5C2340562 for ; Wed, 21 Jan 2015 22:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3A310161 for ; Wed, 21 Jan 2015 22:52:53 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1421880761.54f95c82ba055fd5e1f9919431cbcb2fb0295740.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwrite/files/, kde-apps/kwrite/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kwrite/files/kwrite-9999-tests-optional.patch kde-apps/kwrite/kwrite-9999.ebuild X-VCS-Directories: kde-apps/kwrite/files/ kde-apps/kwrite/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 54f95c82ba055fd5e1f9919431cbcb2fb0295740 X-VCS-Branch: master Date: Wed, 21 Jan 2015 22:52:53 +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-Archives-Salt: 40fbc510-966f-4c02-a866-ef787e1e43f7 X-Archives-Hash: 213933d10938bc000c262d7c89f144b0 commit: 54f95c82ba055fd5e1f9919431cbcb2fb0295740 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Jan 21 21:25:02 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 21 22:52:41 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=54f95c82 [kde-apps/kwrite] Make tests optional There are currently none for kwrite. --- kde-apps/kwrite/files/kwrite-9999-tests-optional.patch | 11 +++++++++++ kde-apps/kwrite/kwrite-9999.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch b/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch new file mode 100644 index 0000000..8d6f3f3 --- /dev/null +++ b/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2015-01-21 22:20:04.283180998 +0100 ++++ b/CMakeLists.txt 2015-01-21 22:20:28.328951019 +0100 +@@ -30,7 +30,7 @@ + include(KDECMakeSettings) + include(KDECompilerSettings) + +-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script Sql Test) ++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script Sql) + + # Load the frameworks we need + find_package(KF5 REQUIRED COMPONENTS diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild index a8ff9e0..5ff01bb 100644 --- a/kde-apps/kwrite/kwrite-9999.ebuild +++ b/kde-apps/kwrite/kwrite-9999.ebuild @@ -38,6 +38,8 @@ RDEPEND="${DEPEND} !kde-base/kwrite:4 " +PATCHES=( "${FILESDIR}/${PN}-9999-tests-optional.patch" ) + src_configure() { local mycmakeargs=( -DBUILD_addons=FALSE