summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-03-26 13:39:30 -0400
committerTim Harder <radhermit@gentoo.org>2016-03-26 13:40:31 -0400
commit2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed (patch)
tree0e6dad2be0d8f099c0642645741d20287b31f56a /app-vim
parentapp-vim/gundo: version bump to 2.6.1 (diff)
downloadgentoo-2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed.tar.gz
gentoo-2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed.tar.bz2
gentoo-2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed.zip
app-vim/diffchar: initial import
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/diffchar/Manifest1
-rw-r--r--app-vim/diffchar/diffchar-6.1.ebuild13
-rw-r--r--app-vim/diffchar/metadata.xml11
3 files changed, 25 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rickhowe/diffchar.vim</remote-id>
+ </upstream>
+</pkgmetadata>