summaryrefslogtreecommitdiff
path: root/dev-build/automake
AgeCommit message (Collapse)Author
2025-10-05dev-build/automake: touch .keepinfodirZ. Liu
prevent portage from rebuilding the info dir, inspired by https://bugs.gentoo.org/257260 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41511 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-07dev-build/automake: Stabilize 1.18.1 ppc, #962287Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-07dev-build/automake: Stabilize 1.18.1 ppc64, #962287Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-03dev-build/automake: Stabilize 1.18.1 arm64, #962287Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-03dev-build/automake: Stabilize 1.18.1 amd64, #962287Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-03dev-build/automake: Stabilize 1.18.1 x86, #962287Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-03dev-build/automake: Stabilize 1.18.1 arm, #962287Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-05dev-build/automake: drop 1.18Sam James
No point keeping it around as 1.18.1 will be the stable target. Signed-off-by: Sam James <sam@gentoo.org>
2025-06-28dev-build/automake: add 1.18.1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-28dev-build/automake: drop 1.16.5-r2David Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2025-05-28dev-build/automake: update LICENSESam James
* GPL-2+ for automake itself * m4/* is licenced under FSFAP Closes: https://bugs.gentoo.org/912946 Signed-off-by: Sam James <sam@gentoo.org>
2025-05-28dev-build/automake: add 1.18Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-28dev-build/automake: disable py3.10Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-28dev-build/automake: drop 1.17-r1Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-22dev-build/automake: Stabilize 1.17-r2 ALLARCHES, #956404Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-26dev-build/automake: fix Perl 5.42 compatSam James
* Drop Perl "-Werror" * Fix new warning w/ upcoming Perl 5.42 too Signed-off-by: Sam James <sam@gentoo.org>
2025-02-25dev-build/automake: Stabilize 1.17-r1 ALLARCHES, #950291Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12dev-build/automake: fix docompress callSam James
Bug: https://bugs.gentoo.org/935880 Bug: https://bugs.gentoo.org/935879 Signed-off-by: Sam James <sam@gentoo.org>
2024-07-12dev-build/automake: forward ~loongSam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-12dev-build/automake: add 1.17, drop 1.16.90, drop 1.16.92Sam James
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>
2024-07-06dev-build/automake: Enable py3.13Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-06-21dev-build/automake: add 1.16.92 (unkeyworded)Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-07dev-build/automake: fix test deps for 1.16.90+Sam James
Fixes: c4e79ef6658665c3aeafd2d6516aaa51b8718064 Signed-off-by: Sam James <sam@gentoo.org>
2024-06-07dev-build/automake: backport verify-sig to 1.16.5Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-07dev-build/automake: add 1.16.90 (unkeyworded)Sam James
This forward ports ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8 and syncs live too. We also add verify-sig. Signed-off-by: Sam James <sam@gentoo.org>
2024-03-09dev-build/automake: Backport a py3.12 test fixMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-03-09dev-build/automake: Enable py3.12 on -9999Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-03-09dev-build/automake: Set EGIT_MIN_CLONE_TYPEMichał Górny
Set EGIT_MIN_CLONE_TYPE to single, as upstream server does not support shallow clones. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-31dev-build/automake: Cleanup dependsRaul E Rangel
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>
2024-01-24dev-build/automake: fix modern C issues in tests, fix tests w/ byacc/reflex tooSam James
Bug: https://bugs.gentoo.org/922676 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-23dev-build/automake: compress slotted info pagesSam James
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>
2024-01-15Move {sys-devel → dev-build}/automakeMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>