diff options
author | 2024-01-13 18:18:39 +0100 | |
---|---|---|
committer | 2024-01-13 19:49:59 +0100 | |
commit | 9c7fe8f6a47264e780cb27c0ae16b10e21153820 (patch) | |
tree | a68cb4d0e5dbef4c95048c06372c5c10a677914f /app-vim/ctrlp | |
parent | app-vim/csv: drop 0.31-r1, EAPI6-- (diff) | |
download | gentoo-9c7fe8f6a47264e780cb27c0ae16b10e21153820.tar.gz gentoo-9c7fe8f6a47264e780cb27c0ae16b10e21153820.tar.bz2 gentoo-9c7fe8f6a47264e780cb27c0ae16b10e21153820.zip |
app-vim/ctrlp: drop 1.80_p20180418, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/ctrlp')
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
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 ) |