Drop $Id$ per council decision in bug #611234.
[gentoo.git] / app-vim / rainbow_parentheses / rainbow_parentheses-1.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit vim-plugin
7
8 DESCRIPTION="vim plugin: Colour parentheses to differentiate nest levels"
9 HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim"
10 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
11 LICENSE="vim"
12 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
13
14 DEPEND="app-arch/unzip"
15 RDEPEND="${DEPEND}"
16
17 S="${WORKDIR}/${PN}.vim-master"