summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* fix commentMarius Mauch2007-10-211-1/+1
* restore proper call logicMarius Mauch2007-10-211-1/+3
* Remove uneeded "arg" and "addme" parameters where possible.Zac Medico2007-10-211-7/+4
* Use a "depth" parameter to track depth of recursion relativeZac Medico2007-10-211-25/+23
* Split the "arg" parameter out of depgraph.select_dep() soZac Medico2007-10-211-25/+26
* Make depgraph.xcreate() use the filtered repo to determineZac Medico2007-10-211-13/+13
* Raise an InvalidDependString exception if necessary whenZac Medico2007-10-211-41/+24
* Rename variable for consistency.Zac Medico2007-10-211-2/+2
* Split the atom selection logic out of depgraph.select_dep().Zac Medico2007-10-211-39/+41
* Split the package selection logic out of depgraph.select_dep().Zac Medico2007-10-201-173/+181
* Split the masked packages display out of depgraph.select_dep().Zac Medico2007-10-201-91/+95
* Use a simple Package class to bundle package dataZac Medico2007-10-201-22/+37
* Allow the depgraph to add old-style virtual providers butZac Medico2007-10-201-0/+16
* Remove the config.setinst() call from depgraph.select_dep()Zac Medico2007-10-201-28/+0
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-5/+15
* Bug #196427 - Don't display news notifications when in --pretend mode.Zac Medico2007-10-191-1/+1
* Use EmergeConfig instead of portage.config in RootConfigMarius Mauch2007-10-161-17/+12
* Move clean_world() into WorldSetMarius Mauch2007-10-161-35/+8
* Also use EmergeConfig() in MergeTaskMarius Mauch2007-10-161-15/+16
* fix typoMarius Mauch2007-10-161-1/+1
* Replace getlist() with PackageSet.getAtoms()Marius Mauch2007-10-161-33/+2
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-161-15/+25
* Move the emerge module to _emerge to make it privateZac Medico2007-10-162-0/+7238