summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Bug #198491 - Disable termios.OPOST post-processing of output onZac Medico2007-11-091-0/+7
* Revert accidental hunk from bug 198491. Haven't testedZac Medico2007-11-091-5/+0
* make.globals should not be relative to config_rootZac Medico2007-11-091-1/+8
* Tweak EOutput.term_columns calculation for TERM="dumb" soZac Medico2007-11-081-1/+1
* Don't do:Zac Medico2007-11-081-0/+1
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-081-3/+0
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-071-1/+1
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-1/+1
* Make exception strings more informative.Zac Medico2007-11-041-2/+5
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* When evaluating *DEPEND conditionals for the Packages metadataZac Medico2007-11-041-1/+2
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-36/+37
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Bug #197797 - Do not actively clear o+rx permission bitsZac Medico2007-11-031-4/+1
* Bug #197965 - Make fetch() bail out after 5 checksumZac Medico2007-11-031-0/+12
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+46
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-31/+30
* Remove redundant code from previous commit.Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* TODO: Make update_config_files() handle slotmove commands for SLOT atoms.Zac Medico2007-11-031-0/+1
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Return early from config.getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* Make sure vardbapi.cp_list() always sorts the results.Zac Medico2007-11-021-1/+1
* 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