summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildProcess.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-121-5/+1
| | | | subclasses and into AbstractEbuildProcess itself.
* Relocate attributes from AbstractEbuildProcess to subclasses that useZac Medico2010-08-091-1/+1
| | | | them, since EbuildSpawnProcess doesn't use the attributes.
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-1/+2
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-4/+6
| | | | svn path=/main/trunk/; revision=15448
* Add a AbstractEbuildProcess class for MiscFunctionsProcess to inherit theZac Medico2009-12-061-18/+5
| | | | | | _pipe and _can_log methods that used to be in the EbuildProcess class. svn path=/main/trunk/; revision=14933
* Bug #162404 - Automatically disable logging if sesandbox is enabled and aZac Medico2009-12-051-0/+7
| | | | | | | pty is not available for some reason (currently they are never available with python3). svn path=/main/trunk/; revision=14928
* 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
* 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/+55
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663