summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-06 00:05:59 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-06 14:32:30 +0200
commit306f2d1289b284823e1dd7f0bf0394a2679da824 (patch)
tree330b0e3a0bd41e01507f84621e2ccc5260a91e88 /app-vim
parentapp-vim/vim-go: stable for amd64+x86. (diff)
downloadgentoo-306f2d1289b284823e1dd7f0bf0394a2679da824.tar.gz
gentoo-306f2d1289b284823e1dd7f0bf0394a2679da824.tar.bz2
gentoo-306f2d1289b284823e1dd7f0bf0394a2679da824.zip
app-vim/ctrlp: version bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/ctrlp/Manifest1
-rw-r--r--app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest
index 6ffd70300fea..072f4a4a991c 100644
--- a/app-vim/ctrlp/Manifest
+++ b/app-vim/ctrlp/Manifest
@@ -1 +1,2 @@
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_p20180418.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
new file mode 100644
index 000000000000..cf9b207e7672
--- /dev/null
+++ b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"