summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-5/+11
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* Make sure to fetch files if MANIFEST2_REQUIRED_HASH is missing.Zac Medico2007-02-061-0/+1
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
* Ensure that the code for bug #165342 only affects name collisions with virtuals.Zac Medico2007-02-051-2/+4
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only t...Zac Medico2007-02-051-2/+12
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* Make the tests pass.Zac Medico2007-02-031-1/+1
* For bug #165065, use the proper RESTRICT setting when fetching files in diges...Zac Medico2007-02-031-9/+19
* grrr I thought I removed thisAlec Warner2007-02-021-4/+0
* remove redundant directory nowAlec Warner2007-02-0221-1/+1
* For bug #153109, replace our old chflags module with the one provided by the ...Zac Medico2007-02-011-28/+13
* A somewhat more intelligent layout, move tests into portaage namespace so we ...Alec Warner2007-02-0123-0/+643
* fix doc typo; more test fiddlingAlec Warner2007-02-011-2/+2
* Round one of dep_getusedeps()Alec Warner2007-02-011-1/+31
* Don't use os.path.isdir() because it can swallow errors related to filesystem...Zac Medico2007-01-311-2/+8
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...Zac Medico2007-01-271-3/+6
* Fix automatic path detection to account for new locationMarius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 5Marius Mauch2007-01-251-4/+4
* Fix some breakage caused by script malfunctionMarius Mauch2007-01-252-2/+2
* Namespace sanitizing, step 3Marius Mauch2007-01-2520-79/+79
* Namespace sanitizing, step 2bMarius Mauch2007-01-258-16/+16
* Namespace sanitizing, step 2Marius Mauch2007-01-2517-304/+304
* Namespace sanitizing, step 1Marius Mauch2007-01-2546-0/+16992