diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:29:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:19 +0100 |
commit | 417644eb6293b0f22f49ca8e260de860c1148296 (patch) | |
tree | fe588a70ad6c62ab4a598ae7c01fdfe6287cae60 /app-vim | |
parent | app-vim/matrix: drop 1.10-r1, EAPI6-- (diff) | |
download | gentoo-417644eb6293b0f22f49ca8e260de860c1148296.tar.gz gentoo-417644eb6293b0f22f49ca8e260de860c1148296.tar.bz2 gentoo-417644eb6293b0f22f49ca8e260de860c1148296.zip |
app-vim/minibufexpl: drop 6.5.2, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/minibufexpl/minibufexpl-6.5.2.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild deleted file mode 100644 index c6bd312eb1dd..000000000000 --- a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -MY_PN="${PN}.vim" -DESCRIPTION="vim plugin: easily switch between buffers" -HOMEPAGE="https://github.com/fholgado/minibufexpl.vim" -SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="bufexplorer.vim" -KEYWORDS="amd64 ~mips ppc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/${MY_PN}-${PV} |