Hi, Please find attached i8086emu-0.9.1.ebuild i8086emu is an cross-platform emulator for the Intel 8086 microprocessor. It has support for dynamically loadable device plugins and some peripherals like a PIT, PIC, 8-segment-displays, buttons and leds. i8086emu comes with an ncurses and an GTK-2 gui. I suggest app-emulation/i8086emu
Created attachment 27965 [details] i8086emu-0.9.1.ebuild
have you tested this on alpha & amd64?
Ok commited to cvs with massive changes. Most were the fault of this stupid package not using autoconf correctly (patch submitted upstream). Things to note for the next ebuild you submit: check dependancies fully - ldd on the executable will give you some idea of the runtimes. ldd {files} | cut -f 3 -d\ | xargs -n 1 | qpkg -f will get you the complete packages. Spaces instead of tabs are a pain to remove (not may but a few). the S env var will save you a lot of trouble if you set it right. Any probs please reopen or submit a new bug. Changes so it will compile a text by default and a gui version if X is set. I used (this instead of gtk). I wanted it to generate something if no use flags were set. Though X would likely to be set more often than gtk so I used that to determine if the use wanted a gui. This is probably just person preference so please take no offence. Thanks for the sumbission.