summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-012-8/+14
* Implement license filtering for xmatch minimum-visible andZac Medico2007-10-301-10/+21
* Optimize xmatch "bestmatch-visible" to do fewer metadataZac Medico2007-10-301-7/+6
* Use rstrip("\n") to remove trailing newlines fromZac Medico2007-10-291-2/+1
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-10-291-35/+37
* Make portdbapi.cp_list() use os.listdir() instead ofZac Medico2007-10-291-1/+5
* Fix PackageSet.getAtoms() and getNonAtoms() so that theyZac Medico2007-10-281-6/+10
* Fix SetConfig.getSetAtoms() to stop initializing ignorelistZac Medico2007-10-281-3/+6
* Fix cp_list() to prevent it from returning a referenceZac Medico2007-10-281-2/+2
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-284-18/+35
* In portage.fetch(), condense digest check ouput to a singleZac Medico2007-10-261-2/+5
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-10-261-7/+16
* Add missing break statement for xmatch minimum-visible.Zac Medico2007-10-261-0/+1
* Optimize repoman visibility checks to access as littleZac Medico2007-10-262-5/+75
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-261-4/+15
* Allow sets to get through world file validation andZac Medico2007-10-262-5/+15
* break potential cycles in set expansionMarius Mauch2007-10-261-2/+4
* use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...Marius Mauch2007-10-261-1/+1
* use a @ prefix for sets, and replace world/system with their real prefixed na...Marius Mauch2007-10-261-1/+3
* Allow sets to contain non-atomsMarius Mauch2007-10-252-1/+16
* Correct expected split counts for CONTENTS lines.Zac Medico2007-10-251-3/+3
* Handle a potential IndexError.Zac Medico2007-10-251-1/+3
* Remove obsolete whitespace handling code for "obj" filenamesZac Medico2007-10-251-1/+1
* Handle multiple consecutive spaces in filenames as perZac Medico2007-10-251-0/+22
* If the title string is too big then xtermTitle() canZac Medico2007-10-251-0/+5
* Fix broken import.Zac Medico2007-10-241-1/+2
* revert r8256 (plans changed)Marius Mauch2007-10-236-32/+29
* move base classes for package sets into a separate moduleMarius Mauch2007-10-237-163/+168
* 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 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
* Don't show the "checking files for package collisions" messageZac Medico2007-10-231-2/+3
* 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 #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* 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
* ignore "permission denied" errors when changing perms of news skipfile that h...Marius Mauch2007-10-211-1/+10
* Allow the depgraph to add old-style virtual providers butZac Medico2007-10-201-4/+12
* 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
* 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