From 417644eb6293b0f22f49ca8e260de860c1148296 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 13 Jan 2024 18:29:18 +0100 Subject: app-vim/minibufexpl: drop 6.5.2, EAPI6-- MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Signed-off-by: Michał Górny --- app-vim/minibufexpl/minibufexpl-6.5.2.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app-vim/minibufexpl/minibufexpl-6.5.2.ebuild (limited to 'app-vim') 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} -- cgit v1.2.3-65-gdbad