Skip to content

Commit

Permalink
sys-devel/llvm-common: Branch for 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 24, 2017
1 parent d8419ab commit e6f18f1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sys-devel/llvm-common/llvm-common-5.0.9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3

DESCRIPTION="Common files shared between multiple slots of LLVM"
HOMEPAGE="https://llvm.org/"
SRC_URI=""
EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git"
EGIT_BRANCH="release_50"

LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="!sys-devel/llvm:0"

src_configure() { :; }
src_compile() { :; }
src_test() { :; }

src_install() {
insinto /usr/share/vim/vimfiles
doins -r utils/vim/*/
# some users may find it useful
newdoc utils/vim/README README.vim
dodoc utils/vim/vimrc
}

0 comments on commit e6f18f1

Please sign in to comment.