aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Skip QA Notice for hasq/useq during *rm phases."Ulrich Müller2020-10-181-2/+1
* einstalldocs: Fix test for DOCS being unset.Ulrich Müller2020-02-201-2/+2
* phase-helpers.sh: avoid passing an empty root value to portageqMike Gilbert2020-02-081-3/+3
* eapply: Drop QA warning for fuzz factor.Ulrich Müller2019-12-261-2/+0
* eapply: Output verbosely only if patch fails to apply with -F0Michał Górny2019-11-271-2/+14
* eapply: Drop -s option for patch.Ulrich Müller2019-11-251-2/+1
* _eapply_patch: Delete no longer used variable.Arfrever Frehtes Taifersar Arahesis2019-09-141-1/+0
* unpack: Restore error message.Arfrever Frehtes Taifersar Arahesis2019-08-231-1/+1
* unpack: Restore error message.Ulrich Müller2019-08-181-1/+1
* econf: Unconditionally die on error in EAPIs 0 to 3.Ulrich Müller2019-08-131-0/+2
* unpack: Unconditionally die if an unpacker returns an error.Ulrich Müller2019-08-131-63/+24
* Add bash ___is_indexed_array_var function (bug 662468)Ross Konsolebox2019-05-191-4/+4
* Speed up testing against IUSE by not using regexpDouglas Anderson2019-04-151-3/+3
* phase-helpers.sh: has/best_version -b in any phase (bug 665038)Zac Medico2018-09-031-1/+6
* phase-helpers.sh: handle readonly EPREFIX for local override (bug 655414)Zac Medico2018-05-161-3/+5
* phase-helpers.sh: fix has/best_version for cross-prefix portageq (bug 655414)Zac Medico2018-05-161-0/+3
* phase-helpers.sh: normalize has/best_version root more (cosmetic)Zac Medico2018-05-161-2/+2
* phase-helpers.sh: fix ROOT overrides for has/best_version (bug 655860)Zac Medico2018-05-161-2/+2
* Revert "phase-helpers.sh: fix best/has_version -b for cross-prefix"Zac Medico2018-05-011-1/+1
* phase-helpers.sh: fix best/has_version -b for cross-prefixZac Medico2018-05-011-1/+1
* phase-helpers.sh: Implement -r|-d|-b options for best/has_versionJames Le Cuirot2018-05-011-88/+58
* econf: Pass --with-sysroot="${ESYSROOT:-/}" under EAPI 7James Le Cuirot2018-05-011-1/+7
* Add dostrip for EAPI 7Zac Medico2018-03-271-0/+29
* Fix uses of D/ED to account for no trailing slashMichał Górny2018-03-121-21/+21
* Ban DESTTREE/INSDESTTREE in EAPI 7Michał Górny2018-03-041-10/+23
* Ban dolib/libopts for EAPI 7Michał Górny2018-03-041-1/+5
* phase-helpers.sh: optimize array length testsZac Medico2018-02-061-5/+5
* einstall: borrow src_install code for Makefile testZac Medico2018-02-041-1/+1
* phase-helpers.sh: make use() tolerate missing IUSE for binary packagesZac Medico2017-12-071-1/+2
* eapply_user: combine sort for all dirs (bug 608880)Zac Medico2017-08-111-7/+28
* econf: multijob-safe shebang tweakingMichael Haubenwallner2017-07-021-5/+5
* phase-helpers.sh: Loop over A rather than SRC_URI in __eapi0_pkg_nofetch.Ulrich Müller2017-03-261-4/+4
* unpack: fix txz unpack support (bug 600660)Zac Medico2016-11-251-2/+5
* einstalldocs: check whether default docs are indeed filesJan Chren (rindeal)2016-10-041-1/+1
* eapply: use gpatch for bsd userland (bug 574626)Zac Medico2016-06-181-2/+5
* __eapi6_src_prepare: handle empty PATCHES array (bug 579626)Zac Medico2016-05-181-1/+1
* eapply_user: allow empty directories (bug 573920)Jason A. Donenfeld2016-03-081-1/+6
* einstalldocs: use lazy docinto calls (bug 566654)Zac Medico2015-11-231-7/+7
* eapply_user: die if current phase is not src_prepareZac Medico2015-11-181-0/+2
* EAPI 6: Fail if eapply_user is not called in src_prepare()Michał Górny2015-11-171-0/+1
* __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
* bin/phase-helpers: Fix accidental syntax errorMichał Górny2015-11-121-2/+2
* 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