Ivan is yet another Rogue-like game done with nice SDL graphics. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 15771 [details] ivan-0.430.ebuild
This ebuild results in a game that modifies things in /usr. That's not kosher. I'll work on it later, but you might get to it before I do, Rob. If you do, go ahead and put a fixed ebuild here.
Are you talking about the Bones directory and highscores? It orignally went in /var/games/ivan but I changed it to /usr/share/games/ivan. Is it ok to put it back in /var/games/ivan? I can re-do it, just let me know if that location is ok.
Created attachment 15778 [details] ivan-0.430.ebuild This ebuild places modifiable user data in /var/games/ivan instead of /usr/share/games/ivan
Added to CVS. Thanks for the ebuild Rob. It's easier than you think. src_compile wasn't necessary. It's already good enough in games.eclass. Enjoy.