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/neocomplcache/
Date: Tue, 29 Jan 2019 23:00:19
Message-Id: 1548802792.d7938a739b152e336a9ec04bb4f420e64001dc73.monsieurp@gentoo
1 commit: d7938a739b152e336a9ec04bb4f420e64001dc73
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 17:57:31 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 22:59:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7938a73
7
8 app-vim/neocomplcache: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/neocomplcache/neocomplcache-7.1.ebuild | 14 --------------
14 1 file changed, 14 deletions(-)
15
16 diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
17 deleted file mode 100644
18 index 2e6bd637060..00000000000
19 --- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: ultimate auto completion system"
30 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
31 -LICENSE="MIT"
32 -KEYWORDS="amd64 x86"
33 -IUSE=""
34 -
35 -VIM_PLUGIN_HELPFILES="${PN}.txt"