summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...v2.1.2.12Zac Medico2007-08-171-5/+7
* The "myuse" parameter to depgraph.create() is still needed in this branch.Zac Medico2007-08-161-1/+0
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-32/+25
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+38
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-151-4/+2
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-151-4/+4
* Make sure that portage always has all of it's RDEPENDs installed first. (bran...Zac Medico2007-08-151-0/+7
* Make config updates get counted correctly for bug #187741. (branches/2.1.2 r7...Zac Medico2007-08-151-1/+4
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-301-2/+3
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-301-0/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-301-5/+5
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-301-3/+3
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren...Zac Medico2007-07-301-0/+3
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-301-0/+7
* Remove redundant config update notification (bug #184116, branches/2.1.2 r7160)Zac Medico2007-07-301-3/+2
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. (branches/2...Zac Medico2007-07-301-0/+7
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ...Zac Medico2007-07-301-33/+82
* Display message about --buildpkgonly restriction in pretend mode as well (bra...Zac Medico2007-07-301-0/+5
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-301-1/+6
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-07-301-6/+16
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-07-301-2/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-07-301-2/+10
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-301-2/+15
* Improve support for slot deps atoms given on the command line. (branches/2.1....Zac Medico2007-07-301-2/+5
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (branches/...Zac Medico2007-07-301-1235/+411
* 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