diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2007-06-15 01:21:26 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2007-06-15 01:21:26 +0000 |
commit | 6b1b3e22d1a2e12fa09d84b2ac5a453ca9ed6fde (patch) | |
tree | 49a924a2b18a5e56e00b8d514b5eda3796092a97 /app-emulation/xtrs/files | |
parent | stable x86, security bug 182011 (diff) | |
download | gentoo-2-6b1b3e22d1a2e12fa09d84b2ac5a453ca9ed6fde.tar.gz gentoo-2-6b1b3e22d1a2e12fa09d84b2ac5a453ca9ed6fde.tar.bz2 gentoo-2-6b1b3e22d1a2e12fa09d84b2ac5a453ca9ed6fde.zip |
Remove 4.0-r1 ebuild (4.9c is stable)
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emulation/xtrs/files')
-rw-r--r-- | app-emulation/xtrs/files/digest-xtrs-4.9-r1 | 6 | ||||
-rw-r--r-- | app-emulation/xtrs/files/xtrs-4.9-gentoo.diff | 142 |
2 files changed, 0 insertions, 148 deletions
diff --git a/app-emulation/xtrs/files/digest-xtrs-4.9-r1 b/app-emulation/xtrs/files/digest-xtrs-4.9-r1 deleted file mode 100644 index 6c5f1562bee1..000000000000 --- a/app-emulation/xtrs/files/digest-xtrs-4.9-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 22dc427930e156315853e7bcef2cf1eb ld4-631.tar.gz 191393 -RMD160 2460b1f5490039c02aaec8e1645b23c511b557d9 ld4-631.tar.gz 191393 -SHA256 7f810d5fe0ce5c2fdabf25b5631ed2c84b19301b2e4df452bc57ca1375a84650 ld4-631.tar.gz 191393 -MD5 473d5c8c5461d49160d00c6a13f33071 xtrs-4.9.tar.gz 422910 -RMD160 6daabf36a53e4af8b9d6b97d91cba00cc55b406f xtrs-4.9.tar.gz 422910 -SHA256 ceb0044ce02f705b256139276e1dcb0b73b39aeb7b0f4f8d243faf9aca3491c4 xtrs-4.9.tar.gz 422910 diff --git a/app-emulation/xtrs/files/xtrs-4.9-gentoo.diff b/app-emulation/xtrs/files/xtrs-4.9-gentoo.diff deleted file mode 100644 index 084cf8a6284c..000000000000 --- a/app-emulation/xtrs/files/xtrs-4.9-gentoo.diff +++ /dev/null @@ -1,142 +0,0 @@ -diff -c xtrs-4.9-new/ChangeLog xtrs-4.9/ChangeLog -*** xtrs-4.9-new/ChangeLog Sat May 11 20:49:32 2002 ---- xtrs-4.9/ChangeLog Wed May 22 15:39:26 2002 -*************** -*** 1,3 **** ---- 1,9 ---- -+ 4.9-Gentoo -- Wed May 22 15:33:01 ECT 2002 Phill Lemon <plemon@gwi.net> -+ -+ Patched for gentoo linux 1.1a ebuild distribution -+ Changed default romtype to Model P4 int,5 (main.c). OSS Freeware ROM Image -+ to avoid potential copyright infringement -+ - 4.9 -- Sat May 11 13:42:06 PDT 2002 Tim Mann <tim@tim-mann.org> - - This release has various bug fixes and tiny features that have -diff -c xtrs-4.9-new/Makefile.local xtrs-4.9/Makefile.local -*** xtrs-4.9-new/Makefile.local Fri Aug 31 19:02:05 2001 ---- xtrs-4.9/Makefile.local Wed May 22 15:02:52 2002 -*************** -*** 25,49 **** - # is included in this package. This ROM cannot boot a Model III mode - # operating system. - -! # for -model I -! BUILT_IN_ROM = fakerom.hex -! # for -model III and -model 4 -! BUILT_IN_ROM3 = fakerom.hex -! # for -model 4P -! BUILT_IN_ROM4P = xtrsrom4p.hex - - # If you would like the application to load a default ROM file at startup - # time, use these lines (with the appropriate file names). The default file - # name is ignored and can be omitted if the ROM for that model is built in. - -! DEFAULT_ROM = -DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"' \ -! -DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"' \ -! -DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' - - # If you would like to change where xtrs looks for disk?-? files, edit - # this line. "." of course means the current working directory. - -! DISKDIR = -DDISKDIR='"."' - - # If you have the GNU readline package (the README file tells you where to - # get it) and would like to use it with the built-in Z-80 debugger, use ---- 25,49 ---- - # is included in this package. This ROM cannot boot a Model III mode - # operating system. - -! ## for -model I -! #BUILT_IN_ROM = fakerom.hex -! ## for -model III and -model 4 -! #BUILT_IN_ROM3 = fakerom.hex -! ## for -model 4P -! #BUILT_IN_ROM4P = xtrsrom4p.hex - - # If you would like the application to load a default ROM file at startup - # time, use these lines (with the appropriate file names). The default file - # name is ignored and can be omitted if the ROM for that model is built in. - -! DEFAULT_ROM = -DDEFAULT_ROM='"/usr/share/xtrs/fakerom.hex"' \ -! -DDEFAULT_ROM3='"/usr/share/xtrs/fakerom.hex"' \ -! -DDEFAULT_ROM4P='"/usr/share/xtrs/xtrsrom4p.hex"' - - # If you would like to change where xtrs looks for disk?-? files, edit - # this line. "." of course means the current working directory. - -! DISKDIR = -DDISKDIR='"/usr/share/xtrs/"' - - # If you have the GNU readline package (the README file tells you where to - # get it) and would like to use it with the built-in Z-80 debugger, use -*************** -*** 61,67 **** - - # If you have gcc, and you want to use it: - -! #CC = gcc - - # If you need a different path for libraries: - ---- 61,67 ---- - - # If you have gcc, and you want to use it: - -! CC = gcc - - # If you need a different path for libraries: - -*************** -*** 89,95 **** - - # prefix directory - -! PREFIX=/usr/local - #If included in distribution: PREFIX=/usr - - # Set these to where you want installed stuff to go, if you install them. ---- 89,95 ---- - - # prefix directory - -! PREFIX=${D}/usr - #If included in distribution: PREFIX=/usr - - # Set these to where you want installed stuff to go, if you install them. -*************** -*** 103,110 **** - INSTALL = install - - # If you are building in a subdirectory: -! #vpath %.c .. -! #vpath %.h .. -! #vpath %.man .. -! #old way: -! #VPATH = .. ---- 103,108 ---- - INSTALL = install - - # If you are building in a subdirectory: -! vpath %.c $(PREFIX)/bin -! vpath %.h $(PREFIX)/bin -! vpath %.man $(PREFIX)/share/man -diff -c xtrs-4.9-new/main.c xtrs-4.9/main.c -*** xtrs-4.9-new/main.c Sun Apr 14 07:03:43 2002 ---- xtrs-4.9/main.c Wed May 22 15:26:27 2002 -*************** -*** 26,32 **** - #include "trs_disk.h" - #include "load_cmd.h" - -! int trs_model = 1; - int trs_paused = 1; - int trs_autodelay = 0; - char *program_name; ---- 26,32 ---- - #include "trs_disk.h" - #include "load_cmd.h" - -! int trs_model = 5; - int trs_paused = 1; - int trs_autodelay = 0; - char *program_name; |