aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused p_type variable in show_invalid_depstring_notice().Zac Medico2010-09-051-1/+0
|
* In show_invalid_depstring_notice(), use normal Package attributesZac Medico2010-09-041-3/+3
| | | | | instead of the old Task.__getitem__() approach that relies on the values inside the hash key.
* Don't set _, which is reserved for portage.localization._().Arfrever Frehtes Taifersar Arahesis2010-09-041-2/+4
|
* use EROOT with VDB_PATHFabian Groffen2010-09-041-2/+2
|
* show_invalid_depstring_notice: Don't repeat the dep stringSebastian Luther2010-08-251-1/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13995
* 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 (part 4).Zac Medico2009-06-221-0/+39
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13669