summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Record a slot atom in the world file for any atom that is precise enough to i...Zac Medico2007-07-042-41/+61
* Unify depgraph favorites handling with the other args handling. (trunk r7137:...Zac Medico2007-07-031-45/+22
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. (trunk r7135)Zac Medico2007-07-031-0/+7
* Clean up system and world set handling. For forward compatibility, the world...Zac Medico2007-07-032-113/+232
* Prefer asap_nodes more aggressively over any other nodes whenever possible. ...Zac Medico2007-07-021-6/+23
* Clone asap_nodes so that iteration is safe for node removal. (trunk r7124)Zac Medico2007-07-021-1/+1
* Clean up the selected_nodes logic in depgraph.altlist(). (trunk r7122)Zac Medico2007-07-021-11/+8
* Flatten restrict for the RESTRICT.invalid check. (trunk r7120)Zac Medico2007-07-021-6/+16
* Move medium priority out of ignore_priority_range and handle it separately. (...Zac Medico2007-07-021-6/+4
* If necessary, resample the leaf nodes so that they include all nodes whose ha...Zac Medico2007-07-011-0/+6
* 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