summaryrefslogtreecommitdiffstats
path: root/pym/portage_versions.py
Commit message (Collapse)AuthorAgeFilesLines
* Move portage.best() to portage_versions.Zac Medico2006-07-221-0/+14
| | | | svn path=/main/trunk/; revision=3990
* Add a docstring with epytext markup to portage_versions.pkgcmp(). Thanks to ↵Zac Medico2006-07-171-0/+21
| | | | | | chriswhite for this patch. svn path=/main/trunk/; revision=3913
* Move endversion and endversion_keys to portage_versions and import them for ↵Zac Medico2006-04-231-0/+2
| | | | | | backward compatibility. svn path=/main/trunk/; revision=3202
* Backport of version code rewrite (bug 37406), should be completely backwards ↵Marius Mauch2005-11-131-0/+222
compatible (and the algorithm has been tested on the whole tree multiple times already). Also adds some new features in version syntax like cvs version prefixes (in the same package) and multiple suffixes. svn path=/main/trunk/; revision=2309