config: source make.conf only once if samefile
[portage.git] / pym / portage / package / ebuild / config.py
2012-09-20 Zac Medicoconfig: source make.conf only once if samefile
2012-09-20 Zac MedicoMAKE_CONF_FILE: refer to /etc/portage/make.conf
2012-09-20 Zac Medicoconfig: _eapi_cache.clear() beginning constructor
2012-09-14 Zac MedicoRefactor FEATURES=test USE logic. v2.2.0_alpha128
2012-09-13 Zac MedicoBind FEATURES=-test to USE=-test for bug #373209.
2012-09-13 Zac MedicoFEATURES=test: test flag respect IUSE_FFECTIVE
2012-09-12 Zac MedicoPrefer /etc/portage/make.profile. v2.2.0_alpha126
2012-08-30 Zac Medicoconfig.setcpv: fix early ret for IUSE_EFFECTIVE
2012-08-29 Zac MedicoEAPI 5: EBUILD_PHASE_FUNC variable
2012-08-29 Zac MedicoEAPI 5: Profile IUSE injection
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-08-23 Zac Medicoconfig: _eapi_cache.clear() after setcpv
2012-08-23 Zac Medicoread_corresponding_eapi_file: cache results
2012-06-12 Zac Medicoconfig: pass tolerant param to getconfig more
2012-06-02 Zac Medicoconfig: lazy VirtualsManager instantiation
2012-06-01 Zac Medicoconfig: lazy MaskManager instantiation
2012-06-01 Zac Medicoconfig: lazy KeywordsManager instantiation
2012-05-16 Zac Medicoconfig: fix /etc/portage/make.profile error msg
2012-05-13 Zac Medico_pkg_str: add slot and repo attributes
2012-05-12 Zac MedicoFix handling of empty PORTDIR{,_OVERLAY} setting.
2012-05-11 Zac MedicoAvoid redundant layout.conf parsing.
2012-05-11 Zac Medicoconfig: load repositories before profile
2012-05-11 Zac Medicoconfig: propagate SYNC to self.repositories
2012-05-11 Zac Medicoconfig: use shlex to split known_repos
2012-05-09 Zac MedicoParse EAPI with pattern from PMS section 7.3.1.
2012-04-05 Zac Medicoconfig: populate expand map with profile.env
2012-04-03 Zac MedicoDon't use varexpand for profile.env, bug #410625. v2.2.0_alpha99
2012-02-13 Zac MedicoHandle missing os.setgroups for PyPy.
2011-12-22 Zac Medicoconfig.setcpv(): use dbapi._aux_cache_keys
2011-12-13 Zac Medicoconfig: use frozenset for _constant_keys lookup
2011-12-11 Zac MedicoRemove _SANDBOX_COMPAT_LEVEL.
2011-12-10 Zac Medicoconfig: init data/output modules in constructor
2011-12-10 Zac Medicoconfig: skip unneeded constructor code for clones
2011-12-10 Zac MedicoMake eprefix=None params map to const.EPREFIX
2011-12-10 Zac Medicoconfig.environ: allow prefix vars if no EAPI
2011-12-10 Zac Medicoconfig: set PORTAGE_OVERRIDE_EPREFIX for subprocs
2011-12-10 Zac Medicoconfig: make eprefix constructor parameter public
2011-12-10 Zac Medicoconfig: constructor default portage.const.EPREFIX
2011-12-09 Zac MedicoAuto-generate PORTAGE_GRP/USERNAME for prefix.
2011-12-09 Zac MedicoAuto-generate PORTAGE_INST_GID/UID for prefix.
2011-12-09 Zac MedicoEnable PORTAGE_GRPNAME/USERNAME in make.conf.
2011-12-08 Zac Medicomake.globals: use ${EPREFIX} for PORTDIR, etc...
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...
next