summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...v2.1.3.9Zac Medico2007-09-081-1/+2
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-061-2/+34
* Move blocker handling from depgraph.create() to select_dep(). (trunk r7701)Zac Medico2007-09-061-12/+11
* Remove pointless information from --info output (trunk r7695)Zac Medico2007-09-061-6/+0
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode. (trunk ...Zac Medico2007-08-231-54/+55
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Fix a typo from r7663. (trunk r7676)Zac Medico2007-08-231-1/+1
* Make depgraph.select_dep() reuse cached metadata from nodes that have already...Zac Medico2007-08-221-6/+25
* Pass complete package metadata from depgraph.select_dep() into create() in or...Zac Medico2007-08-221-40/+37
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-35/+25
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension. (trunk r7602)Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first. (trun...Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741. (trunk r7564)Zac Medico2007-08-041-1/+4
* Like older versions of portage, don't show the repo display if [0] is all tha...Zac Medico2007-08-011-2/+4
* For bug #187375, handle an ImportError when portage is downgraded to a versio...Zac Medico2007-08-011-2/+6
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP...Zac Medico2007-07-301-1/+1
* Always pass a dbapi instance into a setcpv call. (trunk r7496)Zac Medico2007-07-301-1/+1
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-301-2/+3
* For bug #186480, while we transition to repository lables, avoid ? spam in th...Zac Medico2007-07-271-1/+5
* For bug #186826, always show --newuse flags that trigger reinstallation even ...Zac Medico2007-07-271-16/+24
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-271-0/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5
* Fix the reverse dependency display for --prune when there is now real parent....Zac Medico2007-07-221-0/+5
* Make --update imply --oneshot since people often us it to update things when ...Zac Medico2007-07-221-1/+3
* Prevent a potential KeyError when removing world from the digraph for --prune...Zac Medico2007-07-221-1/+2
* Make --prune pull in the system set since that could pull in some slots that ...Zac Medico2007-07-221-0/+3
* Make --prune and --depclean return before calculating dependencies if atoms a...Zac Medico2007-07-211-0/+9
* Prune really uses all installed instead of world. It's not a real reverse de...Zac Medico2007-07-211-0/+3
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable r...Zac Medico2007-07-211-1/+7
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+25
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-13/+141
* Unify USE handling in the depgraph with the other metadata. (trunk r7298)Zac Medico2007-07-171-18/+15
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-171-0/+1
* When expanding ambiguous atoms against the vardb, make sure the the expanded ...Zac Medico2007-07-171-2/+5
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand t...Zac Medico2007-07-171-4/+11
* Don't show the repo display when the package list is empty. (trunk r7290)Zac Medico2007-07-171-1/+2
* Fix typo. (trunk r7265)Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove some obsolete repo display code.Zac Medico2007-07-151-8/+0
* Merge the new repo display code from trunk r7257:7260.Zac Medico2007-07-141-18/+98
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2