commit: b8cf65ef1b38c254fc2865d541c6edadb189e7ee Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Dec 30 09:29:49 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Dec 31 15:55:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cf65ef
app-vim/dirdiff: EAPI 6 bump. Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 00000000000..e4106987927 --- /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"
