EAPI="4-python" and EAPI="5-progress": Add support for use.aliases and package.use...
[portage.git] / pym / _emerge / Package.py
2012-11-15 Arfrever Frehtes... EAPI="4-python" and EAPI="5-progress": Add support...
2012-09-26 Zac MedicoUse constants for hardcoded *DEPEND lists.
2012-09-25 Zac Medicorepoman: rename most *DEPEND.* to dependency.*
2012-09-24 Ambroz BizjakAdd experimental EAPI 5-hdepend support.
2012-09-16 Zac Medicorepoman: reject "built" slot-operator atoms
2012-08-29 Zac MedicoRename slot-abi stuff to refer to slot-operator.
2012-08-29 Zac MedicoEAPI 5: Profile IUSE injection
2012-08-28 Zac MedicoPackage: skip REQUIRED_USE validation if built
2012-08-27 Zac MedicoEAPI 5: REQUIRED_USE at-most-one-of ?? operator
2012-08-25 Zac MedicoEAPI 5 stable use.mask/force for bug #431078
2012-08-25 Zac Medico_pkg_str: pass in config + metadata with KEYWORDS
2012-06-23 Zac MedicoPackage: save validated_atoms as tuple
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-11 Zac MedicoPackage: move SLOT validation to _pkg_str
2012-06-11 Zac MedicoAdd a _get_slot_re() function.
2012-06-11 Zac MedicoPackage: use _eapi_attrs
2012-06-04 Zac MedicoPackage: calc visiblity on demand
2012-05-13 Zac Medico_pkg_str: validate repo (move code from Package)
2012-05-13 Zac Medico_pkg_str: add version attribute for comparisons
2012-05-13 Zac Medico_pkg_str: add slot and repo attributes
2012-05-12 Zac Medicomatch_from_list: handle Package.UNKNOWN_REPO
2012-03-27 Zac MedicoReplace @returns with @return.
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-08-09 Zac MedicoPackage: remove unused profile.system mask type
2011-08-09 Zac MedicoRemove "profile" mask support as per PMS 5.2.7.
2011-06-27 Zac MedicoPackage.use: share identical frozenset instances
2011-06-27 Zac MedicoPackage: add use.expand/expand_hidden attributes
2011-06-05 Zac MedicoMergeListItem: fix "unknown repo" display
2011-05-22 Zac MedicoPackage: add new _gen_hash_key method
2011-05-20 Zac MedicoTask: precalculate _hash_value
2011-05-20 Zac MedicoTask: remove unnecessary _get_hash_key() method
2011-05-20 Marat RadchenkoPackage: precalculate _hash_key
2011-05-01 Zac Medicorepoman: remove most old-style virtual checks
2011-01-31 Zac MedicoDisplay: Simplify mask code for bug #58416.
2011-01-30 Brian Dolbecfix the problem of mixing "**" and ebuild keywords...
2011-01-30 Arfrever Frehtes... Fix a typo.
2011-01-30 Brian DolbecUse the new _getRawMissingKeyword() which optimizes...
2011-01-30 Brian Dolbecadd a new function to MaskManager that optimizies getti...
2011-01-30 Brian Dolbecoptimize isHardMasked() a little more
2011-01-30 Brian DolbecMove most of the code to _emerge's Package object....
2011-01-03 Zac Medicodepgraph: prefer highest priority repo more often
2010-12-22 Zac MedicoPackage.operation: eliminate duplicate code
2010-12-05 Zac MedicoPackage: Use IUSE to validate built USE
2010-11-21 Zac MedicoAdd Package.use.force/mask attributes.
2010-10-06 Zac MedicoFix 'repository' KeyError in Package constructor.
2010-10-06 Zac MedicoEnsure valid Package.metadata['repository'].
2010-10-05 Zac MedicoEnsure that Package.repo is always valid.
2010-10-04 Zac MedicoClean up repo handling for depgraph pkg_cache.
2010-09-27 Zac MedicoOmit repo from mtimedb resume mergelist entries since...
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-16 Zac MedicoMake Package __str__ and __unicode__ methods more like...
2010-09-15 Zac MedicoIn Package._validate_deps(), force unicode format string in
2010-09-15 Zac MedicoMake Package._metadata_exception() use unicode format...
2010-09-14 Zac MedicoOnly initialize Package.inherited to an empty set when...
2010-09-14 Zac MedicoEnsure that Package.inherited is always initialized...
2010-09-09 Zac MedicoMake Package.metadata.defined_phases return all possibl...
2010-08-27 Zac MedicoFix Package._validate_deps() to pass matchall=True...
2010-08-27 Zac MedicoUse InvalidDependString import instead of
2010-08-27 Zac MedicoUse Package._metadata_exception() to handle invalid...
2010-08-27 Zac MedicoAdd a IUSE.missing repoman category for packages that...
2010-08-27 Zac MedicoBug #334365 - Selectively ignore invalid metadata of...
2010-08-27 Zac MedicoBug #334365 - When depgraph.display_problems() shows...
2010-08-27 Zac MedicoFix Package._visible() to mask installed packages with...
2010-08-26 Zac MedicoMake the Atom class add 'EAPI.incompatible' category...
2010-08-26 Sebastian LutherLet use_reduce and Atom do EAPI checks
2010-08-26 Zac MedicoUse EAPI.incompatible repoman category for REQUIRED_USE...
2010-08-26 Zac MedicoMake Package._validate_deps() use check_required_use...
2010-08-26 Zac MedicoMake Package._validate_deps() check USE conditionals...
2010-08-26 Zac MedicoBug #334365 - Mask packages with invalid metadata as...
2010-08-18 Zac Medico* Replace config._iuse_implicit_re with a callable...
2010-08-16 Sebastian LutherPass is_valid_flag to use_reduce if possible
2010-08-16 Sebastian Lutherportage.dep.use_reduce: Better validation of use flags...
2010-08-15 Zac MedicoMake DoebuildSpawnTestCase instantiate a minimal Packag...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of flatten...
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-11 Sebastian LutherMake sure we don't allow REQUIRED_USE in EAPIs that...
2010-08-11 Sebastian LutherMake sure we don't allow IUSE defaults in EAPIs that...
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-06-01 Zac MedicoAdd special handling for updates of Package.metadata...
2010-06-01 Zac MedicoAdd a Package.copy() method.
2010-05-30 Zac MedicoMake depgraph._serialize_tasks show a debug message...
2010-05-25 Sebastian LutherAdd _emerge.Package.iuse.get_missing_iuse to return...
2010-05-25 Sebastian Luther_emerge.Package.iuse.is_valid_flags should return a...
2010-05-25 Sebastian LutherAllow _emerge.Package.iuse.is_valid_flag() to take...
2010-05-21 Sebastian Luther_emerge.Package.__str__(): handle operation==uninstall
2010-05-20 Sebastian LutherAdd _emerge.Package.__str__() for nicer output formatting
2010-04-28 Zac MedicoAdd a Package.iuse.is_valid_flag() method to replace...
2010-03-30 Sebastian LutherAdd DEFINED_PHASES to the dbapi caches and _emerge...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-19 Zac MedicoUse isvalidatom to validate PROVIDE entries.
2010-02-15 Zac MedicoCache BUILD_TIME in Package.metadata.
2009-11-21 Zac MedicoOptimized the code for bug #288083 and make it handle... v2.2_rc51
2009-11-12 Zac MedicoBug #292820 - Make the Package constructor handle inval...
2009-09-29 Arfrever Frehtes... Fix SyntaxError with Python 3 added in r14462.
2009-09-29 Zac MedicoRevert the rest of r14280 since it seems that dict...
2009-09-29 Zac MedicoAdd back _PackageMetadataWrapper__setitem__, removed...
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
next