From 6f02e2314f043e0be353ceeb309183b2411c5960 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 29 Feb 2020 17:16:48 +0100 Subject: [PATCH] dev-util/edb-debugger: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/14806 Signed-off-by: Sergei Trofimovich --- .../files/edb-debugger-1.0.0-climits.patch | 24 ------------------- .../files/edb-debugger-1.0.0-man1.patch | 21 ---------------- 2 files changed, 45 deletions(-) delete mode 100644 dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch delete mode 100644 dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch diff --git a/dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch b/dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch deleted file mode 100644 index 929492ae670f..000000000000 --- a/dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/701112 - -From f5e0bce1c1d33e11062fd61a3bbad52ee18e8a8b Mon Sep 17 00:00:00 2001 -From: Evan Teran -Date: Mon, 15 Jul 2019 14:44:25 -0400 -Subject: [PATCH] fix for issue #719 - ---- - src/ByteShiftArray.cpp | 1 + - 1 file changed, 1 insertion(+) - ---- a/src/ByteShiftArray.cpp -+++ b/src/ByteShiftArray.cpp -@@ -17,6 +17,7 @@ along with this program. If not, see . - */ - - #include "ByteShiftArray.h" -+#include - - //------------------------------------------------------------------------------ - // Name: ByteShiftArray --- -2.24.0 - diff --git a/dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch b/dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch deleted file mode 100644 index 92625ac3701a..000000000000 --- a/dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.gentoo.org/701080 - -From c84c5a28adaacaeee65a20e1bd8a90762cbe843c Mon Sep 17 00:00:00 2001 -From: Ruslan Kabatsayev -Date: Thu, 5 Jul 2018 23:45:03 +0300 -Subject: [PATCH] Fix installation path of the man page - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -123,6 +123,6 @@ endif() - add_subdirectory(src) - add_subdirectory(plugins) - --install (FILES ${CMAKE_SOURCE_DIR}/edb.1 DESTINATION ${CMAKE_INSTALL_MANDIR}) -+install (FILES ${CMAKE_SOURCE_DIR}/edb.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) - install (FILES ${CMAKE_SOURCE_DIR}/edb.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/) - install (FILES ${CMAKE_SOURCE_DIR}/src/images/edb.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pixmaps/) -- 2.26.2