diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:08:20 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:38 +0200 |
commit | a0bd305459f66f5c9a9046bd6328b9e47d883e2f (patch) | |
tree | 12db3e4ec9eaa842153751c5c68828ac7c03ada7 /app-vim/gitv | |
parent | app-vim/gitv: EAPI8 bump (diff) | |
download | gentoo-a0bd305459f66f5c9a9046bd6328b9e47d883e2f.tar.gz gentoo-a0bd305459f66f5c9a9046bd6328b9e47d883e2f.tar.bz2 gentoo-a0bd305459f66f5c9a9046bd6328b9e47d883e2f.zip |
app-vim/gitv: remove live ebuild
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/gitv')
-rw-r--r-- | app-vim/gitv/gitv-9999.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild deleted file mode 100644 index 665594feb07b..000000000000 --- a/app-vim/gitv/gitv-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gregsexton/gitv.git" -else - SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~ppc-macos" -fi - -DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" -LICENSE="vim" - -VIM_PLUGIN_HELPFILES="gitv" - -RDEPEND="dev-vcs/git - app-vim/fugitive" - -src_prepare() { - rm -f doc/tags addon-info.json roadmap.md || die - rm -r img || die - default -} |