summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-202-4/+28
* 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-193-8/+22
* Refactor _merge_logentries() to make it a little more efficient.Zac Medico2007-10-191-7/+6
* Use a list to buffer strings in _combine_logentries() and doZac Medico2007-10-191-5/+5
* Prevent _combine_logentries() from generating redundantZac Medico2007-10-191-1/+4
* Fix broken call to renamed _combine_logentries().Zac Medico2007-10-191-1/+1
* Don't show each character of the log message on a newZac Medico2007-10-191-0/+2
* Bug #196427 - Don't display news notifications when in --pretend mode.Zac Medico2007-10-191-1/+1
* Pass the whole cpv to elog instead of just ${PF}.Zac Medico2007-10-191-1/+1
* The ERROR color code is currently undefined, so make eerrorZac Medico2007-10-191-1/+1
* Use the python version of eerrorMarius Mauch2007-10-191-6/+3
* Handle EnvironmentError instead of OSError since open()Zac Medico2007-10-181-4/+8
* Bug #195375 - Make dblink.treewalk() read inforoot/SLOT sinceZac Medico2007-10-181-1/+17
* Adjust quote usage in collision-protect eerrorZac Medico2007-10-181-3/+3
* Fix collision-protect so that it properly cancels theZac Medico2007-10-181-23/+27
* Fix the normalize_needed regex to properly match //Zac Medico2007-10-171-1/+1