diff options
Diffstat (limited to 'app-vim/csound-syntax/csound-syntax-3.1.ebuild')
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-3.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-3.1.ebuild b/app-vim/csound-syntax/csound-syntax-3.1.ebuild new file mode 100644 index 000000000000..e76433f2cee7 --- /dev/null +++ b/app-vim/csound-syntax/csound-syntax-3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +inherit eutils vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting, filetype detection, folding, macros, and templates for Csound files" +HOMEPAGE="http://www.eumus.edu.uy/docentes/jure/csound/vim/" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-doc.patch +} |