summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-012-2/+2
* For bug #131030, update the warning about potential for emerge --sync overwri...Zac Medico2007-07-012-11/+26
* Revert --buildpkgonly logic back because it was already correct. (trunk r7110)Zac Medico2007-07-011-2/+2
* Update --buildpkgonly logic to account for DepPriority.MEDIUM_SOFT. (trunk r7...Zac Medico2007-07-011-2/+2
* Add medium-soft support to DepPriority.__str__(). (trunk r7106)Zac Medico2007-07-011-1/+3
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ...Zac Medico2007-07-011-16/+45
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the pat...Zac Medico2007-06-301-0/+12
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks to...Zac Medico2007-06-306-16/+125
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter...Zac Medico2007-06-291-1/+3
* For bug #183639, give a more informative message with the package.provided wa...Zac Medico2007-06-291-4/+26
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
* Fix typo. (trunk r7083)Zac Medico2007-06-281-4/+4
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-282-1/+13
* Remove unused worldlist variable. (trunk r7078)Zac Medico2007-06-281-1/+0
* For bug #142473, add 2 additional color classes for system packages and packa...Zac Medico2007-06-282-12/+65
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-06-281-1/+8
* When filling in "nomerge" nodes for --tree display, stop at a node that is an...Zac Medico2007-06-281-1/+6
* For bug #144333, make the --reinstall option a single choice type. (trunk r7069)Zac Medico2007-06-281-2/+4
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren...Zac Medico2007-06-281-0/+3
* - Improve tracking of correspondence between arguments and packages in the de...Zac Medico2007-06-281-20/+54
* Instead of just a list, use a cat/pkg dict for matching packages against args...Zac Medico2007-06-271-6/+12
* For bug #142473, account for $ROOT when deciding if a package is part of worl...Zac Medico2007-06-271-1/+1
* Fix quoting. (trunk r7057)Zac Medico2007-06-271-1/+1
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055)Zac Medico2007-06-271-1/+5
* For bug #144333, add a --reinstall=changed-use option which behaves similar t...Zac Medico2007-06-271-12/+29
* Format the callstack indentation more like it used to be. (trunk r7050)Zac Medico2007-06-271-2/+2
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-273-47/+47
* Preserve merge order in elog output. (trunk r7046)Zac Medico2007-06-271-13/+7
* Short circuit the loop as soon as missing hashes are detected. (trunk r7044)Zac Medico2007-06-261-2/+2
* Add one more size == 0 check to digestgen(). (trunk r7040:7042)Zac Medico2007-06-261-0/+3
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-06-261-2/+26
* For bug #183167, explicitly call elog_process() when --buildpkgonly is enable...Zac Medico2007-06-251-0/+2
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-252-16/+30
* Fix typo.Zac Medico2007-06-251-1/+1
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w...Zac Medico2007-06-251-2/+3
* Fix file_get_lib() so it behaves the same way with sftp as it does with other...Zac Medico2007-06-251-1/+18
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
* Allow emerge --fetchonly to continue downloading other packages after a downl...Zac Medico2007-06-252-4/+28
* Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019)Zac Medico2007-06-251-4/+4
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2()....Zac Medico2007-06-251-3/+12
* Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014)Zac Medico2007-06-251-22/+13
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr...Zac Medico2007-06-241-6/+12
* add hashlib support for checksum verification, refactor checksum functions to...Zac Medico2007-06-241-53/+71
* highlight world packages in --pretend output (bug #142473, trunk r6979)Zac Medico2007-06-241-8/+16
* Clarify RESUMECOMMAND requirements. (trunk r7005)Zac Medico2007-06-241-1/+3
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and r700...Zac Medico2007-06-241-1/+3
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ...Zac Medico2007-06-241-2/+8
* change default diff_command for emacs (bug #147558, trunk r6977)Zac Medico2007-06-241-1/+1
* sort the world file before writing it and ensure that it's terminated by a ne...Zac Medico2007-06-244-7/+12
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-06-241-0/+8