aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tox.ini: drop lxml depSam James2022-05-191-1/+0
* runtests: update supported impls list (move py3.10, add py3.11 to testing)Sam James2022-05-191-2/+2
* tox.ini, .github: test on available Python 3.11 versionsSam James2022-05-192-1/+2
* portageq: egrep -> grep -ESam James2022-05-151-1/+1
* bin/install-qa-check.d/60pkgconfig: egrep -> grep -ESam James2022-05-151-2/+2
* bin/install-qa-check.d/05prefix: egrep -> grep -ESam James2022-05-151-1/+1
* install-qa-check.d/60pkgconfig: add QA_PKGCONFIG_VERSIONMike Gilbert2022-05-071-17/+26
* Remove remnants of SIGNED_OFF_BYMatt Turner2022-05-023-13/+0
* repoman: RemoveMatt Turner2022-05-02171-15135/+32
* ebegin/eend: accept properly nested calls in different functionsThomas Bracht Laumann Jespersen2022-04-282-5/+21
* install-qa-check.d/10ignored-flags: sync check with other examples (cosmetic)Sam James2022-04-281-2/+3
* man/make.conf.5: Document default MAKEOPTS behaviourMatthew Smith2022-04-241-0/+1
* MiscFunctionsProcess: use a separate SANDBOX_LOGMike Gilbert2022-04-221-0/+11
* MergeProcess: propagate mtimedb["ldpath"] to parent process (bug 836375)Zac Medico2022-04-172-0/+32
* ebegin: Output QA warning if call to eend is missingThomas Bracht Laumann Jespersen2022-04-152-0/+7
* install_mask: remove masked symlinks to directories (bug 678462)Jeff Chase2022-04-152-9/+42
* movefile: merge symlinks atomicallyMike Frysinger2022-04-151-3/+13
* ebuild.sh: add missing IDEPEND re-sourcingSam James2022-04-141-0/+2
* vartree: avoid lock contention when there are no blockersMike Frysinger2022-04-131-8/+11
* vartree: skip env-update if no updates were mergedMike Frysinger2022-04-131-17/+21
* bin/*.sh: cosmetic cleanups to comments, whitespaceSam James2022-04-134-30/+31
* cleanup: replace '!= None' with 'is not None'Thomas Bracht Laumann Jespersen2022-04-1311-19/+19
* cleanup: replace '== None' with 'is None'Thomas Bracht Laumann Jespersen2022-04-136-6/+6
* autoclean: only enable for global updates and depcleansSam James2022-04-133-26/+22
* .github: add pypy3.8, pypy3.9 to CISam James2022-04-121-0/+2
* install-qa-check.d/60pkgconfig: change libdir regexSam James2022-04-121-3/+3
* install-qa-check.d/60pkgconfig: drop ${D} from output; don't repeat ${EPREFIX}Sam James2022-04-121-5/+8
* install-qa-check.d/60pkgconfig: exit early if no pkg-config installedSam James2022-04-121-0/+5
* install-qa-check.d/60pkgconfig: check for mismatched versionSam James2022-04-121-0/+26
* install-qa-check.d/60pkgconfig: check for not respecting libdir in pc filesSam James2022-04-121-1/+36
* install-qa-check.d/60pkgconfig: check if paths within .pc respect EPREFIXSam James2022-04-121-0/+17
* install-qa-check.d/60pkgconfig: run pkg-config --validate on installed filesSam James2022-04-121-0/+10
* install-qa-check.d/60pkgconfig: create list of .pc files early (refactoring)Sam James2022-04-121-1/+10
* eend: Output QA warning if ebegin has not been calledThomas Bracht Laumann Jespersen2022-04-121-0/+6
* dispatch-conf: add a warning about changing the use-rcs settingMike Gilbert2022-04-111-0/+3
* dispatch-conf: fix diffstatusoutput_mixed() usageMike Gilbert2022-04-111-1/+1
* Revert "dispatch_conf: fix arguments"Mike Gilbert2022-04-111-4/+3
* install-qa-check.d/20runtime-directories: warn on /var/tmp tooSam James2022-04-101-2/+2
* manifest: fix thick manifest generationKenneth Raplee2022-04-091-1/+1
* bin/install-qa-check.d/95empty-dirs: update message for EAPI 8Sam James2022-04-051-1/+1
* Miscellaneous refactors and cleanupsKenneth Raplee2022-04-043-50/+50
* Enhance the update hash methods for simplificationKenneth Raplee2022-04-041-38/+47
* Replace obscure lambdas with closures for clarityKenneth Raplee2022-04-041-19/+19
* Inline key-value insertions as dict expressions with key-value pairsKenneth Raplee2022-04-042-32/+29
* Simplify by inlining a single use methodKenneth Raplee2022-04-041-12/+10
* Return boolean expressions instead of branchingKenneth Raplee2022-04-042-22/+14
* Simplify with declarative programmingKenneth Raplee2022-04-045-104/+105
* Use String Interpolation where possibleKenneth Raplee2022-04-044-68/+52
* Eliminate USE aliasesMatt Turner2022-04-026-238/+30
* Eliminate now-dead code from EAPIs 4-python and 5-progressMatt Turner2022-04-0114-507/+45