commit:     06f62d794bf9c815d90c4a062a4c0b590e9fcaf8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 17:32:49 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 17:32:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=06f62d79

kde-apps/cantor: Remove unused patch

Package-Manager: portage-2.2.28

 kde-apps/cantor/files/cantor-15.12.3-tests.patch | 49 ------------------------
 1 file changed, 49 deletions(-)

diff --git a/kde-apps/cantor/files/cantor-15.12.3-tests.patch 
b/kde-apps/cantor/files/cantor-15.12.3-tests.patch
deleted file mode 100644
index 5cea78d..0000000
--- a/kde-apps/cantor/files/cantor-15.12.3-tests.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- a/src/backends/maxima/CMakeLists.txt       2016-03-21 02:16:05.549024821 
+0100
-+++ b/src/backends/maxima/CMakeLists.txt       2016-03-21 02:22:07.951014021 
+0100
-@@ -21,12 +21,14 @@
-   target_link_libraries(cantor_maximabackend KF5::Pty)
- endif(NOT WIN32)
- 
-+if (BUILD_TESTING)
- add_executable( testmaxima testmaxima.cpp)
- target_link_libraries( testmaxima
-   cantorlibs
-   cantortest
-   ${QTTEST_LIBRARY}
- )
-+endif()
- 
- install( FILES cantor_maxima.knsrc  DESTINATION  ${KDE_INSTALL_CONFDIR} )
- install( FILES keywords.xml cantor-initmaxima.lisp DESTINATION 
${KDE_INSTALL_DATADIR}/cantor/maximabackend)
---- a/src/backends/sage/CMakeLists.txt 2016-03-21 01:23:19.251791138 +0100
-+++ b/src/backends/sage/CMakeLists.txt 2016-03-21 01:27:16.300827617 +0100
-@@ -17,12 +17,14 @@
- 
- target_link_libraries( cantor_sagebackend KF5::Pty)
- 
-+if (BUILD_TESTING)
- add_executable( testsage testsage.cpp)
- target_link_libraries( testsage
-   ${QT_QTTEST_LIBRARY}
-   cantorlibs
-   cantortest
- )
-+endif()
- 
- install( FILES cantor_sage.knsrc  DESTINATION  ${KDE_INSTALL_CONFDIR} )
- install( FILES keywords.xml DESTINATION 
${KDE_INSTALL_DATADIR}/cantor/sagebackend)
---- a/src/backends/python2/CMakeLists.txt      2016-03-21 01:28:39.055793038 
+0100
-+++ b/src/backends/python2/CMakeLists.txt      2016-03-21 01:35:01.451012440 
+0100
-@@ -20,10 +20,12 @@
-     cantor_pythonbackend
-     )
- 
-+if (BUILD_TESTING)
- add_executable(testpython2 testpython2.cpp)
- target_link_libraries(testpython2 ${QT_QTTEST_LIBRARY} cantorlibs cantortest)
- 
- add_test(NAME testpython2 COMMAND testpython2)
-+endif()
- 
- install(FILES cantor_python2.knsrc  DESTINATION  ${KDE_INSTALL_CONFDIR})
- install(FILES python2backend.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})

Reply via email to