summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgEnvExtractor.py
Commit message (Collapse)AuthorAgeFilesLines
* BinpkgEnvExtractor: fix PORTAGE_LOG_FILE spellingZac Medico2011-12-091-2/+2
|
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+1
|
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-1/+1
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-0/+66
class.