summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-22 16:58:27 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-22 17:43:08 +0100
commitfbced24b968a1e06cd11a2b13cdce658fca77fc7 (patch)
tree37ef2d58fadc5d56a311eecb07dd3255e04b5b97
parentdev-ml/llvm-ocaml: Remove LLVM 14 (diff)
downloadgentoo-fbced24b968a1e06cd11a2b13cdce658fca77fc7.tar.gz
gentoo-fbced24b968a1e06cd11a2b13cdce658fca77fc7.tar.bz2
gentoo-fbced24b968a1e06cd11a2b13cdce658fca77fc7.zip
sys-devel/llvmgold: Remove LLVM 14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/llvmgold/llvmgold-14.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-devel/llvmgold/llvmgold-14.ebuild b/sys-devel/llvmgold/llvmgold-14.ebuild
deleted file mode 100644
index 484ce44cf3f7..000000000000
--- a/sys-devel/llvmgold/llvmgold-14.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"
-}