Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edb-debugger/files/
Date: Mon, 02 Mar 2020 20:25:20
Message-Id: 1583180709.6f02e2314f043e0be353ceeb309183b2411c5960.slyfox@gentoo
1 commit: 6f02e2314f043e0be353ceeb309183b2411c5960
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 16:16:48 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 20:25:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f02e231
7
8 dev-util/edb-debugger: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14806
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 .../files/edb-debugger-1.0.0-climits.patch | 24 ----------------------
15 .../files/edb-debugger-1.0.0-man1.patch | 21 -------------------
16 2 files changed, 45 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 929492ae670..00000000000
21 --- a/dev-util/edb-debugger/files/edb-debugger-1.0.0-climits.patch
22 +++ /dev/null
23 @@ -1,24 +0,0 @@
24 -https://bugs.gentoo.org/701112
25 -
26 -From f5e0bce1c1d33e11062fd61a3bbad52ee18e8a8b Mon Sep 17 00:00:00 2001
27 -From: Evan Teran <evan.teran@×××××.com>
28 -Date: Mon, 15 Jul 2019 14:44:25 -0400
29 -Subject: [PATCH] fix for issue #719
30 -
31 ----
32 - src/ByteShiftArray.cpp | 1 +
33 - 1 file changed, 1 insertion(+)
34 -
35 ---- a/src/ByteShiftArray.cpp
36 -+++ b/src/ByteShiftArray.cpp
37 -@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38 - */
39 -
40 - #include "ByteShiftArray.h"
41 -+#include <climits>
42 -
43 - //------------------------------------------------------------------------------
44 - // Name: ByteShiftArray
45 ---
46 -2.24.0
47 -
48
49 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
50 deleted file mode 100644
51 index 92625ac3701..00000000000
52 --- a/dev-util/edb-debugger/files/edb-debugger-1.0.0-man1.patch
53 +++ /dev/null
54 @@ -1,21 +0,0 @@
55 -https://bugs.gentoo.org/701080
56 -
57 -From c84c5a28adaacaeee65a20e1bd8a90762cbe843c Mon Sep 17 00:00:00 2001
58 -From: Ruslan Kabatsayev <b7.10110111@×××××.com>
59 -Date: Thu, 5 Jul 2018 23:45:03 +0300
60 -Subject: [PATCH] Fix installation path of the man page
61 -
62 ----
63 - CMakeLists.txt | 2 +-
64 - 1 file changed, 1 insertion(+), 1 deletion(-)
65 -
66 ---- a/CMakeLists.txt
67 -+++ b/CMakeLists.txt
68 -@@ -123,6 +123,6 @@ endif()
69 - add_subdirectory(src)
70 - add_subdirectory(plugins)
71 -
72 --install (FILES ${CMAKE_SOURCE_DIR}/edb.1 DESTINATION ${CMAKE_INSTALL_MANDIR})
73 -+install (FILES ${CMAKE_SOURCE_DIR}/edb.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
74 - install (FILES ${CMAKE_SOURCE_DIR}/edb.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/)
75 - install (FILES ${CMAKE_SOURCE_DIR}/src/images/edb.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pixmaps/)