Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3295 - 1st Egoboo ebuild: 3d dungeon crawling adventure in the spirit of NetHack.
Summary: 1st Egoboo ebuild: 3d dungeon crawling adventure in the spirit of NetHack.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL: http://egoboo.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 03:16 UTC by Sean P. Kane
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
First egoboo ebuild (egoboo.tgz,1.50 KB, application/octet-stream)
2002-06-01 03:18 UTC, Sean P. Kane
Details

Note You need to log in before you can comment on or make changes to this bug.
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