here is an ebuild for the game-puzzle mahjongg3d http://www.reto-schoelly.de/mahjongg3d/ There is still a sandbox-issue which I didn't manage to fix, perhaps someone else could look through it.... To install you have to export SANDBOX_DISABLED="1" to avoid the errors (I don't knwo why, but uic wants to create some logfiles outside the sandbox during the compilation)
Created attachment 32550 [details] ebuild for mahjongg3d Known bugs: -) Sandbox-violation from uic (the qt userinterface-compiler) -) the sourcepackage haven't a version in its name, so allway the latest is fetched. I alrady sended an email to the author
*** Bug 52692 has been marked as a duplicate of this bug. ***
Comments on the ebuild: Take out the RESTRICT line. Put the variables in the same order as the rest of the game ebuilds. Add virtual/opengl to DEPEND, remove RDEPEND line. Don't install COPYING Call prepgamesdirs at the end of src_install Clean up the commented code in src_install Error check the cp commands (cp ... || die "cp ... failed") Combine the dodir lines (dodir takes a list of directories) and cp lines. Try building with emake instead of make. If that fails, use emake -j1 Use emake ... || die "emake failed"
Want to take a shot at fixing these items?
Created attachment 32697 [details] mahjongg3d ebuild I've already fixed them, but I wanted to wait until the author of the prog changed the filename on his server... He replayed on my mail and said that he will do it, but till now nothing has happend anyway, here is the fixed version
Added to CVs. Thanks for the ebuild and bug report.
Hi :) The description is a little misleading because the classical Chinese game of Mahjongg is widely taken to denote Mahjongg played with tiles and 4 players. Mahjongg solitaire would be a more correct name for this particular program. And it had me all excited :*( lol, j/k
I now got the answer from the author: There is now a version 0.96 and the filename of the package on his server is now: mahjongg3d-0.96.tar.bz2