diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-02-25 15:25:46 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-02-25 15:31:51 -0600 |
commit | 62735abec6e795a7d794a3cf072a789863bea0b1 (patch) | |
tree | 7d598f53e8b0af23c5c09f7b180afe99d71578cc /app-doc/doxygen/files | |
parent | media-plugins/gst-plugins-vaapi: remove old (diff) | |
download | gentoo-62735abec6e795a7d794a3cf072a789863bea0b1.tar.gz gentoo-62735abec6e795a7d794a3cf072a789863bea0b1.tar.bz2 gentoo-62735abec6e795a7d794a3cf072a789863bea0b1.zip |
app-doc/doxygen: drop old versions 1.8.10*, 1.8.11*
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.8.10-link_with_pthread.patch | 32 | ||||
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.8.11-link_with_pthread.patch | 32 |
2 files changed, 0 insertions, 64 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.8.10-link_with_pthread.patch b/app-doc/doxygen/files/doxygen-1.8.10-link_with_pthread.patch deleted file mode 100644 index a2ce3453c5c8..000000000000 --- a/app-doc/doxygen/files/doxygen-1.8.10-link_with_pthread.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt -index 055aac3..b66bde7 100644 ---- a/addon/doxywizard/CMakeLists.txt -+++ b/addon/doxywizard/CMakeLists.txt -@@ -73,6 +73,7 @@ ${doxywizard_RESOURCES_RCC} - ) - target_link_libraries(doxywizard - ${QT_LIBRARIES} -+pthread - ) - - install(TARGETS doxywizard DESTINATION bin) -diff --git a/addon/doxysearch/CMakeLists.txt b/addon/doxysearch/CMakeLists.txt -index 33e01c1..165fc3e 100644 ---- a/addon/doxysearch/CMakeLists.txt -+++ b/addon/doxysearch/CMakeLists.txt -@@ -20,6 +20,7 @@ target_link_libraries(doxyindexer - ${ZLIB_LIBRARIES} - ${WIN_EXTRA_LIBS} - qtools -+ pthread - ) - - add_executable(doxysearch.cgi -@@ -29,6 +30,7 @@ target_link_libraries(doxysearch.cgi - ${XAPIAN_LIBRARIES} - ${ZLIB_LIBRARIES} - ${WIN_EXTRA_LIBS} -+ pthread - ) - - install(TARGETS doxyindexer doxysearch.cgi DESTINATION bin) diff --git a/app-doc/doxygen/files/doxygen-1.8.11-link_with_pthread.patch b/app-doc/doxygen/files/doxygen-1.8.11-link_with_pthread.patch deleted file mode 100644 index cdc630c4d42b..000000000000 --- a/app-doc/doxygen/files/doxygen-1.8.11-link_with_pthread.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/addon/doxysearch/CMakeLists.txt b/addon/doxysearch/CMakeLists.txt -index 33e01c1..165fc3e 100644 ---- a/addon/doxysearch/CMakeLists.txt -+++ b/addon/doxysearch/CMakeLists.txt -@@ -20,6 +20,7 @@ target_link_libraries(doxyindexer - ${ZLIB_LIBRARIES} - ${WIN_EXTRA_LIBS} - qtools -+ pthread - ) - - add_executable(doxysearch.cgi -@@ -29,6 +30,7 @@ target_link_libraries(doxysearch.cgi - ${XAPIAN_LIBRARIES} - ${ZLIB_LIBRARIES} - ${WIN_EXTRA_LIBS} -+ pthread - ) - - install(TARGETS doxyindexer doxysearch.cgi DESTINATION bin) -diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt -index bf2eda8..8eb2a1c 100644 ---- a/addon/doxywizard/CMakeLists.txt -+++ b/addon/doxywizard/CMakeLists.txt -@@ -109,6 +109,7 @@ ${doxywizard_RESOURCES_RCC} - qt_use_modules(doxywizard Core Gui Widgets Xml) - target_link_libraries(doxywizard - ${QT_LIBRARIES} ${QT_QTMAIN_LIBRARY} -+pthread - ) - - install(TARGETS doxywizard DESTINATION bin) |