commit:     16f2330280fdcffb9f8eb803a0c51126b372a9ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 19:06:06 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 19:06:06 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f23302

llvm-core/llvmgold: Remove old

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

 llvm-core/llvmgold/llvmgold-15.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/llvm-core/llvmgold/llvmgold-15.ebuild 
b/llvm-core/llvmgold/llvmgold-15.ebuild
deleted file mode 100644
index c2357ee067bd..000000000000
--- a/llvm-core/llvmgold/llvmgold-15.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2025 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"
-
-RDEPEND="
-       llvm-core/llvm:${PV}[binutils-plugin]
-       !llvm-core/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