[gentoo-portage-dev] PATCH: Test UID against portage_uid rather than portage_gid (#99120)

2005-07-17 Thread Jason Stubbs
http://bugs.gentoo.org/show_bug.cgi?id=99120 Author: Jeremy Barton The ccache permissions check incorrectly compares the directory's UID against the portage GID. UID and GID of the portage are usually the same but it is possible that they are not. -- Jason Stubbs diff -uNr

[gentoo-portage-dev] CLEANUP: Replace separation of root and wheel based on USERLAND with gid 0

2005-07-17 Thread Jason Stubbs
Author: Jason Stubbs The permissions modifying code of ebuild.sh sets files to have group wheel on BSD and Darwin and group root on other systems. The intention is that the group have gid 0 on all systems. This code removes the if block and uses the numerical identifier. -- Jason Stubbs diff

[gentoo-portage-dev] Posting of patches

2005-07-17 Thread Jason Stubbs
Hi all, Just posted six patches. I guess some people are wondering why when I'm the one that will apply them to CVS and release anyway. The reason is that I'd like a second pair of eyes to look (as I am guilty of releasing broken patches) and am thinking that it'll also help people interested