aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-2/+2
* dbapi: construct _pkg_str during match on-demandZac Medico2012-06-111-5/+12
* portdbapi: don't convert _pkg_str to strZac Medico2012-05-131-1/+2
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-121-2/+2
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-51/+9
* porttree.py: remove unused importsv2.2.0_alpha103Zac Medico2012-05-091-2/+0
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-29/+13
* portdbapi: update comment about repoman cachesZac Medico2012-04-221-1/+1
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-221-9/+5
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-201-13/+13
* Replace @returns with @return.Zac Medico2012-03-271-3/+3
* Make portdbapi.eclassdb a property.Zac Medico2011-12-091-1/+7
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-21/+3
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-091-14/+2
* portagetree: remove broken depcheck methodZac Medico2011-10-291-4/+1
* Use dbapi._known_keys more.Zac Medico2011-10-291-12/+6
* Deprecate unused 'virtual' constructor parametersZac Medico2011-10-281-2/+16
* stacklevel=3 for properties warningsZac Medico2011-10-271-1/+1
* python3.2 fixes: "ResourceWarning: unclosed file"Zac Medico2011-10-171-3/+3
* portdbapi: fix volatile cache handlingZac Medico2011-10-171-12/+12
* portdbapi.aux_get: remove redunant EAPI codeZac Medico2011-10-161-11/+8
* hashed_path: convert stat OSError to FileNotFoundZac Medico2011-10-161-1/+1
* EbuildMetadataPhase: avoid redundant EAPI parsingZac Medico2011-10-161-1/+1
* _pull_valid_cache: pass unicode to hashed_pathZac Medico2011-10-151-4/+1
* portdbapi.aux_get: fix broken _metadata_callbackZac Medico2011-10-151-1/+1
* emerge --metadata: fix breakageZac Medico2011-10-141-6/+14
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-39/+47
* _pull_valid_cache: fix readonly delete logicZac Medico2011-10-131-1/+1
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-6/+4
* layout.conf: revert authoritative-cache supportZac Medico2011-10-131-6/+4
* Fix 'authoritative' spelling.Zac Medico2011-09-301-2/+2
* layout.conf: allow a repository to state the cache is authorativeBrian Harring2011-09-301-6/+9
* porttree.py: remove unused variablesZac Medico2011-09-271-7/+5
* portdbapi.xmatch: fix unknown repo / return emptyZac Medico2011-09-241-1/+4
* portdbapi: deprecate unused 'visible' methodZac Medico2011-09-241-7/+6
* portdbapi.xmatch: combine match-all with othersZac Medico2011-09-241-22/+3
* portdbapi.xmatch: combine minimum-all/*-visibleZac Medico2011-09-241-25/+4
* portdbapi.xmatch: combine *-visible codeZac Medico2011-09-241-13/+17
* portdbapi.xmatch: optimize minimum-visibleZac Medico2011-09-241-10/+4
* portdbapi: tweak single-tree optimizationZac Medico2011-09-241-8/+21
* portdbapi.xmatch: use _visible moreZac Medico2011-09-241-21/+4
* portdbapi: split _visible from _iter_visibleZac Medico2011-09-241-33/+35
* portdbapi: move repo loop to _iter_visibleZac Medico2011-09-241-58/+65
* pordbapi: split _iter_visible method from visibleZac Medico2011-09-241-10/+14
* portdbapi: combine gvisible and visible methodsZac Medico2011-09-241-29/+20
* portdbapi.xmatch: deprecate *match-listZac Medico2011-09-231-9/+15
* portdbapi.xmatch: fix minimum-all for multi-repoZac Medico2011-09-231-7/+16
* Fix cp_list mytree argument for match-all.Zac Medico2011-09-231-1/+1
* portdbapi.xmatch: fix match-all for multi-repoZac Medico2011-09-231-7/+19
* portdbapi.xmatch: deprecate list-visibleZac Medico2011-09-221-0/+5