summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 22:09:16 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 22:09:16 -0400
commita3a13b7ad44b1f40c44f736e61db51a492911db6 (patch)
treef61d5f99d046ad2352117e032580e2bf7d28d8d0 /app-vim
parentapp-vim/pathogen: remove old (diff)
downloadgentoo-a3a13b7ad44b1f40c44f736e61db51a492911db6.tar.gz
gentoo-a3a13b7ad44b1f40c44f736e61db51a492911db6.tar.bz2
gentoo-a3a13b7ad44b1f40c44f736e61db51a492911db6.zip
app-vim/ctrlp: remove old
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/ctrlp/Manifest1
-rw-r--r--app-vim/ctrlp/ctrlp-1.78.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest
index ebc200d060f3..3cddbba4606b 100644
--- a/app-vim/ctrlp/Manifest
+++ b/app-vim/ctrlp/Manifest
@@ -1,2 +1 @@
-DIST ctrlp-1.78.tar.gz 41117 SHA256 ec11362c2e443a8b9d8b8ee38a1fcc7a6633b4a5fe9a10611b1d390d24230aa2 SHA512 a98073364cad828c8ccf381e23dd45be44399b021c6172296e77513d1ba41a4f41e0640809eace3bf7610036237a18d7e1986069f788c9d0a2d1ef6484a16a6c WHIRLPOOL 686311bd2399441febd52f4f2bcdc95e95b876c53e3fda900ecaff3fc1b43fb8fd7c08cf78beb9659c254ae499c28ab7b27b73dcea6d382f0e0933f5a37aa77b
DIST ctrlp-1.79.tar.gz 45605 SHA256 2c1404d059d2ae4c3bf42a992108265fbe0e825c21a49db9411cba6a28cd4dc9 SHA512 6967db0fa6b60317794c0ba0ab6ef04f63c059c30a74af56c460bbc44a4756f11540b45dddcdd5da1d0eb47943682ef3fff64a9a14ea0ba3a73a1e0c42f051e6 WHIRLPOOL bde28ff592842b1c9269c4317c731c494829fc6f753310eed69dec4359d81d0dcf5a63819f22fb4451c3a16e52fd70434a63cd03ef141ea3e69d9f788c7bf722
diff --git a/app-vim/ctrlp/ctrlp-1.78.ebuild b/app-vim/ctrlp/ctrlp-1.78.ebuild
deleted file mode 100644
index 5ace92714a5a..000000000000
--- a/app-vim/ctrlp/ctrlp-1.78.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 https://kien.github.com/ctrlp.vim/"
-SRC_URI="https://github.com/kien/ctrlp.vim/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- rm .gitignore readme.md || die
-}