summaryrefslogtreecommitdiff
path: root/app-emulation/spectemu
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /app-emulation/spectemu
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r--app-emulation/spectemu/Manifest1
-rw-r--r--app-emulation/spectemu/files/spectemu-0.99.3-qa.patch23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/spectemu/Manifest b/app-emulation/spectemu/Manifest
index 20d0a0e17ad1..a20c995870e1 100644
--- a/app-emulation/spectemu/Manifest
+++ b/app-emulation/spectemu/Manifest
@@ -1,6 +1,5 @@
AUX spectemu-0.99.3-automagic.patch 904 BLAKE2B 25148e965f342a987b669c5b400bf0cea093fcd5c54221e7720acf1ffa47fd9d1b8e719b578a9bf52be1cc0258393cbb95f0c86d5225b4e06f828ca6295c4b8f SHA512 c5a99c037ff014c402efb93b420a6e7c04939a88f3e0cd87ba558d2fe952d548c4ff2d80e35741f60a8139d2e78c2ff821b3aafb7363d0081b34af879f7eb2af
AUX spectemu-0.99.3-build.patch 1077 BLAKE2B 97038955c78e88f28c1812c3d6de8ef7e28b038a55fc7069035b9ebf99f54a83b5aea3ef21a7da8bfadc55dc8da4baa0dff634461a55f3583cc9d46c2721530f SHA512 9a650e52eb07e2bbd1109b5fe27417b3891aff79a9a7783c59fd683b4309eb9447672b4a20c0f7746fab60250d865e1d5cdbc8957e5813cec4bfebed996af493
-AUX spectemu-0.99.3-qa.patch 687 BLAKE2B fca83cada81c88c3d8e0ca5f6c66ddc593c9f1d019137708be50112d9a3283212a0fb9054859fadb161ddcf75087ffdf81bf698c9cd1dcbb2a66d19cc690dbb3 SHA512 854db7e4ab1abae52b225adb6a82b71a52a217087187970589eb694dcfdc54d8a36c7456470e8871e9af5736bc59e8f727ea5390ac5f6303e42a1d0c5efa7791
DIST spectemu-0.99.3.tar.gz 269524 BLAKE2B f934e059bc40be8e6b3bae64c68a57654ea6d2dd9ab013dd7124446ade51b3e54cbf0d6b737f0c7c930dbd9eea89d619d47857310ea01cf2021f0e2f5a6dc54f SHA512 a2efcf46a2481a213825b452987626ade3fa95a525d26bd11a315ef885eb4f536343a7a58389733f459d05486b3da73e81503a0988ebe768ad93b089351f3e25
EBUILD spectemu-0.99.3-r1.ebuild 882 BLAKE2B 79ac6ab66b8ed90a0d56ce030cf6dc18eafb5926d64554c4c17a19917686d61df4314af6a8bef0865dcccccb3999ce545220933761f963516e167b49282d35b8 SHA512 e58c6dc3af50e24528876a08196d4783e18f37ed086cee54e268bb5e3663796a5428de66769fd8fa091574a3f9cb2707e3adf4f673ed984001af5af2df838c7a
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch b/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch
deleted file mode 100644
index 00d136305819..000000000000
--- a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- spectemu-0.99.3/Makefile.in
-+++ spectemu-0.99.3/Makefile.in
-@@ -45,9 +45,9 @@
-
- install_prog: $(progs)
- if test -f xspect; then \
-- $(INSTALL_PROGRAM) -s -m 755 xspect $(i_bindir); fi
-+ $(INSTALL_PROGRAM) -m 755 xspect $(i_bindir); fi
- if test -f vgaspect; then \
-- $(INSTALL_PROGRAM) -s -m 4755 vgaspect $(i_bindir); fi
-+ $(INSTALL_PROGRAM) -m 4755 vgaspect $(i_bindir); fi
-
- install_man:
- $(INSTALL_DATA) ./xspect.1 $(i_mandir)
-@@ -88,7 +88,7 @@
- ./sp_to_s < i386emul.sp > i386emul.s
-
- i386emul.o: i386emul.s
-- $(CC) -c $(CFLAGS) i386emul.s
-+ $(CC) -c $(ASFLAGS) -Xassembler --noexecstack i386emul.s
-
- sp_to_s: sp_to_s.o
- $(CC) -o sp_to_s $(LDFLAGS) sp_to_s.o