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

Bug 66511

Summary: Porting: games.eclass fixes for MacOSX
Product: Gentoo Linux Reporter: Joe Jezak (RETIRED) <josejx>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED FIXED    
Severity: normal CC: osx, wolf31o2
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 65270    
Bug Blocks: 62621    
Attachments: games.eclass.patch

Description Joe Jezak (RETIRED) gentoo-dev 2004-10-06 03:54:20 UTC
games.eclass has some linux specific stuff.  In addition, the chown wasn't working because the -R needed to come before the user/group.  This patch addresses those issues.
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2004-10-06 03:54:59 UTC
Created attachment 41215 [details, diff]
games.eclass.patch
Comment 2 SpanKY gentoo-dev 2004-11-30 15:39:16 UTC
what is the point of the 'local DDIR' in the first hunk ?
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2005-05-29 00:00:11 UTC
Sorry I never responded to this, we really couldn't use it until we got a
working baselayout, which we have now.  The DDIR fix removes multiple /'s which
screws up chmod for some reason or another.  It works fine on my linux install
as well, so it should be fine to commit for everyone.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-07-21 11:30:48 UTC
The last if useq macos ; then in the patch should check both macos and
ppc-macos, correct?
Comment 5 Kito (RETIRED) gentoo-dev 2005-07-21 11:47:34 UTC
actually macos  isn't used anymore, so all those conditionals should `useq userland_Darwin` instead of 
{macos,ppc-macos}
Comment 6 SpanKY gentoo-dev 2005-07-21 17:30:27 UTC
everything here should be fixed already anyways except for the DDIR crap

i dont plan on fixing that ... it should be resolved with Bug #97324