summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Binpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-8/+10
| | | | class.
* Use _prepare_env_file() to extract the binary package environment.bz2Zac Medico2010-08-181-1/+10
| | | | | | prior to the pkg_setup phase. This fixes a regression since EbuildPhase no longer calls doebuild(), and therefore _prepare_env_file() needs to be called now.
* Remove unused attributes from classes.Zac Medico2010-08-161-4/+4
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Remove fetch log after successful fetch.Zac Medico2010-03-021-0/+8
| | | | svn path=/main/trunk/; revision=15721
* Logg errors that occur during binpkg extraction.Zac Medico2010-02-121-3/+6
| | | | svn path=/main/trunk/; revision=15343
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-291-1/+2
| | | | | | | Use tbz2.get_data() instead of tbz2.getfile() when reading multiple values, in order to avoid multiple tbz2.scan() and searchindex() calls. svn path=/main/trunk/; revision=14461
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f numliterals -nw ${FILES}) svn path=/main/trunk/; revision=14292
* Use _encodings where appropriate.Zac Medico2009-08-191-5/+11
| | | | svn path=/main/trunk/; revision=14099
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-051-2/+5
| | | | svn path=/main/trunk/; revision=13913
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+301
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663