commit:     66320d258970ef4fb44f03cf9fab82bcb084f912
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Feb  3 17:15:24 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb  3 17:22:56 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=66320d25

[kde-apps/kate] Tests patch upstreamed

Package-Manager: portage-2.2.15

---
 kde-apps/kate/files/kate-9999-tests-optional.patch | 15 ---------------
 kde-apps/kate/kate-9999.ebuild                     |  2 --
 2 files changed, 17 deletions(-)

diff --git a/kde-apps/kate/files/kate-9999-tests-optional.patch 
b/kde-apps/kate/files/kate-9999-tests-optional.patch
deleted file mode 100644
index f7e29ef..0000000
--- a/kde-apps/kate/files/kate-9999-tests-optional.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/CMakeLists.txt   2015-01-21 21:44:44.786490427 +0100
-+++ b/CMakeLists.txt   2015-01-21 22:07:15.833138021 +0100
-@@ -30,7 +30,11 @@
- 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)
-+
-+if(BUILD_TESTING)
-+  find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
-+endif()
- 
- # Load the frameworks we need
- find_package(KF5 REQUIRED COMPONENTS

diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild
index 6f556c7..61b78ce 100644
--- a/kde-apps/kate/kate-9999.ebuild
+++ b/kde-apps/kate/kate-9999.ebuild
@@ -54,8 +54,6 @@ RDEPEND="${DEPEND}
        !kde-base/kate:4
 "
 
-PATCHES=( "${FILESDIR}/${PN}-9999-tests-optional.patch" )
-
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_build addons)

Reply via email to