summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBinpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-7/+1
|
* Use EbuildPhase instead of EbuildProcess, for things like die_hooksZac Medico2010-08-171-2/+2
| | | | support.
* Make EbuildBinpkg inherit from CompositeTask since the EbuildPhaseZac Medico2010-08-171-12/+23
| | | | class is capable of executing the 'package' phase.
* Make EbuildBinpkg inherit from EbuildProcess since the 'package'Zac Medico2010-08-171-18/+6
| | | | phase is already a member of actionmap.
* Remove unused attributes from classes.Zac Medico2010-08-161-1/+1
|
* Convert EbuildBinpkg to inherit from MiscFunctionsProcess insteadZac Medico2010-08-161-24/+31
| | | | | of EbuildProcess. This bypasses the complex doebuild() function, and uses the _spawn_actionmap() function that's been split out.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-1/+3
| | | | | | returns None, and raise 'ebuild not found' exceptions when necessary. svn path=/main/trunk/; revision=14442
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
| | | | | | _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/+40
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663