summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* fix broken importAlec Warner2007-07-231-1/+1
* 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
* Document --depclean and --prune enhancements.Zac Medico2007-07-221-9/+19
* 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.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
* Update --prune docs for bug #151653.Zac Medico2007-07-201-1/+1
* Fix --prune so that it always correctly accounts for COUNTER when dealing wit...Zac Medico2007-07-201-3/+4
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+24
* Make --prune try to prune all slotted packages if no atoms are given (that's ...Zac Medico2007-07-191-0/+5
* Make --prune bail out like depclean does if there are unresolved dependencies...Zac Medico2007-07-191-2/+5
* With --prune and --depclean, if --verbose is enabled then show reverse depend...Zac Medico2007-07-191-4/+26
* Allow atoms to be specified for --depclean so that it can be used to safely u...Zac Medico2007-07-181-5/+38
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi...Zac Medico2007-07-181-12/+77
* Unify USE handling in the depgraph with the other metadata.Zac Medico2007-07-171-19/+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 i...Zac Medico2007-07-171-4/+11
* Don't show the repo display when the package list is empty.Zac Medico2007-07-171-1/+2
* Revert PackageSet.containsCPV() calls back to findAtomForPackage() calls so t...Zac Medico2007-07-171-5/+5
* Always be sure to load the latest version of the world file while it's locked.Zac Medico2007-07-171-1/+3
* Replace emerge.WorldSet with portage.sets.files.WorldSetMarius Mauch2007-07-161-36/+6
* Replace emerge.SystemSet with portage.sets.profiles.PackagesSystemSetMarius Mauch2007-07-161-7/+3
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-161-74/+20
* Fix typo.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 unused repo_name code.Zac Medico2007-07-141-6/+0
* Use sys.stdout instead of print to avoid an extra newline.Zac Medico2007-07-141-1/+1
* Encapsulate the repo display code in a class.Zac Medico2007-07-141-51/+64
* Always show PORTDIR with index 0 in the repo display.Zac Medico2007-07-141-0/+7
* Make the repo display work for overlays that don't define repo_name (like it ...Zac Medico2007-07-141-12/+15
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2
* Fix it so that the 'repository could not be determined' message is shown when...Zac Medico2007-07-141-4/+4
* Misc fixes for verbose repo output:Zac Medico2007-07-141-47/+76
* Use os.path.realpath(portdir) for comparison of repo paths. (branchs/prefix r...Zac Medico2007-07-131-1/+1
* Fix the case where the currently installed package is from a repo that is no ...Zac Medico2007-07-121-1/+1
* Make depgraph._reinstall_for_flags() always return all revelant flags.Zac Medico2007-07-121-4/+2
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ar...Zac Medico2007-07-121-16/+48
* Use set.discard() instead of remove() to avoid a potential KeyError.Zac Medico2007-07-111-2/+2
* Fix another case similar to bug #184806 that can occur with --onlydeps.Zac Medico2007-07-111-2/+4
* Fix typo.Zac Medico2007-07-111-1/+0
* For bug #184687, skip the huge --depclean warning when --quiet mode is enabled.Zac Medico2007-07-111-17/+21
* For bug #184806, account for the fact the metadata is not cached for slot_col...Zac Medico2007-07-101-4/+10
* Fix interaction of resume opts with spinner output handling so that output al...Zac Medico2007-07-091-9/+14
* simplify logic a bitMarius Mauch2007-07-091-14/+6
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-11/+15