summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 17:05:55 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:38 +0200
commit85d1f00cc27f676576579f9c5acfff7c9ab8fa82 (patch)
tree3edf44ad5591cf3c01784a4a89cc2db15c82add5 /app-vim/gitlog
parentapp-vim/gist: EAPI8 bump (diff)
downloadgentoo-85d1f00cc27f676576579f9c5acfff7c9ab8fa82.tar.gz
gentoo-85d1f00cc27f676576579f9c5acfff7c9ab8fa82.tar.bz2
gentoo-85d1f00cc27f676576579f9c5acfff7c9ab8fa82.zip
app-vim/gitlog: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/gitlog')
-rw-r--r--app-vim/gitlog/gitlog-6.0.0-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
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 000000000000..f089417b9cc9
--- /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"