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/clang-common/
Date: Sat, 20 Apr 2019 23:26:05
Message-Id: 1555704647.ba1b2613abe24959baa39427f19f8602a68420bf.mgorny@gentoo
1 commit: ba1b2613abe24959baa39427f19f8602a68420bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 19:48:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 20:10:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1b2613
7
8 sys-devel/clang-common: Remove 7.0.9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-common/clang-common-7.0.9999.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/sys-devel/clang-common/clang-common-7.0.9999.ebuild b/sys-devel/clang-common/clang-common-7.0.9999.ebuild
16 deleted file mode 100644
17 index da74c699fbb..00000000000
18 --- a/sys-devel/clang-common/clang-common-7.0.9999.ebuild
19 +++ /dev/null
20 @@ -1,33 +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 -inherit bash-completion-r1 git-r3
27 -
28 -DESCRIPTION="Common files shared between multiple slots of clang"
29 -HOMEPAGE="https://llvm.org/"
30 -SRC_URI=""
31 -EGIT_REPO_URI="https://git.llvm.org/git/clang.git
32 - https://github.com/llvm-mirror/clang.git"
33 -EGIT_BRANCH="release_70"
34 -
35 -LICENSE="UoI-NCSA"
36 -SLOT="0"
37 -KEYWORDS=""
38 -IUSE=""
39 -
40 -PDEPEND="sys-devel/clang:*"
41 -
42 -src_unpack() {
43 - git-r3_fetch
44 - git-r3_checkout '' '' '' utils/bash-autocomplete.sh
45 -}
46 -
47 -src_configure() { :; }
48 -src_compile() { :; }
49 -src_test() { :; }
50 -
51 -src_install() {
52 - newbashcomp utils/bash-autocomplete.sh clang
53 -}