summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-05-21 03:35:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-05-21 03:35:46 +0000
commitdd01c39583cee75608000681fdf31fa5f7627bbe (patch)
tree747062a6530c124ebab93c195cafa283fe44c9f9 /games-emulation/gngeo/files
parentRemove horribly broken and outdated versions from the tree. (diff)
downloadhistorical-dd01c39583cee75608000681fdf31fa5f7627bbe.tar.gz
historical-dd01c39583cee75608000681fdf31fa5f7627bbe.tar.bz2
historical-dd01c39583cee75608000681fdf31fa5f7627bbe.zip
old
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'games-emulation/gngeo/files')
-rw-r--r--games-emulation/gngeo/files/digest-gngeo-0.6.103
-rw-r--r--games-emulation/gngeo/files/digest-gngeo-0.6.31
-rw-r--r--games-emulation/gngeo/files/digest-gngeo-0.6.71
-rw-r--r--games-emulation/gngeo/files/gngeo-0.6.10-execstacks.patch121
4 files changed, 0 insertions, 126 deletions
diff --git a/games-emulation/gngeo/files/digest-gngeo-0.6.10 b/games-emulation/gngeo/files/digest-gngeo-0.6.10
deleted file mode 100644
index 42fcbf8bb0e3..000000000000
--- a/games-emulation/gngeo/files/digest-gngeo-0.6.10
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5b01e203f727ae14904e3f2cb0afa65c gngeo-0.6.10.tar.gz 1015809
-RMD160 7c61edb33798b63d437fc3d3bc9b4b59b24b895a gngeo-0.6.10.tar.gz 1015809
-SHA256 93fd491217f09e768b3450ca214e3b5c0b5816181ea9138378f4634c5c7b5577 gngeo-0.6.10.tar.gz 1015809
diff --git a/games-emulation/gngeo/files/digest-gngeo-0.6.3 b/games-emulation/gngeo/files/digest-gngeo-0.6.3
deleted file mode 100644
index 141b0cfc2c2e..000000000000
--- a/games-emulation/gngeo/files/digest-gngeo-0.6.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf064db69816927727d8069e2048699e gngeo-0.6.3.tar.gz 557431
diff --git a/games-emulation/gngeo/files/digest-gngeo-0.6.7 b/games-emulation/gngeo/files/digest-gngeo-0.6.7
deleted file mode 100644
index 0fcba6fd8643..000000000000
--- a/games-emulation/gngeo/files/digest-gngeo-0.6.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ab965f95e14e70e15e335cc354ecbe7 gngeo-0.6.7.tar.gz 961904
diff --git a/games-emulation/gngeo/files/gngeo-0.6.10-execstacks.patch b/games-emulation/gngeo/files/gngeo-0.6.10-execstacks.patch
deleted file mode 100644
index 39b8af99df69..000000000000
--- a/games-emulation/gngeo/files/gngeo-0.6.10-execstacks.patch
+++ /dev/null
@@ -1,121 +0,0 @@
---- src/memcpy.S
-+++ src/memcpy.S
-@@ -495,4 +495,8 @@
-
- Lmemcpy_bsrcul1l4:
- add r1, r1, #1
--b Lmemcpy_bl4
-\ No newline at end of file
-+b Lmemcpy_bl4
-+
-+#ifdef __ELF__
-+.section .note.GNU-stack,"",@progbits
-+#endif
---- src/video_arm.S
-+++ src/video_arm.S
-@@ -441,4 +441,8 @@
- ldmia sp!,{r4-r12}
- mov pc,lr ;@ return
-
--*/
-\ No newline at end of file
-+*/
-+
-+#ifdef __ELF__
-+.section .note.GNU-stack,"",@progbits
-+#endif
---- ./src/effect/hq3x16.asm
-+++ ./src/effect/hq3x16.asm
-@@ -2520,3 +2520,7 @@
- dd ..@cross8, ..@flag0, ..@flag0, ..@flag0,
- dd ..@flag0, ..@flag0, ..@flag0, ..@flag0
-
-+
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- ./src/effect/2xsaimmx.asm
-+++ ./src/effect/2xsaimmx.asm
-@@ -2107,3 +2107,7 @@
- final1b resb 8
- final2a resb 8
- final2b resb 8
-+
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- ./src/effect/effect_i386.asm
-+++ ./src/effect/effect_i386.asm
-@@ -88,3 +88,7 @@
- emms
-
- endproc
-+
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- ./src/effect/hq2x16.asm
-+++ ./src/effect/hq2x16.asm
-@@ -1935,3 +1935,7 @@
- dd ..@cross8, ..@flag0, ..@flag0, ..@flag0,
- dd ..@flag0, ..@flag0, ..@flag0, ..@flag0
-
-+
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- ./src/video_i386.asm
-+++ ./src/video_i386.asm
-@@ -86,3 +86,7 @@
-
- popa
- endproc
-+
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-
- *Note: there are three underscores here on purpose ... otherwise the strip_
- script will produce _OUTPUT_FORMAT__ instead of __OUTPUT_FORMAT__
---- ./src/raze/raze.asm
-+++ ./src/raze/raze.asm
-@@ -4259,3 +4259,6 @@
-
- ;- the end ------------------------------------------------------------------;
-
-+%ifidn ___OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- ./src/screen_i386.asm
-+++ ./src/screen_i386.asm
-@@ -96,3 +96,6 @@
- endproc
-
-
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
---- src/raze/Makefile.in
-+++ src/raze/Makefile.in
-@@ -238,7 +238,7 @@
- ./strip_ raze.reg raze.regu
-
- raze2.asm: raze.asmu raze.incu raze.regu
-- nasm -w+orphan-labels -e $< -o $@
-+ nasm -w+orphan-labels -f elf -e $< -o $@
-
- # This assembles the file, once it's been pre-processed
- raze.o: raze2.asm
---- src/star/star.c
-+++ src/star/star.c
-@@ -2431,6 +2431,10 @@
- */
- static void suffixes(void) {
- emit("end\n");
-+
-+ emit("%%ifidn ___OUTPUT_FORMAT__,elf\n");
-+ emit("section .note.GNU-stack noalloc noexec nowrite progbits\n");
-+ emit("%%endif\n");
- }
-
- /****************************************************************************