summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Move endversion and endversion_keys to portage_versions and import them for b...Zac Medico2006-04-232-11/+6
* Move portage.global_updates() invocation out of portage.py and into emerge/fi...Zac Medico2006-04-231-7/+8
* Fix FileNotFound error when ignoreMissing=True for bug #130928.Zac Medico2006-04-231-4/+9
* Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS.Zac Medico2006-04-231-1/+1
* Remove bogus "size" manifest entries reported by vapier.Zac Medico2006-04-231-2/+3
* Fix partial download size calculation for bug #116796.Zac Medico2006-04-211-6/+21
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-1/+7
* Implement portage.config.get() in order to provide more of the standard mappi...Zac Medico2006-04-211-2/+7
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...Zac Medico2006-04-201-1/+2
* Implement portage.config.setdefault() in order to provide more of the standar...Zac Medico2006-04-181-0/+8
* Ignore ENOENT errors when $FILESDIR doesn't exist. Thanks to Christian Heim ...Zac Medico2006-04-171-4/+10
* Avoid rewritting the Manifest whenever possible by comparing the existing man...v2.1_pre9Zac Medico2006-04-171-70/+154
* touchup emerge --help: reorder and wrap lines. credit goes to Benno Schulenbe...Simon Stelling2006-04-161-41/+44
* sync short options with the rest of emerge --help; bug 124489Simon Stelling2006-04-161-1/+1
* Override LazyItemsDict.update() so that it works correctly with other instanc...Zac Medico2006-04-151-2/+10
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
* Add singleton support to LazyItemsDict to make it easier to use with arbitrar...Zac Medico2006-04-152-28/+25
* Catch fetch_check FileNotFound exceptions for bug #129962.Zac Medico2006-04-141-1/+6
* Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for t...Zac Medico2006-04-141-5/+8
* Preserve the mysettings["SLOT"] for bug #129720.Zac Medico2006-04-141-2/+2
* Fix a typo from the last revision.Zac Medico2006-04-141-1/+1
* Fix collision-protect logic so the correct cpv is used for slot comparison.Zac Medico2006-04-141-1/+1
* Add an initial_items parameter to the LazyItemsDict constructor in order to f...Zac Medico2006-04-142-9/+7
* Fix digestcheck logic for bug #129839.Zac Medico2006-04-132-27/+30
* Fix manifest/digest generation logic for bug #129737.Zac Medico2006-04-132-32/+35
* Use LazyItemsDict to avoid a vdb scan during portage import when autouse is e...Zac Medico2006-04-121-1/+19
* Use cannonical paths for portdb.portrees to ensure that, given pkgdir, Fetchl...Zac Medico2006-04-121-3/+4
* Create a generic portage_util.LazyItemsDict and use it for lazy initializatio...Zac Medico2006-04-122-46/+58
* Fix LazyDatabasesDict so that databases only need to be created once.Zac Medico2006-04-111-0/+1
* Make qmerge imply noclean for bug #129559.Zac Medico2006-04-111-0/+3
* Implement lazy construction of global databases db[root]["porttree"] and db[r...Zac Medico2006-04-111-4/+27
* Support EBUILD_PHASE during more phases for bug #129244.Zac Medico2006-04-111-0/+2
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-0/+2
* Remove dead code from portage.digestcheck().Zac Medico2006-04-111-86/+0
* Remove the "db" parameter from digestcheck() because it's not needed.Zac Medico2006-04-111-3/+1
* Remove the "db" parameter from digestParseFile() because it's not needed.Zac Medico2006-04-111-3/+2
* Remove the "db" parameter from digestgen() because it's not needed.Zac Medico2006-04-111-4/+1
* Fix FetchlistDict.keys() so it does the same porttrees trick as __getitem__.Zac Medico2006-04-111-1/+8
* Fix FetchlistDict so usage of global portdb leaves portdb.porttrees intact.Zac Medico2006-04-111-7/+11
* Ensure that binarytree.populate is called even when the first access isJason Stubbs2006-04-101-0/+7
* Add docstrings for FetchlistDict.Zac Medico2006-04-101-1/+9
* Simplify the porttrees logic for FetchlistDict.Zac Medico2006-04-101-5/+2
* Remove unnecessary calls to dict.keys() from portage_manifest.Zac Medico2006-04-101-7/+7
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-102-9/+28
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-102-31/+29
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-092-13/+35
* Remove dead code from portage.digestParseFile().Zac Medico2006-04-091-30/+0
* Encapsulate type guessing logic in a new Manifest method.Zac Medico2006-04-092-9/+14
* For compatibility, return a tuple of 3 when an OSError is raised in portage_c...Zac Medico2006-04-091-1/+1
* Move mf.create out of a loop because it should only need to be called once.Zac Medico2006-04-091-1/+1