From: Tim Harder Date: Sat, 26 Mar 2016 17:39:30 +0000 (-0400) Subject: app-vim/diffchar: initial import X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed;p=gentoo.git app-vim/diffchar: initial import --- diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest new file mode 100644 index 000000000000..94738d7a97a3 --- /dev/null +++ b/app-vim/diffchar/Manifest @@ -0,0 +1 @@ +DIST diffchar-6.1.tar.bz2 15788 SHA256 daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487 WHIRLPOOL 408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3 diff --git a/app-vim/diffchar/diffchar-6.1.ebuild b/app-vim/diffchar/diffchar-6.1.ebuild new file mode 100644 index 000000000000..3655d5129258 --- /dev/null +++ b/app-vim/diffchar/diffchar-6.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" +HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" +LICENSE="vim.org" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/diffchar/metadata.xml b/app-vim/diffchar/metadata.xml new file mode 100644 index 000000000000..33e52c74c3ab --- /dev/null +++ b/app-vim/diffchar/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + rickhowe/diffchar.vim + +