summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildPhase.py
Commit message (Collapse)AuthorAgeFilesLines
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-03-021-6/+7
| | | | | | (trunk r15448) svn path=/main/branches/2.1.7/; revision=15657
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-11/+22
| | | | | | | | register_die_hook, and also add code to ensure the die hooks are called even when the failure is on the python side (like for file collisions). (trunk r14936) svn path=/main/branches/2.1.7/; revision=14950
* Always append QA Notices resulting from the build log search to the end ofZac Medico2009-12-061-4/+11
| | | | | | the log. Thanks to Diego E. Pettenò for reporting. (trunk r14927) svn path=/main/branches/2.1.7/; revision=14941
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-0/+25
| | | | | | up temp files on tmpfs after build failures with --keep-going. svn path=/main/trunk/; revision=14517
* Use _encodings where appropriate.Zac Medico2009-08-191-4/+8
| | | | svn path=/main/trunk/; revision=14101
* Rename and log installed files that don't conform to portage._merge_encodingZac Medico2009-08-141-1/+10
| | | | | | (equal to sys.getfilesystemencoding()). svn path=/main/trunk/; revision=14029
* 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-1/+3
| | | | 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/+72
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663