summaryrefslogtreecommitdiff
path: root/llvm-runtimes/clang-runtime/clang-runtime-19.1.7-r1.ebuild
AgeCommit message (Collapse)Author
10 daysllvm-runtimes/clang-runtime: Change the license to `public-domain`Michal Rostecki
Given that the latest revision of the ebuilds contains the content of configuration files, it's not really a metapackage anymore. Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44795 Closes: https://github.com/gentoo/gentoo/pull/44795 Signed-off-by: Sam James <sam@gentoo.org>
11 daysllvm-runtimes/clang-runtime: Add missing `S=${WORKDIR}` attributesMichal Rostecki
Lack of them causes errors like: ``` * ERROR: llvm-runtimes/clang-runtime-19.1.7-r1::gentoo failed (install phase): * The source directory '/var/tmp/portage/llvm-runtimes/clang-runtime-19.1.7-r1/work/clang-runtime-19.1.7' doesn't exist ``` Bug: https://bugs.gentoo.org/951445 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44793 Closes: https://github.com/gentoo/gentoo/pull/44793 Signed-off-by: Michał Górny <mgorny@gentoo.org>
11 daysllvm-runtimes/clang-runtime: Use configuration ebuilds down to LLVM 16Michal Rostecki
Previously, we added clang-*-config ebuilds only for LLVM >= 20. To let the old versions benefit from them, bakcport them to all major versions down to 16. Closes: https://bugs.gentoo.org/951445 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43784 Signed-off-by: Sam James <sam@gentoo.org>