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

Bug 3295

Summary: 1st Egoboo ebuild: 3d dungeon crawling adventure in the spirit of NetHack.
Product: Gentoo Linux Reporter: Sean P. Kane <spkane>
Component: New packagesAssignee: George Shapovalov (RETIRED) <george>
Status: RESOLVED FIXED    
Severity: enhancement CC: spkane
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
URL: http://egoboo.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: First egoboo ebuild

Description Sean P. Kane 2002-06-01 03:16:58 UTC
Egoboo is a 3d dungeon crawling adventure in the spirit of NetHack.
It uses OpenGL and SDL. It should run on any Wintel, Unix, and MacOS X system.
Comment 1 Sean P. Kane 2002-06-01 03:18:11 UTC
Created attachment 1285 [details]
First egoboo ebuild
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2002-06-20 22:36:03 UTC
Hi Sean

Thanks for a submission!

I committed the ebuild.
There was one problem though:
egoboo wants to write (or at least open for writing I guess) setup.txt and a few
data files. The way it was installed, only root was able to run egoboo. I
modified the ebuild to change ownership of setup.txt and a few data dirs to
root.users and chmode to g+w.

Also LICENSE line was missing from an ebuild
(the site says only something about open source, but from the gpl.txt file I
take it that LICENSE="GPL-2" is the appropriate setting.)

George
Comment 3 Sean P. Kane 2002-06-21 12:46:23 UTC
Sounds good. Thanks for catching the fixes. Have to remember to log back in as 
a user when testing, since I need to be root to run emerge....

Sean