summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Make depgraph._select_atoms() more flexible by allowingZac Medico2007-10-271-5/+9
* Reuse an existing EmergeConfig instance instead ofZac Medico2007-10-271-1/+1
* Fix broken $ROOT handling for setconfig in the MergeTaskZac Medico2007-10-271-6/+10
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-261-4/+16
* Prevent premature expansion of old-style virtualsZac Medico2007-10-261-0/+10
* Optimize the algorithm used for expansion of setZac Medico2007-10-261-4/+13
* use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...Marius Mauch2007-10-261-2/+3
* use a @ prefix for sets, and replace world/system with their real prefixed na...Marius Mauch2007-10-261-3/+10
* For the emergelog message, send in the original list ofZac Medico2007-10-251-3/+3
* Filter atoms that come from sets when generatingZac Medico2007-10-251-4/+9
* For the global AUTOCLEAN, pass an empty list into unmerge()Zac Medico2007-10-251-1/+1
* Spit out a depgraph._get_existing_pkg() method for getting anZac Medico2007-10-251-19/+26
* Make the Package class generate the digraph nodes.Zac Medico2007-10-251-21/+29
* Fix inverted logic error.Zac Medico2007-10-251-1/+1
* Convert depgraph creation from using recursive calls toZac Medico2007-10-241-52/+86
* Add back support for greedy SLOTs when --update is enabled asZac Medico2007-10-241-0/+43
* Add back support for helpful `emaint --check world` suggestionsZac Medico2007-10-241-8/+32
* Add back support for detecting if the world file containsZac Medico2007-10-241-6/+13
* Add back support for handling missing system/world atomsZac Medico2007-10-241-16/+24
* Replace sys.exit() calls with return statements in emerge_main().Zac Medico2007-10-241-7/+7
* Remove --update greedy SLOTs code from depgraph.select_files()Zac Medico2007-10-241-34/+0
* Make world atoms non-greedy for SLOTs in action_depclean()Zac Medico2007-10-241-19/+1
* remove 'system' and 'world' as actions, and remove most of the special case c...Marius Mauch2007-10-241-133/+21
* Fix selective logic to work properly with masked packages.Zac Medico2007-10-231-2/+2
* Match packages against arguments earlier inZac Medico2007-10-231-9/+9
* Fix logic for the "selective" depgraph parameter soZac Medico2007-10-231-11/+28
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+2
* make 'world' and 'system' behave like their sets/ counterpartsMarius Mauch2007-10-231-2/+1
* In depgraph.create(), if a direct circular dependency isZac Medico2007-10-221-6/+9
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-8/+7
* Combine depgraph._select_dep() into create() so thatZac Medico2007-10-211-107/+75
* Always pass package metadata into depgraph.create() soZac Medico2007-10-211-13/+8
* Do a loop over each dependency type to simplifyZac Medico2007-10-211-19/+11
* Don't catch a ValueError if it isn't the type that's expectedZac Medico2007-10-211-0/+3
* 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