summaryrefslogtreecommitdiff
path: root/dev-util/edb-debugger/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-util/edb-debugger/files
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-util/edb-debugger/files')
-rw-r--r--dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch24
-rw-r--r--dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch21
2 files changed, 0 insertions, 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 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 <evan.teran@gmail.com>
-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 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 <b7.10110111@gmail.com>
-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/)