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

Bug 2818

Summary: greedy-0.2.0 ebuild (new)
Product: Gentoo Linux Reporter: Phil Bordelon (sunflare) <phil>
Component: New packagesAssignee: Phil Bordelon (sunflare) <phil>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for greedy
ebuild for greedy

Description Phil Bordelon (sunflare) 2002-05-17 22:48:05 UTC
Here's an ebuild for greedy.  It's a tiny little game, but it doesn't use the
./configure magic, so getting it to install properly is not as trivial as it seems.

The website also doesn't really explain the opts that you can set for 'exeopts'
and 'insopts' well; it says -m0644 is default, so I can gather that that's the
access controls, but what about ownership?  How does one set that?

So, I had to do some chmod'ing and chown'ing in postinstall.  Ugh.  Please feel
free to fix it up, but at least it works.

Note that the score file is never written.  The permissions are correct on both
sides; the executable is root.games, and the file is 664 and games.games.  I
believe the game just doesn't support writing score files yet.
Comment 1 Phil Bordelon (sunflare) 2002-05-17 22:48:55 UTC
Created attachment 1043 [details]
ebuild for greedy

Here you go.  This one's all me!  Sad.
Comment 2 Phil Bordelon (sunflare) 2002-05-17 22:50:06 UTC
Created attachment 1044 [details]
ebuild for greedy

Trying this again . . .
Comment 3 Phil Bordelon (sunflare) 2002-06-24 12:30:17 UTC
Closing because this ebuild sucks.  I'll write a new one at some point.