Remove "profile" mask support as per PMS 5.2.7.
[portage.git] / pym / portage / package / ebuild / config.py
2011-08-09 Zac MedicoRemove "profile" mask support as per PMS 5.2.7.
2011-07-27 Zac Medicoconfig: fix AttributeError: 'NoneType' errors
2011-06-30 Zac Medicoconfig: filter repo-level make.defaults earlier
2011-06-30 Zac Medicoconfig.setcpv(): simplify repo_env code
2011-06-27 Zac MedicoFix CONFIG_PROTECT breakage from previous commit.
2011-06-27 Zac Medicoconfig: disallow per-package/repo CONFIG_PROTECT
2011-06-21 Zac Medicoconfig: fix repo KeyErrors
2011-06-21 Zac Medicoconfig: repo-level make.defaults/package.use
2011-06-21 Zac Medicoconfig: fix repositories attribute for clone
2011-06-19 Arfrever Frehtes... Bug #370693: Support use.force, package.use.force,...
2011-06-11 Arfrever Frehtes... Fix a typo.
2011-06-06 Zac Medicoconfig: add missing Package import
2011-06-06 Zac MedicoUse Package.UNKNOWN_REPO where appropriate.
2011-06-03 Zac Medicorepository/config: PORTDIR/overlay priority tweak
2011-05-09 Zac Medicoconfig: call _populate_treeVirtuals directly
2011-05-09 Zac Medicodep_check: avoid old-style virtuals code
2011-03-04 Zac Medicoconfig: quote overlays containing spaces
2011-01-31 Zac MedicoDisplay: Simplify mask code for bug #58416.
2011-01-31 Zac MedicogetRawMissingKeywords: ACCEPT_KEYWORDS, not ARCH
2011-01-30 Zac MedicoFix keywords breakage from last 2 commits.
2011-01-30 Brian Dolbecadd getRawMissingKeywords functions
2011-01-30 Brian Dolbecadd a new function to MaskManager that optimizies getti...
2010-12-21 Zac Medico_lazy_vars: fix repo argument for license_manager
2010-12-04 Zac MedicoEAPI 4: Support MERGE_TYPE (bug #347351)
2010-12-04 Zac Medicoconfig.reset: re-initialize _setcpv_args_hash
2010-11-25 Zac Medicoconfig.environ: filter calling env only if mycpv
2010-11-25 Zac Medicofetch: pass full env to fetcher (for proxy vars)
2010-11-24 Zac MedicoRevert use.unsatisfiable support for now.
2010-11-19 Zac MedicoHandle combination of incremental + USE_EXPAND
2010-11-19 Zac MedicoUSE_EXPAND: incremental expand for profiles
2010-11-19 Zac Medicoemerge --info: Fix USE_EXPAND display
2010-11-06 Arfrever Frehtes... Support use.unsatisfiable and package.use.unsatisfiable...
2010-10-15 Arfrever Frehtes... Fix some typos.
2010-10-12 Zac MedicoUse user_location for PORTDIR variable.
2010-10-11 Zac MedicoUse repoUserLocationList for PORTDIR_OVERLAY.
2010-09-30 Sebastian LutherRemove repos.conf handling from package/ebuild/config...
2010-09-27 Sebastian LutherImproved profiles/p.mask handling
2010-09-27 Sebastian Luthermove repository.py to repository/config.py
2010-09-27 Sebastian Lutherreposyntax: Add repo config parser, but don't use confi...
2010-09-27 Sebastian Lutherreposyntax: Add support in config.py
2010-09-16 Zac MedicoBug #337702 - Fix config.load_best_module() to raise...
2010-09-16 Zac MedicoBug #337603 - Fix invalid '/etc/make.profile is not...
2010-09-15 Zac MedicoBug #337180 - Add a --unmatched-removal option for...
2010-09-14 Arfrever Frehtes... Fix some typos.
2010-09-14 Zac MedicoAdd a config.pkeywordsdict property for backward compat...
2010-09-14 Sebastian Lutherconfig: Add KeywordsManager
2010-09-14 Zac MedicoMake config.setinst() and get_virts_p() call getvirtual...
2010-09-13 Sebastian LutherMake sure atoms in profiles follow the profiles EAPI
2010-09-07 Zac MedicoBug #336356 - Fix AttributeError triggered when ebuild...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-02 Zac MedicoAdd backward compatible config.pmaskdict and punmaskdic...
2010-09-02 Zac MedicoBug #335620 - Add backward compatible config.virtuals...
2010-09-02 Zac MedicoAdd a _SANDBOX_COMPAT_LEVEL constant which will be...
2010-09-01 Zac MedicoAdd support to config.setcpv() for caching USE settings...
2010-08-31 Zac MedicoSimplify the vartree constructor usage in config.getvir...
2010-08-31 Zac MedicoBug #335340 - Add support for PORTAGE_BZIP2_COMMAND and
2010-08-31 Zac MedicoBug #326561 - Implement FEATURES=unknown-features-filte...
2010-08-31 Zac MedicoMove FEATURES=unknown-features-warn code to config...
2010-08-29 Sebastian LutherAdd LocationsManager.profile_and_user_locations for...
2010-08-27 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-27 Zac MedicoFix breakage caused ignorance of /etc/portage/{arch...
2010-08-27 Arfrever Frehtes... Fix some typos.
2010-08-27 Zac MedicoFix the config constructor to pass missing parameters...
2010-08-27 Sebastian Lutherconfig: Remove last traces of autouse
2010-08-27 Zac MedicoRemove unused imports.
2010-08-27 Sebastian Lutherconfig: Add special_env_vars
2010-08-27 Sebastian Lutherconfig: Add LocationsManager
2010-08-27 Sebastian Lutherconfig: Add VirtualsManager
2010-08-27 Sebastian Lutherconfig: Add MaskManager
2010-08-27 Sebastian Lutherconfig: Avoid copying _license_manager
2010-08-27 Zac MedicoUse shallow copy for more immutable config attributes.
2010-08-27 Zac MedicoDisable autouse support and add a deprecation warning...
2010-08-27 Zac MedicoUse frozenset for config.usemask and useforce attribute...
2010-08-26 Zac MedicoAdd PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.
2010-08-26 Zac MedicoTweak grammar for unknown-features-warn message.
2010-08-25 Sebastian Lutherconfig: Move handling of USE related config files into...
2010-08-25 Zac MedicoWhen parsing package.env, pass the same tolerant and...
2010-08-24 Zac MedicoImplement LicenseManager.__deepcopy__().
2010-08-24 Sebastian Lutherconfig: Move _prune_incremental to helper
2010-08-24 Sebastian Lutherconfig: Move features_set into its own file
2010-08-24 Sebastian Lutherconfig: Split out LicenseManager and helper
2010-08-24 Zac MedicoMake config.setcpv() trigger regenerate() if the packag...
2010-08-21 Zac MedicoBug #292083 - Support package.accept_keywords in profiles.
2010-08-21 Zac MedicoOmit non-existent files from the config._pkeywords_list
2010-08-21 Zac MedicoMove default ACCEPT_KEYWORDS handling for package.keywo...
2010-08-21 Zac MedicoFix broken reference to portage._validate_cache_for_uns...
2010-08-21 Zac MedicoAdd a wrapper around config.features that provides...
2010-08-21 Zac MedicoWhen stacking incrementals in config.regenerate(),...
2010-08-21 Zac MedicoFix config.setcpv() so it only calls _grab_pkg_env...
2010-08-21 Zac MedicoAt some point we may want to stop exporting FEATURES...
2010-08-21 Zac MedicoBug #44796 - Add support for /etc/portage/package.env...
2010-08-20 Zac MedicoSplit out a _ordered_by_atom_specificity() in order...
2010-08-20 Zac MedicoMake DEPCACHE_PATH relative to EPREFIX, and comment...
2010-08-20 Zac MedicoMake the make.globals path relative to EPREFIX, and...
2010-08-20 Zac MedicoAdd experimental EPREFIX/EROOT support to the config...
2010-08-20 Zac MedicoStop trying to read /etc/make.globals because it's...
2010-08-18 Zac Medico* Replace config._iuse_implicit_re with a callable...
2010-08-18 Zac MedicoBug #312085 - Make config.setcpv() treat USE_EXPAND_HID...
2010-08-16 Zac MedicoAdd support for /etc/portage/package.accept_keywords...
2010-08-16 Zac MedicoFix make.conf code to handle None return value from...
next