Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1668 - Updated Nethack Ebuild
Summary: Updated Nethack Ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest enhancement (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 22:38 UTC by Ryan Phillips (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Updated Ebuild (nethack-3.4.0-r2.ebuild,1.66 KB, application/octet-stream)
2002-04-10 22:44 UTC, Ryan Phillips (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Phillips (RETIRED) gentoo-dev 2002-04-10 22:38:04 UTC
I've added a comment to the end of the ebuild script to tell the user how to
enable color support within an X terminal.  It appears console color support
works ok.

OPTIONS=color in the ~/.nethackrc file
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-04-10 22:44:39 UTC
Created attachment 525 [details]
Updated Ebuild

Added a helpful notice to the end of the build.
Comment 2 Spider (RETIRED) gentoo-dev 2002-04-13 05:28:42 UTC
Thanks, added and commited teh ebuild.
I'm considering to forwardport my default .nethackrc patch from nethack 3.3
series, leaving this open as a reminder. :)
Comment 3 Jason Draugluin Ritchie 2002-04-14 03:17:32 UTC
I'll just tack this ebuild on here.

This version I wrote from scratch, but after I got stuck I got a lot of good
info from the existing nethack ebuilds.  I have included a CREDITS.gentoo.

On to the meat.  This ebuild supports USE flags X, qt, and gnome.  I have also
included a default .nethackrc file and a FAQ-ish thing about why I made some
decisions.  It removes the need for /usr/games as this is to be avoided from
what I hear.  It will emerge with qt2 or 3 installed, but it will only use 2.  I
have tested tty, X, qt, and gnome window types and it seems to run very
nicely.  

The whole setup process should be:
emerge nethack
cp /usr/share/nethackdir/dot.nethackrc ~/.nethackrc
nethack

This was such a fun project.  Let me know if I screwed the pooch.

Uh, seems I can't create an attachment.  Spider I'll email you the build.
Comment 4 Spider (RETIRED) gentoo-dev 2002-04-17 17:23:24 UTC
thanks, commited.