From da44b89f707022c20e6e370b9b0592fd3773584f Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 6 Aug 2016 23:48:04 -0400 Subject: app-vim/csound-syntax: version bump to 20160804 --- app-vim/csound-syntax/csound-syntax-20160804.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-vim/csound-syntax/csound-syntax-20160804.ebuild (limited to 'app-vim/csound-syntax/csound-syntax-20160804.ebuild') diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild new file mode 100644 index 000000000000..0c4ca0189415 --- /dev/null +++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit vim-plugin + +DESCRIPTION="set of tools for editing Csound files with vim" +HOMEPAGE="https://github.com/luisjure/csound" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}" + +PATCHES=( "${FILESDIR}"/${P}-doc.patch ) + +src_prepare() { + rm LICENSE README.md || die + default +} -- cgit v1.2.3