| Commit message (Expand) | Author | Age | Files | Lines |
* | remove config.{sub,guess} before copying them | Marius Mauch | 2005-03-21 | 1 | -2/+2 |
* | Major enhancements, most of which provided by Andy Payne <andrew-g@oxhut.co.u... | Michael Cummings | 2005-03-14 | 1 | -34/+72 |
* | re-commenting the gid check | Marius Mauch | 2005-03-10 | 1 | -3/+3 |
* | non-root emerge --metadata | Brian Harring | 2005-03-09 | 1 | -3/+3 |
* | Don't set 02775 on depcache_dir. | Brian Harring | 2005-03-09 | 1 | -2/+2 |
* | fixing portageq in ebd | Marius Mauch | 2005-03-09 | 1 | -2/+2 |
* | Cache refactoring is now in use. Eclass_cache is now just | Brian Harring | 2005-03-08 | 1 | -15/+37 |
* | Harring's rule of CVS: "the bugs do not appear until the delta has been comm... | Brian Harring | 2005-03-07 | 1 | -2/+2 |
* | eclass_cache is now eclass_cache.py:cache, config is config.py:config. | Brian Harring | 2005-03-07 | 1 | -5/+5 |
* | Added a check to make sure the file exists before working with it, when | Jason Stubbs | 2005-03-06 | 1 | -6/+22 |
* | Fixed a couple of syntax errors. | Jason Stubbs | 2005-02-27 | 1 | -2/+2 |
* | Brought forward changes from portage_2_0. Repoman is broken until pym/* is | Jason Stubbs | 2005-02-26 | 15 | -261/+422 |
* | new logging system | Marius Mauch | 2005-02-21 | 1 | -2/+30 |
* | removed an unneeded basename subshell call, just abuse bash patter matching/s... | Brian Harring | 2005-01-20 | 1 | -6/+5 |
* | fixing the mess left by the pkgsplit changes | Marius Mauch | 2005-01-06 | 1 | -7/+8 |
* | Sort the unmerge to make the --pretend output easier to review when there | Jason Stubbs | 2004-12-29 | 1 | -2/+5 |
* | future reference, might want to run bash -n when commiting updates to the bas... | Brian Harring | 2004-12-17 | 1 | -1/+2 |
* | myuris needs to be defined even if the digest isn't used | Marius Mauch | 2004-12-15 | 1 | -1/+2 |
* | portage GID warning disabled | Marius Mauch | 2004-12-15 | 1 | -14/+9 |
* | Fixed emerge so that the "emerge by path" message is only shown when the | Jason Stubbs | 2004-12-14 | 1 | -2/+2 |
* | I *hate* this kind of typo | Marius Mauch | 2004-12-09 | 1 | -3/+3 |
* | LDFLAGS=-Wl isn't nice | Marius Mauch | 2004-12-09 | 1 | -2/+2 |
* | Added Ludal's clean up patch. #69523 | Jason Stubbs | 2004-12-07 | 3 | -102/+101 |
* | STRIP_FLAGS -> PORTAGE_STRIP_FLAGS | Nicholas Jones | 2004-12-06 | 1 | -4/+4 |
* | Strip patch from SpanKY. cpv_exists() fix. | Nicholas Jones | 2004-12-05 | 3 | -40/+16 |
* | correction so when logging is on it correctly bails if a phase dies. | Brian Harring | 2004-11-28 | 1 | -2/+3 |
* | Fixed a bug in graph_display.use_flags(). | Jason Stubbs | 2004-11-25 | 1 | -2/+2 |
* | bin/emerge: Fixed a bug in the relevant package calculation for dep display | Jason Stubbs | 2004-11-24 | 1 | -6/+7 |
* | bin/emerge: Added the removal of fully installed dependency subtrees | Jason Stubbs | 2004-11-24 | 1 | -20/+24 |
* | bin/emerge: --columns support is in and working. Algorithm has changed a | Jason Stubbs | 2004-11-23 | 1 | -6/+88 |
* | bin/emerge: Added class graph_display and moved most of depgraph.display() | Jason Stubbs | 2004-11-23 | 1 | -3/+401 |
* | modified the install to bail if it fails, instead of silently ignore the error. | Brian Harring | 2004-11-22 | 1 | -3/+3 |
* | confcache tweak- econf no longer return's update_confcache's return code. | Brian Harring | 2004-11-22 | 1 | -2/+6 |
* | added a few notes to the code. | Brian Harring | 2004-11-22 | 1 | -4/+18 |
* | general commentary added | Brian Harring | 2004-11-22 | 1 | -55/+40 |
* | making filter-env active. | Brian Harring | 2004-11-20 | 1 | -35/+15 |
* | fixups. | Brian Harring | 2004-11-20 | 1 | -5/+3 |
* | autotooling of portage. | Brian Harring | 2004-11-20 | 1 | -0/+17 |
* | lil ole typo... | Brian Harring | 2004-11-16 | 1 | -2/+2 |
* | -s != -h | Marius Mauch | 2004-11-15 | 1 | -4/+4 |
* | fixed the a+w issue in dyn_install (bad chmod, no cookie) | Marius Mauch | 2004-11-15 | 1 | -4/+4 |
* | Fixes for GSO changes for gpg. | Nicholas Jones | 2004-11-15 | 1 | -1/+2 |
* | removing AUTOCLEAN=no support | Marius Mauch | 2004-11-14 | 1 | -18/+10 |
* | +1 again. | Brian Harring | 2004-11-11 | 1 | -4/+4 |
* | +1 for another bit of idiocy. | Brian Harring | 2004-11-11 | 1 | -2/+2 |
* | +1 for idiocy on my part. | Brian Harring | 2004-11-11 | 1 | -4/+4 |
* | typo in the comments. | Brian Harring | 2004-11-10 | 1 | -2/+3 |
* | leaked variable nipped. | Brian Harring | 2004-11-10 | 1 | -2/+3 |
* | make stat_perms an actual, expected function for internal ebuild stuff. | Brian Harring | 2004-11-10 | 1 | -9/+12 |
* | closing out #56129, dyn_install hosing up perms via a chown call. | Brian Harring | 2004-11-10 | 2 | -7/+29 |