summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated reference to portdbapi.mysettings.Zac Medico2010-02-051-1/+1
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-1/+1
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-301-0/+5
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-7/+7
* Use isjustname() where appropriate.Zac Medico2009-09-121-1/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-1/+8
* Fix import for split _emerge.MetadataRegen module.Zac Medico2009-06-231-2/+2
* Set local_config=False in config constructor calls, since egencache is similarZac Medico2009-04-111-2/+2
* Show an error message when deletion of stale cache fails.Zac Medico2009-04-111-1/+4
* Initialize self._trg_cache.ec inside the GenCache constructor.Zac Medico2009-04-091-0/+5
* Add a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-061-3/+15
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-031-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-031-10/+19
* Generate an error if there are no ebuilds found for a package that'sZac Medico2009-04-031-0/+10
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-8/+28
* Automatically enable FEATURES=metadata-transfer if it's not enabled,Zac Medico2009-03-311-4/+8
* Fix typo in comment.Zac Medico2009-03-311-1/+1
* Add parsing code for --jobs and --load-average.Zac Medico2009-03-311-0/+31
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-311-10/+41
* Bug #261377 - Add a new 'egencache' tool to generate metadata cache forZac Medico2009-03-311-0/+205