summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/AbstractEbuildProcess.py
Commit message (Collapse)AuthorAgeFilesLines
* Move _pty module to portage.util._pty. (trunk r15515)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15713
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-03-021-1/+2
| | | | | | (trunk r15448) svn path=/main/branches/2.1.7/; revision=15657
* Add a AbstractEbuildProcess class for MiscFunctionsProcess to inherit theZac Medico2009-12-061-0/+24
_pipe and _can_log methods that used to be in the EbuildProcess class. (trunk r14933) svn path=/main/branches/2.1.7/; revision=14947