From 85d1f00cc27f676576579f9c5acfff7c9ab8fa82 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 19 Mar 2023 17:05:55 +0100 Subject: [PATCH] app-vim/gitlog: EAPI8 bump Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- app-vim/gitlog/gitlog-6.0.0-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-vim/gitlog/gitlog-6.0.0-r1.ebuild diff --git a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild new file mode 100644 index 0000000000000..f089417b9cc9f --- /dev/null +++ b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: git log and diff plugin for vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 + https://github.com/PAntoine/vimgitlog/" +SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vim${PN}-version_${PV}" + +LICENSE="Artistic" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt"