summaryrefslogtreecommitdiffstats
path: root/pym/emerge/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make config updates get counted correctly for bug #187741.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.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 labels, 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 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
* 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
* 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