summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildFetchonly.py
Commit message (Collapse)AuthorAgeFilesLines
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-171-2/+2
|
* Remove unused root parameters from doebuild callsZac Medico2011-10-241-2/+2
|
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
|
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
| | | | This tempdir stuff is handled by spawn_nofetch() now.
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-2/+2
|
* 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-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