summaryrefslogtreecommitdiff
path: root/app-vim/ctrlp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/ctrlp
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/ctrlp')
-rw-r--r--app-vim/ctrlp/Manifest5
-rw-r--r--app-vim/ctrlp/ctrlp-1.80.ebuild16
-rw-r--r--app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild17
-rw-r--r--app-vim/ctrlp/metadata.xml11
4 files changed, 0 insertions, 49 deletions
diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest
deleted file mode 100644
index 510f5254b0c5..000000000000
--- a/app-vim/ctrlp/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST ctrlp-1.80.tar.gz 75269 BLAKE2B 38b70168d5b220dca220b2f1bfddcae1234fabf01348083fd9db4e1ca0396b56eb3f88f1cda84c22884c3946b731de06a710ca89f51a916f4758345afa748b19 SHA512 40175e64bb9c4ccdc202bc31b8956b96ede5761a3a4f17706c4d915f8083991cb7729e33c79d021bf6faff00f381fe9272145f852981e487b279f0471b86cadd
-DIST ctrlp-1.80_p20180418.tar.gz 76376 BLAKE2B 2ae3e85eac29bb07bfafcc60b879b506b57b7874ee9798d4fc0e420e06283ceca4cfe4d282fb9552c1971db48de25dc8df03d3e20d85ae1bbfc72f1162cc1fba SHA512 08a566087e0be0496c3dd1d60e24d65421b7fc758c95d3959181293502dd1e3581066bebea58cc1ef85f2a7cba76b45eee2e5ff2c522e27523ea31bebe4a36d5
-EBUILD ctrlp-1.80.ebuild 456 BLAKE2B b7f36c26f668cbff5c3be99395e1555a51f28f083efeefd05aac83cc9bef07abcdc25e0f8f69ef2b44aecf1dcc8993906f80c2971ba02838fc782399eb018a5c SHA512 9f8a52fd5d00138b7619b7d8c0ff2d166f48375e02ca4ca872d7ed655a2bcaf80282bd71bd4c122d479ad33c395cb57bee6421497d4da34e857663c9dfc283ab
-EBUILD ctrlp-1.80_p20180418.ebuild 521 BLAKE2B 6131d17541c56e2a41eca6fc11eee8e4f2149756dcc04d73f0e094f47ffa08420d345f1685b131599e20b35f9d171bc103b3ec47ec956b04a702975758d73b43 SHA512 ea8499bf3114e73df549efcc324c2779a61dce182109541d3c401d51a077f47f0856cd39391fa733fce86388d6b72e7b950d5e957e60fa802fed7672be20b743
-MISC metadata.xml 338 BLAKE2B 41c758d6fb547d7d7baabc1dd88431b320430d5549861120d9667082474c6ce45dd17983f2be9dd8f7b7044d3e8ba707b8baffc05d59430b9435ae3e0bc4138a SHA512 5167190c5206fc93a419c088f08ff5fd89ff0f12198824576f652973baa99c16ed8b8856e7afb2ba8c7e1bf9c90d4c94b83ff38dfd1ee63c06d9a69d57b07d45
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
deleted file mode 100644
index 2c42572f0e5a..000000000000
--- a/app-vim/ctrlp/ctrlp-1.80.ebuild
+++ /dev/null
@@ -1,16 +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"
diff --git a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
deleted file mode 100644
index cf9b207e7672..000000000000
--- a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"
diff --git a/app-vim/ctrlp/metadata.xml b/app-vim/ctrlp/metadata.xml
deleted file mode 100644
index edfbc7a37966..000000000000
--- a/app-vim/ctrlp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kien/ctrlp.vim</remote-id>
- </upstream>
-</pkgmetadata>