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: Sun, 21 Jul 2019 07:34:22
Message-Id: 1563694439.b22fef785b83a291d09249044cf1677d1387adb0.mgorny@gentoo
1 commit: b22fef785b83a291d09249044cf1677d1387adb0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 21 07:14:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 21 07:33:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22fef78
7
8 sys-devel/clang-common: Remove 8.0.9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-common/clang-common-8.0.9999.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/sys-devel/clang-common/clang-common-8.0.9999.ebuild b/sys-devel/clang-common/clang-common-8.0.9999.ebuild
16 deleted file mode 100644
17 index c412694e6d7..00000000000
18 --- a/sys-devel/clang-common/clang-common-8.0.9999.ebuild
19 +++ /dev/null
20 @@ -1,33 +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 -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_80"
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 -}