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/llvm-common/
Date: Sat, 20 Apr 2019 23:21:40
Message-Id: 1555704638.1e16b4526b320915e0507609f0e71c88a5f863c8.mgorny@gentoo
1 commit: 1e16b4526b320915e0507609f0e71c88a5f863c8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 19:48:22 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 20:10:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e16b452
7
8 sys-devel/llvm-common: Remove 7.0.9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm-common/llvm-common-7.0.9999.ebuild | 37 -----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/sys-devel/llvm-common/llvm-common-7.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-7.0.9999.ebuild
16 deleted file mode 100644
17 index 8d23d53951c..00000000000
18 --- a/sys-devel/llvm-common/llvm-common-7.0.9999.ebuild
19 +++ /dev/null
20 @@ -1,37 +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 git-r3
27 -
28 -DESCRIPTION="Common files shared between multiple slots of LLVM"
29 -HOMEPAGE="https://llvm.org/"
30 -SRC_URI=""
31 -EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
32 - https://github.com/llvm-mirror/llvm.git"
33 -EGIT_BRANCH="release_70"
34 -
35 -LICENSE="UoI-NCSA"
36 -SLOT="0"
37 -KEYWORDS=""
38 -IUSE=""
39 -
40 -RDEPEND="!sys-devel/llvm:0"
41 -
42 -src_unpack() {
43 - git-r3_fetch
44 - git-r3_checkout '' '' '' utils/vim
45 -}
46 -
47 -src_configure() { :; }
48 -src_compile() { :; }
49 -src_test() { :; }
50 -
51 -src_install() {
52 - insinto /usr/share/vim/vimfiles
53 - doins -r utils/vim/*/
54 - # some users may find it useful
55 - newdoc utils/vim/README README.vim
56 - dodoc utils/vim/vimrc
57 -}