aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-2/+30
* FakeVartree: use KEYWORDS from unbuilt ebuildZac Medico2012-06-031-1/+1
* FakeVartree: implement self.dbapi._aux_cache_keysZac Medico2011-12-241-0/+1
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-2/+0
* stacklevel=3 for properties warningsZac Medico2011-10-271-1/+1
* deprecate "root" attributesZac Medico2011-10-241-1/+10
* FakeVartree: disable match wrapper if necessaryv2.2.0_alpha66Zac Medico2011-10-101-2/+2
* FakeVartree: type from last commitZac Medico2011-10-101-1/+1
* FakeVartree: fix sync for --dynamic-deps=nZac Medico2011-10-101-1/+2
* Add emerge --dynamic-deps <y|n> option.Zac Medico2011-10-101-2/+5
* FakeVartree: use live meta if installed EAPI okZac Medico2011-05-251-2/+10
* FakeVartree: tweak _aux_get_wrapper repo handlingv2.2.0_alpha36Zac Medico2011-05-241-2/+1
* FakeVartree: tweak _aux_get_wrapper EAPI handlingZac Medico2011-05-241-1/+4
* FakeVartree: preserve EAPI of installed packageZac Medico2011-05-241-1/+2
* Package: add new _gen_hash_key methodZac Medico2011-05-221-2/+4
* Use new vardbapi lock function in FakeVartree.David James2011-05-071-11/+6
* Update Portage to sync BlockerDB at init.David James2011-03-241-6/+12
* Update timestamps in headers of modified files.v2.2.0_alpha28Zac Medico2011-03-181-1/+1
* PackageVirtualDbapi: fix get() for reposyntaxZac Medico2011-03-181-1/+1
* Specify repo in FakeVartree._aux_get_wrapper().Sebastian Luther2010-10-171-1/+4
* Clean up repo handling for depgraph pkg_cache.Zac Medico2010-10-041-5/+1
* reposyntax: Next try at fixing the package cacheSebastian Luther2010-09-261-1/+5
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+1
* Fix typo in FakeVartree._pkg() docstring.Zac Medico2010-09-061-1/+1
* Make the depgraph and FakeVartree cooperate to consistently createZac Medico2010-09-061-5/+14
* Fix FakeVartree.sync() to remove stale packages from _pkg_cache.Zac Medico2010-09-061-0/+3
* Fix FakeVartree._pkg() to cache package instances in self._pkg_cache,Zac Medico2010-09-051-0/+1
* use EROOT with VDB_PATHFabian Groffen2010-09-041-1/+1
* Add comments about consumers of FakeVardbapi.getpath().Zac Medico2010-08-311-0/+4
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* config: Add VirtualsManagerSebastian Luther2010-08-271-8/+7
* Bug #334365 - When depgraph.display_problems() shows the messageZac Medico2010-08-261-1/+9
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-5/+16
* Fallback to updates from PORTDIR if repository has no 'updates' dir.Michał Górny2010-07-271-0/+3
* Support repository-wide updates in FakeVartree.Michał Górny2010-07-271-13/+24
* Move imports to the top.Zac Medico2010-06-011-3/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-1/+2
* In FakeVartree.sync(), skip the aux_get wrapper when populating old-stylev2.2_rc53Zac Medico2009-11-271-1/+7
* Set built=True when creating Package instances. This fixes a problem withv2.2_rc52Zac Medico2009-11-251-1/+1
* Move FakeVartree population out of the constructor by calling the sync()Zac Medico2009-11-011-4/+3
* Eliminate duplicate code from the FakeVartree constructor which does theZac Medico2009-11-011-45/+6
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+5
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-5/+4
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-2/+1
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2009-09-131-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+235