summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Fix erroneoud reference to self.aux_get in bintree.move_ent().Zac Medico2010-08-221-1/+2
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-211-5/+7
* Fix UnboundLocalError for catdir inside dblink.unmerge().Zac Medico2010-08-211-1/+2
* Revert back to using ROOT for env_update(), since that's how theZac Medico2010-08-211-2/+3
* Fix env_update() calls to use EROOT.Zac Medico2010-08-211-2/+2
* Add a deprecation warning to FetchlistDict.has_key().Zac Medico2010-08-211-0/+3
* * Make dblink._linkmap_rebuild() return early if preserve-libs is disabledZac Medico2010-08-201-2/+10
* Stop using the myroot arguments to the dblink constructor, merge(),Zac Medico2010-08-201-29/+52
* * Fix EROOT handling in various places in vartree.py. It should beZac Medico2010-08-201-40/+55
* Fix LinkageMap to use vardbapi._eroot instead of _root.Zac Medico2010-08-201-1/+1
* Don't pass the myroot parameter to *counter_tick* methods since it'sZac Medico2010-08-201-7/+7
* Make the portagetree.root attribute a property that generates aZac Medico2010-08-201-3/+11
* Remove unused clone paramter from vartree constructor (support andZac Medico2010-08-201-1/+1
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-192-52/+79
* Use doebuild_environment() to ensure proper environment initializationZac Medico2010-08-181-16/+21
* Use simpler _spawn_phase() instead of doebuild() sinceZac Medico2010-08-181-9/+3
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-6/+2
* Use _prepare_env_file() to extract environment.bz2 prior to theZac Medico2010-08-181-1/+3
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-2/+2
* Discard REPLACING_VERSIONS and REPLACED_BY_VERSION when they are noZac Medico2010-08-171-0/+2
* Use MiscFunctionsProcess to eliminate the _spawn_misc_sh() function.Zac Medico2010-08-161-4/+11
* Handle OSError from os.path.samefile() (breakage from previous commit).Zac Medico2010-08-161-1/+5
* Bug #332967 - In bintree.inject(), add a sanity check to make sure weZac Medico2010-08-161-2/+3
* Split a _parse_uri_map() function out of portdbapi.getFetchMap(), forZac Medico2010-08-161-27/+35
* Remove questionable lockfile removal code in dbapi.invalidentry().Zac Medico2010-08-151-9/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-4/+3
* Implement use dependency defaultsSebastian Luther2010-08-131-3/+5
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-1/+2
* portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all placesSebastian Luther2010-08-112-6/+0
* portage/dbapi/bintree.py: Remove deprecated parameterSebastian Luther2010-08-111-23/+1
* portage/dbapi/porttree.py: Remove deprecated functions, deprecate more casesSebastian Luther2010-08-111-18/+1
* portage/dbapi/vartree.py: Remove unused importSebastian Luther2010-08-111-1/+0
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-71/+3
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-103-8/+5
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-103-5/+9
* When executing the 'depend' phase inside aux_get(), use theZac Medico2010-08-101-8/+17
* In cp_list(), use basestring for ininstance check on the mytreeZac Medico2010-08-091-4/+6
* add optional list support for mytree to complinment the trees param in cp_list()Brian Dolbec2010-08-091-1/+4
* Use a regular expression to simplify dblink.getcontents().Zac Medico2010-08-061-65/+45
* Bug #330645 - Use more lazy imports for the portage.data module, inZac Medico2010-08-032-2/+2
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-273-10/+21
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-10/+17
* Limit repository-wide dbentry updates.Michał Górny2010-07-271-1/+5
* Support repository-wide updates.Michał Górny2010-07-273-3/+10
* If more than 20 file collisions occur, only look up the first 20 sinceZac Medico2010-07-261-0/+4
* When the iter_owners dblink cache becomes full, do not finish processingZac Medico2010-07-261-36/+35
* Bug #329159 - If there are merge collisions are detected, only search forZac Medico2010-07-251-21/+23
* Make iter_owners() switch to a slower but lower-memory mode if the numberZac Medico2010-07-251-2/+55
* Add a gc.collect() call inside iter_owers(), since people are reportingZac Medico2010-07-251-0/+2