commit:     00356788db89a09a37744913fd5dbb65ffe1bc48
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 18 16:52:44 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 21:31:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00356788

app-emulation/simh: remove unused patches

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15394
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/simh/files/simh-3.9.0-fix-mkdir-race.patch | 11 -----------
 app-emulation/simh/files/simh-3.9.0-respect-FLAGS.patch  | 13 -------------
 2 files changed, 24 deletions(-)

diff --git a/app-emulation/simh/files/simh-3.9.0-fix-mkdir-race.patch 
b/app-emulation/simh/files/simh-3.9.0-fix-mkdir-race.patch
deleted file mode 100644
index 3a2aae35207..00000000000
--- a/app-emulation/simh/files/simh-3.9.0-fix-mkdir-race.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- simh-3.9.0/makefile
-+++ simh-3.9.0/makefile
-@@ -249,7 +249,7 @@
-     NETWORK_OPT = $(NETWORK_CCDEFS)
-   endif
-   ifneq (binexists,$(shell if $(TEST) -e BIN; then echo binexists; fi))
--    MKDIRBIN = if $(TEST) ! -e BIN; then mkdir BIN; fi
-+    MKDIRBIN = mkdir -p BIN
-   endif
- else
-   #Win32 Environments (via MinGW32)

diff --git a/app-emulation/simh/files/simh-3.9.0-respect-FLAGS.patch 
b/app-emulation/simh/files/simh-3.9.0-respect-FLAGS.patch
deleted file mode 100644
index 0f7cd1d114e..00000000000
--- a/app-emulation/simh/files/simh-3.9.0-respect-FLAGS.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- simh-3.9.0/makefile
-+++ simh-3.9.0/makefile
-@@ -300,8 +300,8 @@
-   CFLAGS_O = -O0
-   BUILD_FEATURES = - debugging support
- else
--  CFLAGS_O = -O2
--  LDFLAGS_O = 
-+  CFLAGS_O ?= -O2
-+  LDFLAGS_O ?= 
-   GCC_MAJOR_VERSION = $(firstword $(subst  ., ,$(GCC_VERSION)))
-   ifneq (3,$(GCC_MAJOR_VERSION))
-     ifeq (,$(GCC_OPTIMIZERS_CMD))

Reply via email to