From 9c7fe8f6a47264e780cb27c0ae16b10e21153820 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 13 Jan 2024 18:18:39 +0100 Subject: app-vim/ctrlp: drop 1.80_p20180418, 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/ctrlp/ctrlp-1.80_p20180418.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild (limited to 'app-vim') diff --git a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild deleted file mode 100644 index 50ac7e660210..000000000000 --- a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin vcs-snapshot - -# Commit Date: 18 Apr 2018 -COMMIT="4b9e7cac612902a25498cca49f13475fe1a821a4" - -DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" -HOMEPAGE="https://github.com/ctrlpvim/ctrlp.vim" -SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DOCS=( readme.md ) -- cgit v1.2.3-65-gdbad