summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/config.py
Commit message (Expand)AuthorAgeFilesLines
* config: fix /etc/portage/make.profile error msgZac Medico2012-05-151-5/+20
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-4/+6
* Fix handling of empty PORTDIR{,_OVERLAY} setting.Zac Medico2012-05-111-2/+2
* Avoid redundant layout.conf parsing.Zac Medico2012-05-111-1/+1
* config: load repositories before profileZac Medico2012-05-111-5/+19
* config: propagate SYNC to self.repositoriesZac Medico2012-05-111-2/+6
* config: use shlex to split known_reposZac Medico2012-05-111-3/+3
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-3/+0
* config: populate expand map with profile.envZac Medico2012-04-051-4/+4
* Don't use varexpand for profile.env, bug #410625.v2.2.0_alpha99Zac Medico2012-04-021-1/+1
* Handle missing os.setgroups for PyPy.Zac Medico2012-02-131-0/+17
* config.setcpv(): use dbapi._aux_cache_keysZac Medico2011-12-221-1/+4
* config: use frozenset for _constant_keys lookupZac Medico2011-12-131-11/+14
* Remove _SANDBOX_COMPAT_LEVEL.Zac Medico2011-12-101-4/+0
* config: init data/output modules in constructorZac Medico2011-12-101-0/+5
* config: skip unneeded constructor code for clonesZac Medico2011-12-101-4/+4
* Make eprefix=None params map to const.EPREFIXZac Medico2011-12-101-2/+2
* config.environ: allow prefix vars if no EAPIZac Medico2011-12-101-2/+2
* config: set PORTAGE_OVERRIDE_EPREFIX for subprocsZac Medico2011-12-091-0/+5
* config: make eprefix constructor parameter publicZac Medico2011-12-091-7/+3
* config: constructor default portage.const.EPREFIXZac Medico2011-12-091-1/+2
* Auto-generate PORTAGE_GRP/USERNAME for prefix.Zac Medico2011-12-091-0/+20
* Auto-generate PORTAGE_INST_GID/UID for prefix.Zac Medico2011-12-091-4/+20
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-081-3/+3
* make.globals: use ${EPREFIX} for PORTDIR, etc...Zac Medico2011-12-081-0/+3
* Support FEATURES=force-prefix.Zac Medico2011-12-081-10/+7
* Make USE=prefix enable EPREFIX in all EAPIs.Zac Medico2011-12-071-2/+11
* config: fix make.defaults inherit of make.globalsv2.2.0_alpha78Zac Medico2011-11-251-22/+23
* config: tweak mapping implementation moreZac Medico2011-11-171-2/+4
* config: centralize mapping impl in _getitem/popZac Medico2011-11-171-15/+21
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-6/+11
* config: discard profiles_complex attributeZac Medico2011-10-281-6/+5
* Fix mydcfg from last commit.Zac Medico2011-10-271-0/+1
* config: remove cruftZac Medico2011-10-271-13/+16
* LocationsManager: extensible _profile_node objectZac Medico2011-10-271-2/+4
* LocationsManager.load_profiles: realpath reposZac Medico2011-10-271-1/+1
* add profile-formats portage-1 awareness and enforcementBrian Harring2011-10-251-34/+42
* Track profile format, and if compatibility mode is in use.Brian Harring2011-10-251-0/+1
* /etc/portage/modules: warn about metadata_overlayv2.2.0_alpha69Zac Medico2011-10-181-2/+9
* load_best_module: tweak metadata_overlay fallbackZac Medico2011-10-171-6/+9
* portdbapi: fix volatile cache handlingZac Medico2011-10-171-1/+5
* frozenset categories optimize pordbapi.cp_list()Zac Medico2011-10-151-2/+4
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-1/+0
* config: quote PORTDIR_OVERLAY paths moreZac Medico2011-09-161-2/+2
* config: set USERLAND if unsetZac Medico2011-09-111-0/+13
* config: blacklist vars loaded from profile.envZac Medico2011-08-131-0/+11
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-0/+3
* config: fix AttributeError: 'NoneType' errorsZac Medico2011-07-271-1/+1
* config: filter repo-level make.defaults earlierZac Medico2011-06-301-4/+5
* config.setcpv(): simplify repo_env codeZac Medico2011-06-291-4/+2