aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repoman: remove most old-style virtual checksZac Medico2011-05-011-1/+2
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-311-15/+16
* fix the problem of mixing "**" and ebuild keywords for only some archsBrian Dolbec2011-01-301-1/+6
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
* Use the new _getRawMissingKeyword() which optimizes the keyword display. Misc...Brian Dolbec2011-01-301-13/+13
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-301-23/+6
* optimize isHardMasked() a little moreBrian Dolbec2011-01-301-5/+2
* Move most of the code to _emerge's Package object. Refine the hardmasking cod...Brian Dolbec2011-01-301-0/+45
* depgraph: prefer highest priority repo more oftenZac Medico2011-01-021-0/+7
* Package.operation: eliminate duplicate codeZac Medico2010-12-221-9/+5
* Package: Use IUSE to validate built USEZac Medico2010-12-041-0/+8
* Add Package.use.force/mask attributes.Zac Medico2010-11-201-10/+57
* Fix 'repository' KeyError in Package constructor.Zac Medico2010-10-051-1/+1
* Ensure valid Package.metadata['repository'].Zac Medico2010-10-051-6/+7
* Ensure that Package.repo is always valid.Zac Medico2010-10-051-1/+4
* Clean up repo handling for depgraph pkg_cache.Zac Medico2010-10-041-1/+7
* Omit repo from mtimedb resume mergelist entries since the formatZac Medico2010-09-271-0/+10
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-5/+11
* Make Package __str__ and __unicode__ methods more like DependencyArg.Zac Medico2010-09-161-1/+9
* In Package._validate_deps(), force unicode format string inZac Medico2010-09-141-1/+4
* Make Package._metadata_exception() use unicode format strings in orderZac Medico2010-09-141-3/+14
* Only initialize Package.inherited to an empty set when it is None.Zac Medico2010-09-141-1/+2
* Ensure that Package.inherited is always initialized, even if there is noZac Medico2010-09-141-0/+1
* Make Package.metadata.defined_phases return all possible phases whenZac Medico2010-09-091-1/+11
* Fix Package._validate_deps() to pass matchall=True to use_reduce().Zac Medico2010-08-271-4/+4
* Use InvalidDependString import instead ofZac Medico2010-08-271-6/+6
* Use Package._metadata_exception() to handle invalid LICENSE, PROPERTIES,Zac Medico2010-08-271-12/+22
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-22/+25
* Bug #334365 - Selectively ignore invalid metadata of installed packagesZac Medico2010-08-261-5/+17
* Bug #334365 - When depgraph.display_problems() shows the messageZac Medico2010-08-261-11/+20
* Fix Package._visible() to mask installed packages with invalid metadata.Zac Medico2010-08-261-1/+3
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-1/+12
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-37/+4
* Use EAPI.incompatible repoman category for REQUIRED_USE setting inZac Medico2010-08-251-1/+1
* Make Package._validate_deps() use check_required_use() to validateZac Medico2010-08-251-5/+15
* Make Package._validate_deps() check USE conditionals in SRC_URI.Zac Medico2010-08-251-1/+2
* Bug #334365 - Mask packages with invalid metadata as early as possible,Zac Medico2010-08-251-3/+63
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-6/+6
* Pass is_valid_flag to use_reduce if possibleSebastian Luther2010-08-161-1/+2
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-161-1/+1
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-1/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+2
* Implement use dependency defaultsSebastian Luther2010-08-131-1/+1
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-111-1/+5
* Make sure we don't allow IUSE defaults in EAPIs that don't allow themSebastian Luther2010-08-111-0/+5
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-6/+5
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-1/+1
* Add special handling for updates of Package.metadata['USE'], so thatZac Medico2010-06-011-3/+15
* Add a Package.copy() method.Zac Medico2010-06-011-2/+9
* Make depgraph._serialize_tasks show a debug message when itZac Medico2010-05-301-4/+2