app-vim/ctrlp: version bump.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 1 Mar 2017 17:34:14 +0000 (18:34 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 1 Mar 2017 17:35:04 +0000 (18:35 +0100)
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

app-vim/ctrlp/Manifest
app-vim/ctrlp/ctrlp-1.80.ebuild [new file with mode: 0644]

index 3cddbba4606b69b291ead05e4694037586a9caef..b304dc6f06c6c8469532fb13b9db8d09a6d10430 100644 (file)
@@ -1 +1,2 @@
 DIST ctrlp-1.79.tar.gz 45605 SHA256 2c1404d059d2ae4c3bf42a992108265fbe0e825c21a49db9411cba6a28cd4dc9 SHA512 6967db0fa6b60317794c0ba0ab6ef04f63c059c30a74af56c460bbc44a4756f11540b45dddcdd5da1d0eb47943682ef3fff64a9a14ea0ba3a73a1e0c42f051e6 WHIRLPOOL bde28ff592842b1c9269c4317c731c494829fc6f753310eed69dec4359d81d0dcf5a63819f22fb4451c3a16e52fd70434a63cd03ef141ea3e69d9f788c7bf722
+DIST ctrlp-1.80.tar.gz 75269 SHA256 65762884e4787bb6c13812ea2a0b82ec3bb1e5e552a43aea4a0e9700c2f0b1f2 SHA512 40175e64bb9c4ccdc202bc31b8956b96ede5761a3a4f17706c4d915f8083991cb7729e33c79d021bf6faff00f381fe9272145f852981e487b279f0471b86cadd WHIRLPOOL 3294650925a015450e732ecb12b705e72643f0b0beaadcad23433d9ac161fb4cc30a7cdbefaf45b592b0553e51a34c0da378c0e0e268d386ada51e71cb4d6fcd
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
new file mode 100644 (file)
index 0000000..56ed9b5
--- /dev/null
@@ -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"