summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-03-01 18:34:14 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-03-01 18:35:04 +0100
commita11cceb279926dfcdf708bf132ff56a58175bbb7 (patch)
treecb52fc49c1dd57d5c203582f5d1606fcf8b65a26 /app-vim/ctrlp/ctrlp-1.80.ebuild
parentnet-misc/quagga: version bump (diff)
downloadgentoo-a11cceb279926dfcdf708bf132ff56a58175bbb7.tar.gz
gentoo-a11cceb279926dfcdf708bf132ff56a58175bbb7.tar.bz2
gentoo-a11cceb279926dfcdf708bf132ff56a58175bbb7.zip
app-vim/ctrlp: version bump.
This commit also bumps ctrlp to the latest EAPI and also updates the project's HOMEPAGE as well as its SRC_URI. Gentoo-Bug: https://bugs.gentoo.org/580708 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-vim/ctrlp/ctrlp-1.80.ebuild')
-rw-r--r--app-vim/ctrlp/ctrlp-1.80.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
new file mode 100644
index 000000000000..56ed9b50963e
--- /dev/null
+++ b/app-vim/ctrlp/ctrlp-1.80.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+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"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"