aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-4/+22
* Package: move SLOT validation to _pkg_strZac Medico2012-06-101-14/+9
* Add a _get_slot_re() function.Zac Medico2012-06-101-2/+2
* Package: use _eapi_attrsZac Medico2012-06-101-3/+4
* Package: calc visiblity on demandZac Medico2012-06-031-15/+34
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-131-10/+7
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-131-7/+7
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-5/+7
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-121-3/+4
* Replace @returns with @return.Zac Medico2012-03-271-2/+2
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-4/+4
* Package: remove unused profile.system mask typeZac Medico2011-08-081-1/+0
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-5/+0
* Package.use: share identical frozenset instancesZac Medico2011-06-261-4/+12
* Package: add use.expand/expand_hidden attributesZac Medico2011-06-261-1/+20
* MergeListItem: fix "unknown repo" displayZac Medico2011-06-051-1/+2
* Package: add new _gen_hash_key methodZac Medico2011-05-221-6/+39
* Task: precalculate _hash_valueZac Medico2011-05-191-0/+1
* Task: remove unnecessary _get_hash_key() methodZac Medico2011-05-191-4/+1
* Package: precalculate _hash_keyMarat Radchenko2011-05-191-11/+9
* 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