summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/is_valid_package_atom.py
Commit message (Collapse)AuthorAgeFilesLines
* is_valid_package_atom: fix circular importZac Medico2011-07-111-5/+13
| | | | | | Due to a quirk in python import behavior, this only failed nondeterministically. However, the new preinst sanity test in the portage-9999 ebuild tends to trigger it more often for some people.
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-5/+6
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Tread blockers as invalid.Zac Medico2009-09-211-1/+1
| | | | svn path=/main/trunk/; revision=14310
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+1
| | | | | | _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 5).Zac Medico2009-06-231-0/+16
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13672