summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for the 2.2.26 releasev2.2.26Brian Dolbec2015-11-242-1/+13
* depgraph: autounmask for conditional USE deps (bug 566704)Zac Medico2015-11-242-1/+77
* SyncManager: redirect command stderr to stdout (bug 566132)Zac Medico2015-11-241-0/+7
* portage.sync.modules.cvs.CheckCVSConfig.check_cvs_repo(): Fix "KeyError: 'syn...Arfrever Frehtes Taifersar Arahesis2015-11-241-2/+2
* einstalldocs: use lazy docinto calls (bug 566654)Zac Medico2015-11-231-7/+7
* portage.repository.config.RepoConfigLoader._parse(): Delete unused portdir pa...Arfrever Frehtes Taifersar Arahesis2015-11-231-2/+2
* portage.repository.config.RepoConfigLoader._add_repositories(): Delete unused...Arfrever Frehtes Taifersar Arahesis2015-11-231-4/+2
* portage.repository.config.RepoConfigLoader._parse(): Delete unused ignored_ma...Arfrever Frehtes Taifersar Arahesis2015-11-231-6/+2
* SpawnProcess: re-check cgroup.procs until empty (bug 566420)Zac Medico2015-11-231-3/+28
* SpawnProcess: make _cancel kill all processes in cgroup (bug 566414)Zac Medico2015-11-231-0/+6
* egencache: Fix correct variable for repo_path.Robin H. Johnson2015-11-221-1/+1
* egencache --update-changelogs: Respect GIT_DIRMichał Górny2015-11-221-5/+1
* portage.util.locale: fix python2.7 setlocale ValueError (bug 566372)Zac Medico2015-11-221-1/+3
* portage.util.locale: enable absolute_import (bug 566372)Zac Medico2015-11-211-2/+1
* eapply_user: die if current phase is not src_prepareZac Medico2015-11-181-0/+2
* src_prepare: Do not expect eapply_user in EAPIs not having itMichał Górny2015-11-181-1/+1
* EAPI 6: Fail if eapply_user is not called in src_prepare()Michał Górny2015-11-172-0/+7
* Updates for a releasev2.2.25Brian Dolbec2015-11-173-1/+19
* repoman: Update in_iuse & get_libdir inherit check for EAPI 6Michał Górny2015-11-161-1/+6
* util/locale: Fix IndentationError in check_localeZac Medico2015-11-151-0/+1
* util/locale: Cache check_locale() results for specific localesMichał Górny2015-11-151-9/+21
* Enable EAPI 6Michał Górny2015-11-151-1/+1
* EAPI 6: Enforce posixish LC_CTYPEMichał Górny2015-11-152-4/+32
* EAPI 6: Enforce LC_COLLATE=C in ebuild environmentMichał Górny2015-11-153-2/+33
* Warn if LC_CTYPE does not transform ASCII chars like POSIXMichał Górny2015-11-152-0/+93
* __eapi6_src_prepare: Silence 'declare -p PATCHES' errorsMichał Górny2015-11-141-1/+1
* eapply: Ensure that files are sorted lexicallyMichał Górny2015-11-141-3/+8
* eapply: Fix off-by-one error when parsing optionsMichał Górny2015-11-141-1/+1
* eapply: Fix typoMichał Górny2015-11-141-1/+2
* _emerge.main.emerge_main(): Make locale variables from configuration files af...Arfrever Frehtes Taifersar Arahesis2015-11-131-1/+14
* GenChangeLogs: parallelize remaining git calls, scale linearly (bug 565540)Zac Medico2015-11-131-15/+18
* FindVCS: support optional cwd argumentZac Medico2015-11-131-5/+15
* ebuild: unset all funcs/vars that start with ___Mike Frysinger2015-11-121-1/+3
* ebuild: clear __bashpid & __start_distcc from envMike Frysinger2015-11-121-0/+1
* ebuild: set up bash compat levelsMike Frysinger2015-11-123-1/+51
* bin/phase-helpers: Fix accidental syntax errorMichał Górny2015-11-121-2/+2
* egencache: fix results when GIT_DIR is used in the environment.Robin H. Johnson2015-11-121-8/+22
* eapply: Order files using POSIX localeMichał Górny2015-11-121-0/+1
* eapply: Pass exit status through on non-fatal failuresMichał Górny2015-11-121-4/+6
* eapply_user: Make idempotent per changes to EAPI 6Michał Górny2015-11-121-0/+4
* EAPI 6: Revert support for profile- and repo-level directoriesMichał Górny2015-11-121-1/+1
* eapply: Update default patch argumentsMichał Górny2015-11-121-1/+4
* eapply: Update parameter splitting to match the specMichał Górny2015-11-121-10/+34
* in_iuse: Make fatal in global scopeMichał Górny2015-11-121-0/+1
* Merge branch 'master' of git+ssh://git.gentoo.org/proj/portageBrian Dolbec2015-11-1211-58/+139
|\
| * egencache: Delay updating Manifests until all other tasks completeMichał Górny2015-11-121-23/+23
| * egencache: parallelize --update-changelogs (bug 565540)Zac Medico2015-11-122-6/+23
| * bin/save-ebuild-env.sh: remove bogus __1 function namesZac Medico2015-11-111-1/+1
| * checkbashisms: also flag echo -e/-n usageMike Frysinger2015-11-101-1/+1
| * repos.conf: support sync-hooks-only-on-change attribute (bug 565172)Zac Medico2015-11-104-18/+70