summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-06 13:18:16 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-06 13:25:12 +0100
commit6388fff98c085a07dd5cadbb744cdfdfa32a198e (patch)
treed5d9eda86ca178ffe920bd983f7568c19e7f3fcb /sys-devel
parentdev-ml/llvm-ocaml: Remove 9.0.1 (diff)
downloadgentoo-6388fff98c085a07dd5cadbb744cdfdfa32a198e.tar.gz
gentoo-6388fff98c085a07dd5cadbb744cdfdfa32a198e.tar.bz2
gentoo-6388fff98c085a07dd5cadbb744cdfdfa32a198e.zip
sys-devel/llvmgold: Remove 9.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvmgold/llvmgold-9.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-devel/llvmgold/llvmgold-9.ebuild b/sys-devel/llvmgold/llvmgold-9.ebuild
deleted file mode 100644
index 065dea585bc2..000000000000
--- a/sys-devel/llvmgold/llvmgold-9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="LLVMgold plugin symlink for autoloading"
-HOMEPAGE="https://llvm.org/"
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="sys-devel/llvm:${PV}[gold]
- !sys-devel/llvm:0"
-
-S=${WORKDIR}
-
-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"
-}