aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reformat to use spaces instead of tabs. Also, use blackWolfgang E. Sanyer2021-09-19530-111542/+127340
* Include INHERIT value in generated cacheMichał Górny2021-09-102-2/+2
* Remove UNUSED* auxdbkeysMichał Górny2021-09-103-7/+3
* Switch internal metadata to key=value formatMichał Górny2021-09-101-6/+9
* Remove deprecated dbkey support from doebuild/ebuild.shMichał Górny2021-09-101-19/+3
* Extend setuptools warning regexpMichał Górny2021-09-081-1/+1
* Revert "Warn if portage home directory is missing"Michał Górny2021-09-071-9/+0
* Warn if portage home directory is missingJames Stevenson2021-09-041-0/+9
* post_emerge: Display all preserved libs with --verboseMichał Górny2021-09-032-5/+8
* dispatch-conf: Add support for conf-update.d hook directoryFlorian Schmaus2021-08-222-0/+26
* util: add portage.util.hooks.get_hooks_from_dir()Florian Schmaus2021-08-223-14/+34
* emerge: Sort USE flags in output using combined alnum sortMichał Górny2021-08-071-2/+19
* Ignore version normalization warnings from setuptoolsMichał Górny2021-08-051-1/+10
* fetch: Fix AttributeError when no URL specifiedMichał Górny2021-06-201-2/+2
* OwnerSet: fix inverted exclude_paths conditionZac Medico2021-06-181-1/+1
* OwnerSet: handle missing or empty exclude-files parameter (bug 796584)Zac Medico2021-06-181-2/+2
* Revert "PORTAGE_NICENESS: Consider autogroup scheduling"Zac Medico2021-06-171-45/+3
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-141-3/+45
* Revert "PORTAGE_NICENESS: Consider autogroup scheduling"Zac Medico2021-06-131-33/+3
* PORTAGE_NICENESS: fix atexit ResourceWarning: unclosed fileZac Medico2021-06-131-1/+1
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-131-3/+33
* Use an explicit empty dir for pkg_* phases [WIP]Michał Górny2021-06-112-1/+9
* Support GLEP 75 in PORTAGE_RO_DISTDIRS size checkDaniel M. Weeks2021-06-051-2/+6
* Support GLEP 75 layout in GENTOO_MIRRORSDaniel M. Weeks2021-06-051-1/+1
* Support GLEP 75 layout in PORTAGE_RO_DISTDIRSDaniel M. Weeks2021-06-051-5/+14
* Emit QA notices for setuptools warningsMichał Górny2021-05-311-0/+14
* lib/portage/_sets/dbapi.py: add glob support to exclude-files parameter cnf/s...Dave Hughes2021-05-231-0/+6
* unmerge: Remove vartree aliasFelix Bier2021-05-231-5/+4
* unmerge: Reuse helper variable quietFelix Bier2021-05-231-3/+2
* unmerge: Add tests for unmerge orderFelix Bier2021-05-231-0/+179
* Sort emerge --unmerge order for determinismFelix Bier2021-05-232-1/+6
* Change _shell_quote to handle more special charactersFelix Bier2021-05-232-1/+48
* Add unit tests for _shell_quoteFelix Bier2021-05-231-0/+79
* env-update: skip PATH in systemd user environment definitionFlorian Schmaus2021-05-231-0/+5
* Enable EAPI 8Michał Górny2021-05-231-1/+1
* Initial IDEPEND support (for EAPI 8)Michał Górny2021-05-2311-19/+31
* Support selective fetch restriction in emirrordistMichał Górny2021-05-231-29/+39
* Support selective fetch/mirror restriction for EAPI 8Michał Górny2021-05-233-4/+26
* Refactor fetch() for selective restrictionsMichał Górny2021-05-231-28/+26
* Relax update filenames as permitted for EAPI 8Michał Górny2021-05-231-11/+6
* emerge --fetch and regenworld: Respect EMERGE_LOG_DIR settingJames Stevenson2021-05-231-6/+21
* Implement PROPERTIES=test_network and ALLOW_TESTMichał Górny2021-05-194-12/+30
* emerge --fetchonly --quiet: use emerge-fetch.log when writable (bug 285614)James Stevenson2021-05-162-6/+23
* emerge: Fail with helpful message when --jobs=""Marco Sirabella2021-05-081-1/+1
* PipeLogger: handle FileNotFoundError when cancelled during _startZac Medico2021-05-011-10/+25
* _run_pkg_pretend: Use async and await syntaxZac Medico2021-05-011-14/+12
* _run_pkg_pretend: raise asyncio.CancelledError when terminatedZac Medico2021-05-011-1/+5
* portage/tests: Be a bit more fancy with argparserMarco Sirabella2021-04-241-6/+9
* portage/tests: Use pathlib for path handlingMarco Sirabella2021-04-241-26/+21
* tests: Remove unused assertExists helperMarco Sirabella2021-04-241-16/+0