aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bulk move of repoman to it's own namespace for better packagingBrian Dolbec2016-05-141-43/+0
* qa-checks: executable-issues: improve logic & outputMike Frysinger2016-05-121-9/+9
* qa-checks: change "herd" to "maintainer"Mike Frysinger2016-05-122-3/+3
* qa: gcc-warnings: force text mode w/grepMike Frysinger2016-05-111-2/+4
* portageq: Case-insensitive match maintainer emailsGöktürk Yüksek2016-04-221-2/+2
* egencache --write-timestamp: use write_atomic (bug 577126)Zac Medico2016-03-121-3/+3
* eapply_user: allow empty directories (bug 573920)Jason A. Donenfeld2016-03-081-1/+6
* bin/portageq: remove the herd matcher per GLEP 67Göktürk Yüksek2016-03-061-18/+0
* bin/portageq: add 'match_orphaned' to the non_commands listGöktürk Yüksek2016-03-061-1/+1
* bin/portageq: add a matcher to match the orphaned (maintainer-needed) packagesGöktürk Yüksek2016-03-051-0/+13
* bin/*-functions.sh: remove unnecessary sleep loopsZac Medico2016-02-242-7/+2
* isolated-functions.sh: Output error message for nofatal die.Ulrich Müller2016-01-291-5/+6
* Print WORKDIR & D sizes in build logsMichał Górny2016-01-151-0/+9
* INSTALL_MASK: enable matching of broken symlinks (bug 570530)Zac Medico2016-01-011-1/+2
* Move QA_PREBUILT handling into src_install()Michał Górny2015-12-202-25/+27
* Revert "portage.repository.config: Clean reading of repository (...) "Michał Górny2015-12-132-6/+2
* Revert "ebuild: Set PORTAGE_REPOSITORIES instead of deprecated PORTDIR_OVERLAY."Michał Górny2015-12-131-17/+21
* Revert "ebuild: Rename some variables."Michał Górny2015-12-131-14/+14
* Revert unreviewed and breaking changes done by ArfreverMichał Górny2015-12-092-14/+8
* portage.repository.config.RepoConfig: Support location with trailing whitespa...Arfrever Frehtes Taifersar Arahesis2015-12-092-8/+14
* egencache: Delete support for deprecated --portdir and --portdir-overlay opti...Arfrever Frehtes Taifersar Arahesis2015-12-081-19/+1
* ebuild: Rename some variables.Arfrever Frehtes Taifersar Arahesis2015-12-081-14/+14
* ebuild: Set PORTAGE_REPOSITORIES instead of deprecated PORTDIR_OVERLAY.Arfrever Frehtes Taifersar Arahesis2015-12-081-21/+17
* bin/socks5-server.py: Fix DeprecationWarning with Python >=3.4.4.Arfrever Frehtes Taifersar Arahesis2015-12-081-1/+8
* portage.repository.config: Clean reading of repository names and drop support...Arfrever Frehtes Taifersar Arahesis2015-12-082-2/+6
* ebuild: Move imports to the top.Arfrever Frehtes Taifersar Arahesis2015-12-011-10/+7
* ebuild: Do not catch unexpected KeyErrors from aux_get().Arfrever Frehtes Taifersar Arahesis2015-12-011-2/+3
* portageq envvar: Return 1 for any nonexistent variable.Arfrever Frehtes Taifersar Arahesis2015-11-251-3/+13
* einstalldocs: use lazy docinto calls (bug 566654)Zac Medico2015-11-231-7/+7
* 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
* 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
* __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
* GenChangeLogs: parallelize remaining git calls, scale linearly (bug 565540)Zac Medico2015-11-131-15/+18
* 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
* 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