summaryrefslogtreecommitdiff
path: root/app-vim/diffchar/diffchar-8.2.ebuild
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-01-05 20:13:00 -0600
committerTim Harder <radhermit@gentoo.org>2019-01-05 20:55:47 -0600
commit3c91065f3fab534e895f335e096302776f979ad7 (patch)
tree06594338e3f50a7adae0888175856790aa4fffdb /app-vim/diffchar/diffchar-8.2.ebuild
parent743cbc0f98b6cebe86112ad5b57e0e386a6b6c90 (diff)
downloadgentoo-3c91065f3fab534e895f335e096302776f979ad7.tar.gz
gentoo-3c91065f3fab534e895f335e096302776f979ad7.tar.bz2
gentoo-3c91065f3fab534e895f335e096302776f979ad7.zip
app-vim/diffchar: version bump to 8.2
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim/diffchar/diffchar-8.2.ebuild')
-rw-r--r--app-vim/diffchar/diffchar-8.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-vim/diffchar/diffchar-8.2.ebuild b/app-vim/diffchar/diffchar-8.2.ebuild
new file mode 100644
index 000000000000..fa01d898d5c6
--- /dev/null
+++ b/app-vim/diffchar/diffchar-8.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+GIT_HASH="837334b268302cf6c597d88485aa8aad6a500b98"
+
+DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
+HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932"
+SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+ default
+ rm *.gif *.png *.md || die
+}