Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 32397

Summary: Ebuild for OpenMSX 0.3.3 (MSX emulator, games-emulation)
Product: Gentoo Linux Reporter: Tony Vroon (RETIRED) <chainsaw>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
URL: http://openmsx.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild and patchfiles
Ebuild
Patch to support --help
Patch to remove symlinks from makefile
Patch to adjust hardcoded SystemDir
Unmessified ebuild (relocation of docs, /usr/games/bin/openmsx no longer a symlink)
Ebuild v3 (*.txt *.tex deletion after dodoc'ing)

Description Tony Vroon (RETIRED) gentoo-dev 2003-10-31 09:14:18 UTC
The attached .tar.bz2 can be extracted in /usr/portage/games-emulation/ and will create the openmsx ebuild and necessary patchfiles.

There is no MSX emulator in portage yet, so I picked the one that looked best and packaged it.
Please commit to CVS :)
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 09:14:59 UTC
Created attachment 20019 [details]
Ebuild and patchfiles
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 10:51:17 UTC
Created attachment 20022 [details]
Ebuild
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 10:51:37 UTC
Created attachment 20023 [details, diff]
Patch to support --help
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 10:51:56 UTC
Created attachment 20024 [details, diff]
Patch to remove symlinks from makefile
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 10:52:24 UTC
Created attachment 20025 [details, diff]
Patch to adjust hardcoded SystemDir
Comment 6 Tony Vroon (RETIRED) gentoo-dev 2003-10-31 10:53:22 UTC
Submission type redone according to http://emu.gentoo.org/~liquidx/ebuildmistakes.html,
by request of Mr_Bones_ in #gentoo-games.
Comment 7 Tony Vroon (RETIRED) gentoo-dev 2003-11-02 11:17:42 UTC
Created attachment 20123 [details]
Unmessified ebuild (relocation of docs, /usr/games/bin/openmsx no longer a symlink)

Right, as Mr_Bones_ put it, the previous ebuild was "messy".
This one installs all the docs in /usr/share/doc and puts the binary itself
in
/usr/games/bin instead of symlinking it.
Comment 8 Tony Vroon (RETIRED) gentoo-dev 2003-11-02 12:15:53 UTC
Created attachment 20126 [details]
Ebuild v3 (*.txt *.tex deletion after dodoc'ing)

Forgot about cleaning up after dodoc.
Comment 9 Mr. Bones. (RETIRED) gentoo-dev 2003-11-04 01:28:11 UTC
Added to CVS.  I skipped the addition of the --help option because it's not
necessary.  Use -h since that's there already.

Thanks for the ebuild and bug report Tony.