From 305326add45814ebf347d4de9a0f7387bee246c7 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 23 Sep 2016 21:36:20 -0400 Subject: app-vim/languagetool: initial import --- app-vim/languagetool/languagetool-1.29.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-vim/languagetool/languagetool-1.29.ebuild (limited to 'app-vim/languagetool/languagetool-1.29.ebuild') diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild new file mode 100644 index 00000000000..3dcbcc79cee --- /dev/null +++ b/app-vim/languagetool/languagetool-1.29.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit vim-plugin eutils + +MY_PN=LanguageTool +DESCRIPTION="grammar checker for various languages" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${MY_PN}" + +RDEPEND="app-text/languagetool" + +PATCHES=( "${FILESDIR}"/${P}-script.patch ) -- cgit v1.2.1