summaryrefslogtreecommitdiffstats
path: root/pym/portage/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-2/+2
* Use write_atomic() for manifest updates.Zac Medico2008-04-281-4/+2
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
* remove code for manifest1 supportMarius Mauch2008-02-281-167/+6
* Make the manifest1_compat constructor parameter default to FalseZac Medico2008-02-011-1/+1
* Sort hashes for predictable output from Manifest._createManifestEntries().Zac Medico2007-11-231-0/+1
* Bug #198398 - Enable Manifest generation when there are no hashZac Medico2007-11-181-5/+15
* Make exception strings more informative.Zac Medico2007-11-041-2/+5
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-4/+2
* Short circuit the loop as soon as missing hashes are detected.Zac Medico2007-06-261-2/+2
* Remove more unnecessary list generation.Zac Medico2007-06-211-4/+3
* For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty.Zac Medico2007-05-131-2/+5
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled.Zac Medico2007-02-221-3/+3
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-221-1/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-071-1/+4
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
* Namespace sanitizing, step 2Marius Mauch2007-01-251-24/+24
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+618