summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix package.provided breakage from the fix for bug #166939.Zac Medico2007-02-171-0/+4
| | | | svn path=/main/trunk/; revision=5984
* Remove unnecessary import that triggers DEPRECATION NOTICE.Zac Medico2007-02-171-1/+0
| | | | svn path=/main/trunk/; revision=5983
* For bug #166939, make --nodeps work like a normal package for new-style ↵Zac Medico2007-02-171-17/+21
| | | | | | virtuals. svn path=/main/trunk/; revision=5982
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as ↵Marius Mauch2007-02-171-5/+5373
| | | | | | the load_source solution doesn't work properly svn path=/main/trunk/; revision=5978
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
| | | | svn path=/main/trunk/; revision=5977
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
| | | | svn path=/main/trunk/; revision=5941
* Create namespace for emergeMarius Mauch2007-02-081-0/+420
svn path=/main/trunk/; revision=5931