commit: e6420f69f3fc1a514a3bf7da8e750067388fb676 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de> AuthorDate: Tue Jun 25 08:27:16 2024 +0000 Commit: gerion <gerion.entrup <AT> flump <DOT> de> CommitDate: Sun Jun 30 21:07:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=e6420f69
Revert "sys-devel/llvmgold: Remove LLVM 14" This reverts commit fbced24b968a1e06cd11a2b13cdce658fca77fc7. Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de> sys-devel/llvmgold/llvmgold-14.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sys-devel/llvmgold/llvmgold-14.ebuild b/sys-devel/llvmgold/llvmgold-14.ebuild new file mode 100644 index 0000000..484ce44 --- /dev/null +++ b/sys-devel/llvmgold/llvmgold-14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="LLVMgold plugin symlink for autoloading" +HOMEPAGE="https://llvm.org/" +S=${WORKDIR} + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" + +RDEPEND=" + sys-devel/llvm:${PV}[binutils-plugin] + !sys-devel/llvm:0 +" + +src_install() { + dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins" + dosym "../../../../lib/llvm/${PV}/$(get_libdir)/LLVMgold.so" \ + "/usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so" +}
