| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a QA warning for invalid values of RESTRICT. Thanks to peper for the pat... | Zac Medico | 2007-06-30 | 1 | -0/+12 |
* | Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks to... | Zac Medico | 2007-06-30 | 6 | -16/+125 |
* | Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter... | Zac Medico | 2007-06-29 | 1 | -1/+3 |
* | For bug #183639, give a more informative message with the package.provided wa... | Zac Medico | 2007-06-29 | 1 | -4/+26 |
* | Fix typo. (trunk r6989) | Zac Medico | 2007-06-29 | 1 | -1/+1 |
* | Fix typo. (trunk r7083) | Zac Medico | 2007-06-28 | 1 | -4/+4 |
* | For bug #144333, document the new --reinstall=changed-use option. (trunk r7081) | Zac Medico | 2007-06-28 | 2 | -1/+13 |
* | Remove unused worldlist variable. (trunk r7078) | Zac Medico | 2007-06-28 | 1 | -1/+0 |
* | For bug #142473, add 2 additional color classes for system packages and packa... | Zac Medico | 2007-06-28 | 2 | -12/+65 |
* | For bug #183431, catch a ParseError caused by a corrupt profile and dump an e... | Zac Medico | 2007-06-28 | 1 | -1/+8 |
* | When filling in "nomerge" nodes for --tree display, stop at a node that is an... | Zac Medico | 2007-06-28 | 1 | -1/+6 |
* | For bug #144333, make the --reinstall option a single choice type. (trunk r7069) | Zac Medico | 2007-06-28 | 1 | -2/+4 |
* | Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren... | Zac Medico | 2007-06-28 | 1 | -0/+3 |
* | - Improve tracking of correspondence between arguments and packages in the de... | Zac Medico | 2007-06-28 | 1 | -20/+54 |
* | Instead of just a list, use a cat/pkg dict for matching packages against args... | Zac Medico | 2007-06-27 | 1 | -6/+12 |
* | For bug #142473, account for $ROOT when deciding if a package is part of worl... | Zac Medico | 2007-06-27 | 1 | -1/+1 |
* | Fix quoting. (trunk r7057) | Zac Medico | 2007-06-27 | 1 | -1/+1 |
* | Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055) | Zac Medico | 2007-06-27 | 1 | -1/+5 |
* | For bug #144333, add a --reinstall=changed-use option which behaves similar t... | Zac Medico | 2007-06-27 | 1 | -12/+29 |
* | Format the callstack indentation more like it used to be. (trunk r7050) | Zac Medico | 2007-06-27 | 1 | -2/+2 |
* | Send the ebuild die message through eerror and make sure that elog_process() ... | Zac Medico | 2007-06-27 | 3 | -47/+47 |
* | Preserve merge order in elog output. (trunk r7046) | Zac Medico | 2007-06-27 | 1 | -13/+7 |
* | Short circuit the loop as soon as missing hashes are detected. (trunk r7044) | Zac Medico | 2007-06-26 | 1 | -2/+2 |
* | Add one more size == 0 check to digestgen(). (trunk r7040:7042) | Zac Medico | 2007-06-26 | 1 | -0/+3 |
* | Add sanity checks in fetch() and digestgen() to automatically detect and hand... | Zac Medico | 2007-06-26 | 1 | -2/+26 |
* | For bug #183167, explicitly call elog_process() when --buildpkgonly is enable... | Zac Medico | 2007-06-25 | 1 | -0/+2 |
* | For bug #142473, add 4 color classes corresponding to combinations of world/m... | Zac Medico | 2007-06-25 | 2 | -16/+30 |
* | Fix typo. | Zac Medico | 2007-06-25 | 1 | -1/+1 |
* | Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w... | Zac Medico | 2007-06-25 | 1 | -2/+3 |
* | Fix file_get_lib() so it behaves the same way with sftp as it does with other... | Zac Medico | 2007-06-25 | 1 | -1/+18 |
* | For bug #175891, add sftp protocol support via the paramiko library. | Zac Medico | 2007-06-25 | 1 | -0/+20 |
* | Allow emerge --fetchonly to continue downloading other packages after a downl... | Zac Medico | 2007-06-25 | 2 | -4/+28 |
* | Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019) | Zac Medico | 2007-06-25 | 1 | -4/+4 |
* | For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2().... | Zac Medico | 2007-06-25 | 1 | -3/+12 |
* | Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014) | Zac Medico | 2007-06-25 | 1 | -22/+13 |
* | Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr... | Zac Medico | 2007-06-24 | 1 | -6/+12 |
* | add hashlib support for checksum verification, refactor checksum functions to... | Zac Medico | 2007-06-24 | 1 | -53/+71 |
* | highlight world packages in --pretend output (bug #142473, trunk r6979) | Zac Medico | 2007-06-24 | 1 | -8/+16 |
* | Clarify RESUMECOMMAND requirements. (trunk r7005) | Zac Medico | 2007-06-24 | 1 | -1/+3 |
* | Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and r700... | Zac Medico | 2007-06-24 | 1 | -1/+3 |
* | dont break when the binhost url doesn't end with a slash (bug #144440, trunk ... | Zac Medico | 2007-06-24 | 1 | -2/+8 |
* | change default diff_command for emacs (bug #147558, trunk r6977) | Zac Medico | 2007-06-24 | 1 | -1/+1 |
* | sort the world file before writing it and ensure that it's terminated by a ne... | Zac Medico | 2007-06-24 | 4 | -7/+12 |
* | get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val... | Zac Medico | 2007-06-24 | 1 | -0/+8 |
* | - s/!owned/replaced/ in merge output to clarify it (trunk r6975) | Zac Medico | 2007-06-24 | 1 | -25/+27 |
* | Allow sync for unpriviledges users if they have write access to $PORTDIR (bug... | Zac Medico | 2007-06-24 | 1 | -3/+3 |
* | For bug #182964, replace os.rename() with portage.movefile() in cases where t... | Zac Medico | 2007-06-24 | 1 | -5/+13 |
* | Revert r6968 since shutil.move() is broken internally. | Zac Medico | 2007-06-23 | 3 | -19/+16 |
* | For bug #182964, replace os.rename() with shutil.move() in order to handle EX... | Zac Medico | 2007-06-23 | 3 | -16/+19 |
* | Fix typo. | Zac Medico | 2007-06-23 | 1 | -0/+1 |