summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-build/automake: fix docompress callSam James2024-07-122-2/+2
| | | | | | Bug: https://bugs.gentoo.org/935880 Bug: https://bugs.gentoo.org/935879 Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: forward ~loongSam James2024-07-122-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: add 1.17, drop 1.16.90, drop 1.16.92Sam James2024-07-123-152/+2
| | | | | | | Keywording immediately as I've been running the 1.16.* pre-releases for a while. automake-wrapper is already done and new version depended-upon. Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: Enable py3.13Michał Górny2024-07-063-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-build/automake: add 1.16.92 (unkeyworded)Sam James2024-06-212-0/+150
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: fix test deps for 1.16.90+Sam James2024-06-072-0/+4
| | | | | Fixes: c4e79ef6658665c3aeafd2d6516aaa51b8718064 Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: backport verify-sig to 1.16.5Sam James2024-06-072-1/+13
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: add 1.16.90 (unkeyworded)Sam James2024-06-073-20/+182
| | | | | | | This forward ports ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8 and syncs live too. We also add verify-sig. Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: Backport a py3.12 test fixMichał Górny2024-03-092-1/+36
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-build/automake: Enable py3.12 on -9999Michał Górny2024-03-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-build/automake: Set EGIT_MIN_CLONE_TYPEMichał Górny2024-03-091-0/+1
| | | | | | | Set EGIT_MIN_CLONE_TYPE to single, as upstream server does not support shallow clones. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-build/automake: Cleanup dependsRaul E Rangel2024-01-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The automake ./bootstrap script requires the `autom4te` tool. ``` : ${AUTOM4TE=autom4te} export AUTOM4TE # ditto ``` If it's not installed the package fails with the following error: ``` sh: line 1: autom4te: command not found aclocal.tmp: error: autom4te failed with exit status: 127 * ERROR: sys-devel/automake-1.16.5-r1::portage-stable failed (prepare phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_prepare * environment, line 2813: Called die * The specific snippet of code: * ./bootstrap || die; ``` We also need to add autoconf so the wrapper doesn't fail: ``` ac-wrapper: Unable to locate any usuable version of autoconf. ``` We also don't need to declare any DEPEND. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32327 Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: fix modern C issues in tests, fix tests w/ byacc/reflex tooSam James2024-01-242-2/+14
| | | | | Bug: https://bugs.gentoo.org/922676 Signed-off-by: Sam James <sam@gentoo.org>
* dev-build/automake: compress slotted info pagesSam James2024-01-233-0/+6
| | | | | | | | | | As noted in the bug, we install to a different location to accommodate slotting and hence do not benefit from the automagic compression for /usr/share/doc. Explicitly opt-in for the info pages we install. Bug: https://bugs.gentoo.org/922729 Signed-off-by: Sam James <sam@gentoo.org>
* Move {sys-devel → dev-build}/automakeMichał Górny2024-01-1513-0/+842
Signed-off-by: Michał Górny <mgorny@gentoo.org>