summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildFetchonly.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-0/+4
| | | | | | returns None, and raise 'ebuild not found' exceptions when necessary. svn path=/main/trunk/; revision=14442
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* 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 a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-251-2/+1
| | | | | | RESTRICT values. svn path=/main/trunk/; revision=13693
* 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/+81
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663