summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* document PROFILE_ONLY_VARIABLESMarius Mauch2007-10-231-1/+5
* revert r8256 (plans changed)Marius Mauch2007-10-236-32/+29
* move base classes for package sets into a separate moduleMarius Mauch2007-10-238-164/+170
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-236-29/+32
* Optimize PROFILE_ONLY_VARIABLES handling.Zac Medico2007-10-231-6/+6
* make 'world' and 'system' behave like their sets/ counterpartsMarius Mauch2007-10-231-2/+1
* make PROFILE_ONLY_VARIABLES incrementalMarius Mauch2007-10-231-1/+1
* protect variables specified in PROFILE_ONLY_VARIABLES from being set by the userMarius Mauch2007-10-231-1/+13
* add quickie logger functionAlec Warner2007-10-231-0/+10
* Begin to use python logging framework. Remove if quiet < bla logic and inste...Alec Warner2007-10-231-58/+41
* Don't show the "checking files for package collisions" messageZac Medico2007-10-231-2/+3
* aha, i knew that diff was screwy, the mail to portage-commits and grep made i...Alec Warner2007-10-231-71/+0
* fix tabbingAlec Warner2007-10-231-1/+1
* Sigh, this integration did not go well, please check the diff (it seemed to a...Alec Warner2007-10-231-216/+283
* Print the Id tag an it's own line to avoid goingZac Medico2007-10-231-2/+2
* Fix the version Id tag.Zac Medico2007-10-231-2/+1
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-232-3/+23
* Fix broken imports.Zac Medico2007-10-221-2/+2
* 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
* Bug #184118 - Add an emaint "cleanresume" action that deletesZac Medico2007-10-221-1/+50
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* 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 NewsManager.getUnreadItems() so that it works properlyZac Medico2007-10-211-13/+16
* Bug #196427 - Prevent various news related tracebacksZac Medico2007-10-212-3/+11
* note that sets can't contain other setsMarius Mauch2007-10-211-1/+1
* add some notes about restrictions wrt package setsMarius Mauch2007-10-212-0/+11
* fix commentMarius Mauch2007-10-211-1/+1
* ignore "permission denied" errors when changing perms of news skipfile that h...Marius Mauch2007-10-211-1/+10
* restore proper call logicMarius Mauch2007-10-211-1/+3
* Remove slashes that cause problems when unpacking files with relative paths (...Marius Mauch2007-10-211-4/+4
* 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
* Bug #196537 - Make portageq check that the <root> parameterZac Medico2007-10-211-7/+13