Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwrite/files/, kde-apps/kwrite/
Date: Tue, 03 Feb 2015 17:23:23
Message-Id: 1422984176.6a4075a5b031f32b5159ae2f0a5ac7c163a539e9.kensington@gentoo
1 commit: 6a4075a5b031f32b5159ae2f0a5ac7c163a539e9
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 3 17:16:30 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 3 17:22:56 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a4075a5
7
8 [kde-apps/kwrite] Tests patch upstreamed
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 kde-apps/kwrite/files/kwrite-9999-tests-optional.patch | 11 -----------
14 kde-apps/kwrite/kwrite-9999.ebuild | 2 --
15 2 files changed, 13 deletions(-)
16
17 diff --git a/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch b/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch
18 deleted file mode 100644
19 index 8d6f3f3..0000000
20 --- a/kde-apps/kwrite/files/kwrite-9999-tests-optional.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/CMakeLists.txt 2015-01-21 22:20:04.283180998 +0100
24 -+++ b/CMakeLists.txt 2015-01-21 22:20:28.328951019 +0100
25 -@@ -30,7 +30,7 @@
26 - include(KDECMakeSettings)
27 - include(KDECompilerSettings)
28 -
29 --find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script Sql Test)
30 -+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script Sql)
31 -
32 - # Load the frameworks we need
33 - find_package(KF5 REQUIRED COMPONENTS
34
35 diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild
36 index 5ff01bb..a8ff9e0 100644
37 --- a/kde-apps/kwrite/kwrite-9999.ebuild
38 +++ b/kde-apps/kwrite/kwrite-9999.ebuild
39 @@ -38,8 +38,6 @@ RDEPEND="${DEPEND}
40 !kde-base/kwrite:4
41 "
42
43 -PATCHES=( "${FILESDIR}/${PN}-9999-tests-optional.patch" )
44 -
45 src_configure() {
46 local mycmakeargs=(
47 -DBUILD_addons=FALSE