diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 16:29:15 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:34 +0200 |
commit | 7872e21cb1c568892cb75353507c34e9096a9b9a (patch) | |
tree | 1ce0614cf61def677041aacc30813bb6e0f3a2cb /app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild | |
parent | app-vim/dhcpd-syntax: EAPI8 bump (diff) | |
download | gentoo-7872e21cb1c568892cb75353507c34e9096a9b9a.tar.gz gentoo-7872e21cb1c568892cb75353507c34e9096a9b9a.tar.bz2 gentoo-7872e21cb1c568892cb75353507c34e9096a9b9a.zip |
app-vim/dirdiff: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild')
-rw-r--r-- | app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild b/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild new file mode 100644 index 000000000000..29ba9cdc2dc2 --- /dev/null +++ b/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" |