summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-10 13:43:15 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-10 14:07:49 -0400
commit60af0edcb36e9327f35f27af0f9b52a3a238aa7d (patch)
treef6745e14b0918ef2b2b049bfb7be0738d6b3d859 /app-vim/ctrlp
parentapp-vim/csound-syntax: Drop old versions (diff)
downloadgentoo-60af0edcb36e9327f35f27af0f9b52a3a238aa7d.tar.gz
gentoo-60af0edcb36e9327f35f27af0f9b52a3a238aa7d.tar.bz2
gentoo-60af0edcb36e9327f35f27af0f9b52a3a238aa7d.zip
app-vim/ctrlp: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim/ctrlp')
-rw-r--r--app-vim/ctrlp/Manifest1
-rw-r--r--app-vim/ctrlp/ctrlp-1.80.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest
index 072f4a4a991c..6d511f86e161 100644
--- a/app-vim/ctrlp/Manifest
+++ b/app-vim/ctrlp/Manifest
@@ -1,2 +1 @@
-DIST ctrlp-1.80.tar.gz 75269 BLAKE2B 38b70168d5b220dca220b2f1bfddcae1234fabf01348083fd9db4e1ca0396b56eb3f88f1cda84c22884c3946b731de06a710ca89f51a916f4758345afa748b19 SHA512 40175e64bb9c4ccdc202bc31b8956b96ede5761a3a4f17706c4d915f8083991cb7729e33c79d021bf6faff00f381fe9272145f852981e487b279f0471b86cadd
DIST ctrlp-1.80_p20180418.tar.gz 76376 BLAKE2B 2ae3e85eac29bb07bfafcc60b879b506b57b7874ee9798d4fc0e420e06283ceca4cfe4d282fb9552c1971db48de25dc8df03d3e20d85ae1bbfc72f1162cc1fba SHA512 08a566087e0be0496c3dd1d60e24d65421b7fc758c95d3959181293502dd1e3581066bebea58cc1ef85f2a7cba76b45eee2e5ff2c522e27523ea31bebe4a36d5
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
deleted file mode 100644
index fd21dc094c51..000000000000
--- a/app-vim/ctrlp/ctrlp-1.80.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-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/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${PN}.vim-${PV}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-DOCS=( readme.md )