commit: 6f02e2314f043e0be353ceeb309183b2411c5960 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 29 16:16:48 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Mar 2 20:25:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f02e231
dev-util/edb-debugger: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14806 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> .../files/edb-debugger-1.0.0-climits.patch | 24 ---------------------- .../files/edb-debugger-1.0.0-man1.patch | 21 ------------------- 2 files changed, 45 deletions(-) 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 929492ae670..00000000000 --- 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 <[email protected]> -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 <http://www.gnu.org/licenses/>. - */ - - #include "ByteShiftArray.h" -+#include <climits> - - //------------------------------------------------------------------------------ - // 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 92625ac3701..00000000000 --- 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 <[email protected]> -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/)
