Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/
Date: Fri, 01 May 2020 08:54:17
Message-Id: 1588323238.829151d78e8793166388d2a8f4e949759276eda2.mgorny@gentoo
1 commit: 829151d78e8793166388d2a8f4e949759276eda2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 08:47:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 08:53:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829151d7
7
8 sys-devel/llvmgold: Remove 7*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvmgold/llvmgold-7.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/sys-devel/llvmgold/llvmgold-7.ebuild b/sys-devel/llvmgold/llvmgold-7.ebuild
16 deleted file mode 100644
17 index 1bc0a0fee02..00000000000
18 --- a/sys-devel/llvmgold/llvmgold-7.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="LLVMgold plugin symlink for autoloading"
27 -HOMEPAGE="https://llvm.org/"
28 -SRC_URI=""
29 -
30 -LICENSE="public-domain"
31 -SLOT="0"
32 -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux"
33 -IUSE=""
34 -
35 -RDEPEND="sys-devel/llvm:${PV}[gold]
36 - !sys-devel/llvm:0"
37 -
38 -S=${WORKDIR}
39 -
40 -src_install() {
41 - dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins"
42 - dosym "../../../../lib/llvm/${PV}/$(get_libdir)/LLVMgold.so" \
43 - "/usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so"
44 -}