commit:     fbced24b968a1e06cd11a2b13cdce658fca77fc7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 15:58:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 16:43:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbced24b

sys-devel/llvmgold: Remove LLVM 14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/llvmgold/llvmgold-14.ebuild | 23 -----------------------
 1 file changed, 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"
-}

Reply via email to