summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-09-07 19:33:40 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-09-07 19:46:11 +1000
commitb493e34cc9c01319b90d5f292f5b87777918795c (patch)
tree6b1e4128ef1ab71ba62ed467809ebff3c8b7b8e5 /dev-util/kdevelop/files
parentdev-util/kdevelop-python: remove old. (diff)
downloadgentoo-b493e34cc9c01319b90d5f292f5b87777918795c.tar.gz
gentoo-b493e34cc9c01319b90d5f292f5b87777918795c.tar.bz2
gentoo-b493e34cc9c01319b90d5f292f5b87777918795c.zip
dev-util/kdevelop: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/kdevelop/files')
-rw-r--r--dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch b/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch
deleted file mode 100644
index b45623623a23..000000000000
--- a/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-commit fb4234cd72ceebb200bef13234ea9c36c9a62046
-Author: Kevin Funk <kevin@kfunk.org>
-Date: Sun Nov 3 22:09:56 2013 +0100
-
- Check if kdevplatform has JSON support
-
- BUG: 327095
-
-diff --git a/languages/cpp/tests/CMakeLists.txt b/languages/cpp/tests/CMakeLists.txt
-index 84ce3ee..fbdd4db 100644
---- a/languages/cpp/tests/CMakeLists.txt
-+++ b/languages/cpp/tests/CMakeLists.txt
-@@ -55,7 +55,9 @@ target_link_libraries(buddiestest
- ########### next target ###############
-
- find_package(QJSON)
--if(QJSON_FOUND)
-+# Also check that kdevplatform is built with JSON support
-+# see: https://bugs.kde.org/show_bug.cgi?id=327095
-+if(QJSON_FOUND AND KDEVPLATFORM_JSONTESTS_LIBRARIES)
- set(cppfilestest_SRCS test_cppfiles.cpp)
- kde4_add_unit_test(cppfilestest ${cppfilestest_SRCS})
- configure_file("testfilepaths.h.cmake" "testfilepaths.h" ESCAPE_QUOTES)
-@@ -67,7 +69,7 @@ if(QJSON_FOUND)
- ${KDEVPLATFORM_JSONTESTS_LIBRARIES}
- kdev4cppduchain
- )
--endif(QJSON_FOUND)
-+endif()
-
- ########### next target ###############
-