summaryrefslogtreecommitdiff
path: root/dev-lang/ada-bootstrap/ada-bootstrap-12.ebuild
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-30dev-lang/ada-bootstrap: fix prefix compatibilitySam James
Reported by phaebz. 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-01-24dev-lang/ada-bootstrap: add amd64 binaries for 11/12/13Sam James
Same chroot as before but tree state at 67eeb6e0867dd39abfd50edefd68d20919bba7e6. Of course, couldn't use crossdev, so rebuilt natively in the chroot w/ FEATURES="buildpkg". They are newer versions of each slot because it necessarily upgraded them to rebuild to get the binpkgs, though. This just leaves x86 which has a similar problem (perhaps I should've chosen a nomultilib stage3 to begin with). Signed-off-by: Sam James <sam@gentoo.org>
2025-01-23dev-lang/ada-bootstrap: stabilise 12, 13Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-22dev-lang/ada-bootstrap: fix RDEPENDSam James
It's prebuilt so can't be rebuilt against new subslots, of course. Signed-off-by: Sam James <sam@gentoo.org>
2025-01-22dev-lang/ada-bootstrap: add 12Sam James
No ~loong as GCC 12 didn't support it. Adding older branches to facilitate GCC testing. I originally wasn't going to bother but I'd like to bisect an issue on ARM, so... Built with ::gentoo at 6895c729372e48a5f596abd65cfeb26c178c5b17, same stage3 as before for earlier binaries (stage3-amd64-hardened-systemd-20241214T201851Z). The only quirk is, for `build-ada-bootsraps`, crossdev's behaviour with --gcc to specify certain versions may use unkeyworded GCC in a particular slot (not checked), but easy to reproduce still with the right ::gentoo commit. See https://github.com/thesamesam/sam-gentoo-scripts/blob/2c192ac1461144fb2a2ab83014ad13794e4efc3d/niche/build-ada-bootstraps. Signed-off-by: Sam James <sam@gentoo.org>