summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildExecuter.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Package.eapi property.Zac Medico2012-11-171-1/+1
|
* Remove redundant inherited __slots__ values.Zac Medico2012-02-171-1/+1
|
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-2/+0
|
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-161-2/+2
|
* Update date headers for modified files.v2.2.0_alpha24Zac Medico2011-02-151-1/+1
|
* Recognize git-2.eclass as a live eclass.Zac Medico2011-02-141-0/+1
|
* doebuild_environent: handle A/AA initializationZac Medico2011-01-181-7/+1
| | | | | This allows elimination of duplicate code, some of which was introduced by the fix for bug #351505.
* Remove unnecessary call to _prepare_env_file(), since it only makesZac Medico2010-08-181-8/+1
| | | | sense for binary or installed packages.
* Fix breakage in REPLACING_VERSIONS support for emerge.Zac Medico2010-08-171-1/+9
|
* Remove unused attributes from classes.Zac Medico2010-08-161-8/+7
|
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-161-2/+20
| | | | and call the spawn() function directly.
* 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