summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-12-30 10:29:49 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-12-31 16:55:30 +0100
commitb8cf65ef1b38c254fc2865d541c6edadb189e7ee (patch)
treeddbac43bd2dc2d2feef00bd1204e5d3f418c4502
parentapp-vim/tagbar: clean up old. (diff)
downloadgentoo-b8cf65ef1b38c254fc2865d541c6edadb189e7ee.tar.gz
gentoo-b8cf65ef1b38c254fc2865d541c6edadb189e7ee.tar.bz2
gentoo-b8cf65ef1b38c254fc2865d541c6edadb189e7ee.zip
app-vim/dirdiff: EAPI 6 bump.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force
-rw-r--r--app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild
new file mode 100644
index 000000000000..e4106987927b
--- /dev/null
+++ b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: diff and merge two directories recursively"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102"
+LICENSE="BSD"
+KEYWORDS="amd64 x86"
+
+RDEPEND="sys-apps/diffutils"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"