summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:26:06 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:13 +0100
commit48150d18b2a9da5f1981425ef771b3544c8c9599 (patch)
tree7138a653f022e4a65b4c4449566a994a8fbbc0ea /app-vim/gitlog
parentapp-vim/gist: drop 7.3, EAPI6-- (diff)
downloadgentoo-48150d18b2a9da5f1981425ef771b3544c8c9599.tar.gz
gentoo-48150d18b2a9da5f1981425ef771b3544c8c9599.tar.bz2
gentoo-48150d18b2a9da5f1981425ef771b3544c8c9599.zip
app-vim/gitlog: drop 6.0.0, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/830863 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/gitlog')
-rw-r--r--app-vim/gitlog/gitlog-6.0.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild b/app-vim/gitlog/gitlog-6.0.0.ebuild
deleted file mode 100644
index 0b88efa27054..000000000000
--- a/app-vim/gitlog/gitlog-6.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/PAntoine/vimgitlog.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
- S=${WORKDIR}/vim${PN}-version_${PV}
-fi
-
-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/"
-LICENSE="Artistic"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"