aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "install-qa-check.d: remove check that bans libtool files and static ↵Zac Medico2019-11-031-0/+10
| | | | | | | | | | | libs from /" This reverts commit 498900e5e51460502d8271f409a4c614a021613b. This change is still being discussed. See: https://archives.gentoo.org/gentoo-portage-dev/message/6e4cfbb0ef9c36dc6511d4f2003cc458 Bug: https://bugs.gentoo.org/699252 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* Revert "install-qa-check.d: handle libtool files and static libs from /"Zac Medico2019-11-031-2/+2
| | | | | | This reverts commit a2506e4ebd47781eb81b7d13b0a1a376ed028c77. Signed-off-by: Zac Medico <zmedico@gentoo.org>
* install-qa-check.d: handle libtool files and static libs from /Zac Medico2019-11-031-2/+2
| | | | | | Fixes: 498900e5e514 ("install-qa-check.d: remove check that bans libtool files and static libs from /") Bug: https://bugs.gentoo.org/699252 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* install-qa-check.d: remove check that bans libtool files and static libs from /William Hubbs2019-11-031-10/+0
| | | | | | | | | Most upstreams and build systems do not make this distinction, so this causes unnecessary hacks in ebuilds. Bug: https://bugs.gentoo.org/699252 Signed-off-by: William Hubbs <williamh@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* install-qa-check.d/80libraries: fix false positiveArfrever Frehtes Taifersar Arahesis2019-05-191-2/+19
| | | | | | | | | Do not report libraries missing DT_NEEDED and not containing undefined non-weak symbols. Bug: https://bugs.gentoo.org/516016 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* Fix uses of D/ED to account for no trailing slashMichał Górny2018-03-121-11/+11
| | | | | | | Fix all uses of D/ED to account for trailing slash not being present in EAPI 7. While at it, also remove some duplicate slashes. Reviewed-by: Zac Medico <zmedico@gentoo.org>
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
| | | | | Use https where available, and update old links (like www.gentoo.org) to point to the new location.
* install-qa-check.d: tweak scanelf checksMike Frysinger2015-05-251-62/+68
| | | | | | | | Rather than have a function whose entire body is indented by a scanelf existence check, do the check at the top and return early. This keeps the indentation from getting too out of hand. (Use `git log -p -1 -w` to see actual changed lines.)
* Split install_qa_check() into install-qa-check.d scriptsMichał Górny2014-09-251-0/+158
Convert the horrendous install_qa_check() function into a plug-in system that calls separate QA checking scripts from install-qa-check.d.