summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildExecuter.py
Commit message (Collapse)AuthorAgeFilesLines
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-1/+2
|
* Bug #327883 - Make EbuildBuild call the pre-clean phase prior toZac Medico2010-07-161-12/+0
| | | | | | | EbuildFetcher, in order to avoid re-use/removal of a build log from a previously failed build. This involves moving the pre-clean phase from EbuildExecuter to EbuildBuild, and moving build dir handling from EbuildFetcher to EbuildBuild.
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-061-2/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add 'tla' to the lists of live eclasses.Zac Medico2009-12-061-1/+2
| | | | svn path=/main/trunk/; revision=14935
* 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/+99
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663