| Commit message (Expand) | Author | Age | Files | Lines |
* | add CATEGORY to ebuild.5 and declare it readonly in ebuild.sh | Zac Medico | 2006-02-05 | 2 | -1/+4 |
* | do commit_mtimedb() after each merge for bug 100300 | Zac Medico | 2006-02-05 | 1 | -0/+4 |
* | remove outdated "You may avoid the remerging of packages" message | Zac Medico | 2006-02-05 | 1 | -2/+0 |
* | replace existing "restarting emerge via exec()" functionality with a new appr... | Zac Medico | 2006-02-05 | 1 | -28/+8 |
* | document more stuff | Mike Frysinger | 2006-02-05 | 1 | -76/+202 |
* | mention mirror, not nomirror | Mike Frysinger | 2006-02-05 | 2 | -2/+2 |
* | aparently someone never heard of rstrip... | Brian Harring | 2006-02-04 | 1 | -6/+1 |
* | Adding a comment about normpath, and why we use our own copy. | Alec Warner | 2006-02-04 | 1 | -1/+9 |
* | remove stray quote introduced in revision 2645 | Zac Medico | 2006-02-04 | 1 | -1/+1 |
* | touchup code like dosym | Mike Frysinger | 2006-02-04 | 1 | -5/+5 |
* | send error to stderr | Mike Frysinger | 2006-02-04 | 1 | -1/+1 |
* | use much simpler code as inspired by agriffis' fowners work | Mike Frysinger | 2006-02-04 | 1 | -8/+2 |
* | cleanup code and handle errors better as Simon Stelling says in Bug 121317 | Mike Frysinger | 2006-02-04 | 2 | -26/+35 |
* | touchup code so we handle errors better | Mike Frysinger | 2006-02-04 | 8 | -40/+40 |
* | touchup code so we handle errors better | Mike Frysinger | 2006-02-04 | 3 | -18/+15 |
* | touchup code so we handle errors better | Mike Frysinger | 2006-02-04 | 3 | -15/+15 |
* | Simon Stelling writes in Bug 121317: | Mike Frysinger | 2006-02-04 | 1 | -0/+5 |
* | Remove all bug references | Jason Stubbs | 2006-02-04 | 4 | -7/+6 |
* | Add back emerge list header hiding when --quiet is used. | Jason Stubbs | 2006-02-04 | 1 | -1/+1 |
* | Fix bug #86067. Thanks to J\xc3\xbcrgen H\xc3\xb6tzel <gentoo@hoetzel.info> ... | Alec Warner | 2006-02-03 | 1 | -3/+7 |
* | Fix for bug #119049 | Alec Warner | 2006-02-03 | 1 | -1/+3 |
* | Shout out to RiverRat for reporting, fixup the output to use the correct verb... | Alec Warner | 2006-02-03 | 1 | -4/+9 |
* | Minor fixups with spelling, Thanks to Benno Schulenberg <benno@nietvergeten.n... | Alec Warner | 2006-02-03 | 1 | -5/+5 |
* | This should have been excluded... | Alec Warner | 2006-02-03 | 1 | -36/+13 |
* | Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ... | Alec Warner | 2006-02-03 | 3 | -36/+59 |
* | confcache updates... | Brian Harring | 2006-02-03 | 11 | -0/+22 |
* | confcache make.conf example... | Brian Harring | 2006-02-03 | 1 | -0/+2 |
* | FEATURES="confcache" addition | Brian Harring | 2006-02-03 | 1 | -0/+4 |
* | confcache, baby. | Brian Harring | 2006-02-03 | 3 | -3/+61 |
* | grab some fixes from prepstrip script | Mike Frysinger | 2006-02-03 | 1 | -2/+5 |
* | style touchups | Mike Frysinger | 2006-02-03 | 1 | -2/+2 |
* | exit with proper status rather than always 0 | Mike Frysinger | 2006-02-03 | 1 | -2/+6 |
* | s/cronological/chronological/ for you anal peeps | Mike Frysinger | 2006-02-03 | 1 | -1/+1 |
* | Revert change in -r2611, re-opening bug 121106. The fix is not that simple..... | Alec Warner | 2006-02-02 | 1 | -2/+1 |
* | optional tarsync integration; thanks to Johannes Fahrenkrug for doing the leg... | Brian Harring | 2006-02-02 | 1 | -14/+22 |
* | added PORTAGE_NICENESS support. | Brian Harring | 2006-02-02 | 1 | -0/+9 |
* | bug #116681 , better handling of MULTILIB_STRICT_EXEMPT | Brian Harring | 2006-02-02 | 1 | -2/+2 |
* | touchup syntax/output of new $D/$D check | Mike Frysinger | 2006-02-01 | 1 | -3/+3 |
* | - portage allows installing files into ${D}/${D}. Simon Stelling bug #120941 | Ned Ludd | 2006-02-01 | 1 | -0/+10 |
* | touchup the way options are declared to prevent bitrot, add a --quiet option ... | Mike Frysinger | 2006-02-01 | 1 | -57/+107 |
* | Fix for bug #121106, resume + skipfirst + pretend would print the skipped pac... | Alec Warner | 2006-01-31 | 1 | -1/+2 |
* | Change the usage of a "class" of packages into a "set" of packages. | Alec Warner | 2006-01-31 | 2 | -17/+17 |
* | remove red coloring from right ')' in 'dependency required by' message report... | Zac Medico | 2006-01-31 | 1 | -1/+1 |
* | get --nospinner from myopts instead of sys.argv so that it works with EMERGE_... | Zac Medico | 2006-01-30 | 1 | -3/+3 |
* | Chris PeBenito writes in #110857 for SELinux updates: | Mike Frysinger | 2006-01-30 | 1 | -10/+9 |
* | make sure all .debug files have the executable bit cleared | Mike Frysinger | 2006-01-29 | 1 | -3/+4 |
* | Allow || ( ) deps that have no default atoms (or turn out empty). | Jason Stubbs | 2006-01-29 | 2 | -1/+8 |
* | Add note about --alphabetical | Jason Stubbs | 2006-01-28 | 1 | -0/+3 |
* | Disable the vdb check until it can be migrated to filter-env. | Jason Stubbs | 2006-01-28 | 1 | -2/+3 |
* | add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti... | Brian Harring | 2006-01-27 | 1 | -0/+1 |