summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBinpkg.py
Commit message (Expand)AuthorAgeFilesLines
* EbuildBinpkg: remove temp file on failureZac Medico2012-04-131-1/+5
* 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
* Make EbuildBinpkg inherit from CompositeTask since the EbuildPhaseZac Medico2010-08-171-12/+23
* Make EbuildBinpkg inherit from EbuildProcess since the 'package'Zac Medico2010-08-171-18/+6
* Remove unused attributes from classes.Zac Medico2010-08-161-1/+1
* Convert EbuildBinpkg to inherit from MiscFunctionsProcess insteadZac Medico2010-08-161-24/+31
* 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
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+40