Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ctrlp/
Date: Fri, 08 Sep 2017 21:13:32
Message-Id: 1504905164.907077086b4b3f1ac7e9d8805d09536b7b55f002.monsieurp@gentoo
1 commit: 907077086b4b3f1ac7e9d8805d09536b7b55f002
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 7 22:03:52 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 21:12:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90707708
7
8 app-vim/ctrlp: clean up old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-vim/ctrlp/Manifest | 1 -
13 app-vim/ctrlp/ctrlp-1.79.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest
17 index b304dc6f06c..3c1814d9d4b 100644
18 --- a/app-vim/ctrlp/Manifest
19 +++ b/app-vim/ctrlp/Manifest
20 @@ -1,2 +1 @@
21 -DIST ctrlp-1.79.tar.gz 45605 SHA256 2c1404d059d2ae4c3bf42a992108265fbe0e825c21a49db9411cba6a28cd4dc9 SHA512 6967db0fa6b60317794c0ba0ab6ef04f63c059c30a74af56c460bbc44a4756f11540b45dddcdd5da1d0eb47943682ef3fff64a9a14ea0ba3a73a1e0c42f051e6 WHIRLPOOL bde28ff592842b1c9269c4317c731c494829fc6f753310eed69dec4359d81d0dcf5a63819f22fb4451c3a16e52fd70434a63cd03ef141ea3e69d9f788c7bf722
22 DIST ctrlp-1.80.tar.gz 75269 SHA256 65762884e4787bb6c13812ea2a0b82ec3bb1e5e552a43aea4a0e9700c2f0b1f2 SHA512 40175e64bb9c4ccdc202bc31b8956b96ede5761a3a4f17706c4d915f8083991cb7729e33c79d021bf6faff00f381fe9272145f852981e487b279f0471b86cadd WHIRLPOOL 3294650925a015450e732ecb12b705e72643f0b0beaadcad23433d9ac161fb4cc30a7cdbefaf45b592b0553e51a34c0da378c0e0e268d386ada51e71cb4d6fcd
23
24 diff --git a/app-vim/ctrlp/ctrlp-1.79.ebuild b/app-vim/ctrlp/ctrlp-1.79.ebuild
25 deleted file mode 100644
26 index 4a8635c18cd..00000000000
27 --- a/app-vim/ctrlp/ctrlp-1.79.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit vim-plugin vcs-snapshot
36 -
37 -DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support"
38 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 https://kien.github.com/ctrlp.vim/"
39 -SRC_URI="https://github.com/kien/ctrlp.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -LICENSE="vim"
41 -KEYWORDS="amd64 x86"
42 -
43 -VIM_PLUGIN_HELPFILES="${PN}.txt"
44 -
45 -src_prepare() {
46 - rm readme.md || die
47 -}