summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2018-10-03 13:05:06 +0300
committerSergey Popov <pinkbyte@gentoo.org>2018-10-03 13:07:23 +0300
commitb1f355d4bd5f6dedb30a87324e5a5b23e72f0d29 (patch)
treec16954cde10734b7936d8866b27a4a15a8a9c20d /app-emulation/dynamips/files
parentdev-python/python-evdev: specify header locations, EAPI 7 (diff)
downloadgentoo-b1f355d4bd5f6dedb30a87324e5a5b23e72f0d29.tar.gz
gentoo-b1f355d4bd5f6dedb30a87324e5a5b23e72f0d29.tar.bz2
gentoo-b1f355d4bd5f6dedb30a87324e5a5b23e72f0d29.zip
app-emulation/dynamips: revision bump
Bump EAPI to 6, add support for compilers other than GCC Drop old version Reported-by: Denis Pronin <dannftk@yandex.ru> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Closes: https://bugs.gentoo.org/665562 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-emulation/dynamips/files')
-rw-r--r--app-emulation/dynamips/files/0.2.14-docs.patch4
-rw-r--r--app-emulation/dynamips/files/dynamips-0.2.12-makefile.patch11
2 files changed, 2 insertions, 13 deletions
diff --git a/app-emulation/dynamips/files/0.2.14-docs.patch b/app-emulation/dynamips/files/0.2.14-docs.patch
index 1d744062e5b5..0572a04c4825 100644
--- a/app-emulation/dynamips/files/0.2.14-docs.patch
+++ b/app-emulation/dynamips/files/0.2.14-docs.patch
@@ -1,5 +1,5 @@
---- CMakeLists-orig.txt 2014-11-28 14:51:14.375913296 +0900
-+++ CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900
+--- a/CMakeLists.txt 2014-11-28 14:51:14.375913296 +0900
++++ b/CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900
@@ -37,16 +37,6 @@
add_subdirectory ( stable )
add_subdirectory ( unstable )
diff --git a/app-emulation/dynamips/files/dynamips-0.2.12-makefile.patch b/app-emulation/dynamips/files/dynamips-0.2.12-makefile.patch
deleted file mode 100644
index 431f2df8ac74..000000000000
--- a/app-emulation/dynamips/files/dynamips-0.2.12-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- stable/origMakefile 2014-03-27 18:17:28.000000000 -0400
-+++ stable/Makefile 2014-05-30 18:07:28.164255039 -0400
-@@ -19,7 +19,7 @@
- PPC32_ARCH_INC_FILE=\"ppc32_$(DYNAMIPS_ARCH)_trans.h\"
- OSNAME=unknown
-
--CFLAGS+= $(INCLUDE) -Wall -O2 -fomit-frame-pointer \
-+CFLAGS+= $(INCLUDE) -Wall \
- -DJIT_ARCH=\"$(DYNAMIPS_ARCH)\" -DJIT_CPU=CPU_$(DYNAMIPS_ARCH) \
- -DMIPS64_ARCH_INC_FILE=$(MIPS64_ARCH_INC_FILE) \
- -DPPC32_ARCH_INC_FILE=$(PPC32_ARCH_INC_FILE) \