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: Sun, 02 Jun 2019 07:20:22
Message-Id: 1559459960.0108d410f63834eaafced74ab612a0ffc95ca585.mgorny@gentoo
1 commit: 0108d410f63834eaafced74ab612a0ffc95ca585
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 06:19:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 07:19:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0108d410
7
8 sys-devel/llvmgold: Remove 4.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvmgold/llvmgold-4.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/sys-devel/llvmgold/llvmgold-4.ebuild b/sys-devel/llvmgold/llvmgold-4.ebuild
16 deleted file mode 100644
17 index 330cb976429..00000000000
18 --- a/sys-devel/llvmgold/llvmgold-4.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
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"
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 -}