Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45656 - i8086emu-0.9.1.ebuild (New Package)
Summary: i8086emu-0.9.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-03-24 16:32 UTC by Christian Steineck
Modified: 2004-03-29 00:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
i8086emu-0.9.1.ebuild (i8086emu-0.9.1.ebuild,1.32 KB, text/plain)
2004-03-24 16:34 UTC, Christian Steineck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Steineck 2004-03-24 16:32:39 UTC
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
Comment 1 Christian Steineck 2004-03-24 16:34:59 UTC
Created attachment 27965 [details]
i8086emu-0.9.1.ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-03-28 20:32:49 UTC
have you tested this on alpha & amd64?
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-03-29 00:35:18 UTC
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.