Support FEATURES=force-prefix.
[portage.git] / pym / portage / package / ebuild / config.py
2011-12-08 Zac MedicoSupport FEATURES=force-prefix.
2011-12-08 Zac MedicoMake USE=prefix enable EPREFIX in all EAPIs.
2011-11-26 Zac Medicoconfig: fix make.defaults inherit of make.globals v2.2.0_alpha78
2011-11-18 Zac Medicoconfig: tweak mapping implementation more
2011-11-18 Zac Medicoconfig: centralize mapping impl in _getitem/pop
2011-11-17 Zac MedicoSkip the "resume after portage update" routine.
2011-10-28 Zac Medicoconfig: discard profiles_complex attribute
2011-10-28 Zac MedicoFix mydcfg from last commit.
2011-10-28 Zac Medicoconfig: remove cruft
2011-10-27 Zac MedicoLocationsManager: extensible _profile_node object
2011-10-27 Zac MedicoLocationsManager.load_profiles: realpath repos
2011-10-25 Brian Harringadd profile-formats portage-1 awareness and enforcement
2011-10-25 Brian HarringTrack profile format, and if compatibility mode is...
2011-10-18 Zac Medico/etc/portage/modules: warn about metadata_overlay v2.2.0_alpha69
2011-10-18 Zac Medicoload_best_module: tweak metadata_overlay fallback
2011-10-17 Zac Medicoportdbapi: fix volatile cache handling
2011-10-15 Zac Medicofrozenset categories optimize pordbapi.cp_list()
2011-10-14 Brian Harringlayout.conf: make the pregenerated cache format control...
2011-09-17 Zac Medicoconfig: quote PORTDIR_OVERLAY paths more
2011-09-12 Zac Medicoconfig: set USERLAND if unset
2011-08-13 Zac Medicoconfig: blacklist vars loaded from profile.env
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
next