summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless information from --info outputMarius Mauch2007-08-251-20/+0
* Call config.regenerate() after config.reload() so that the incrementals are r...Zac Medico2007-08-241-0/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-241-1/+1
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode.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.Zac Medico2007-08-231-1/+1
* Skip --newuse checks for nodes that have already been added to the graph as "...Zac Medico2007-08-221-0/+4
* 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
* Make --info detect more /etc/*-release files as suggested by grobian.Zac Medico2007-08-221-10/+18
* Try harder to figure out what OS we are runningAlec Warner2007-08-211-5/+12
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Fix existing_node logic inside depgraph.create().Zac Medico2007-08-161-20/+15
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-19/+14
* 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.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
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-061-1/+1
* 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.Zac Medico2007-08-041-0/+7
* 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-302-46/+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
* 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