logo

overlay

My (experimental) gentoo overlay
commit: 97d0e19e3e083d7cda159a758616899746b9bda9
parent: 17f58f0da91a73801ae392c07f2e987744413aed
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 31 Dec 2018 08:36:55 +0100

app-vim/neocomplete: Remove unmaintained

Diffstat:

Dapp-vim/neocomplete/Manifest1-
Dapp-vim/neocomplete/metadata.xml13-------------
Dapp-vim/neocomplete/neocomplete-2.1.ebuild31-------------------------------
3 files changed, 0 insertions(+), 45 deletions(-)

diff --git a/app-vim/neocomplete/Manifest b/app-vim/neocomplete/Manifest @@ -1 +0,0 @@ -DIST neocomplete-2.1.tar.gz 75945 SHA256 225a5a20731d4fa9539b584caf2889809c40988c970a9ef054a22adef27a078c SHA512 65d8b6462a899a052e85c1de37b0f6a312cbc3968aba74ee02e353e52a0a4ee74d6028a90991871f5b4fa4b332d754c22f09e3991a60d4c7d674a41223546db2 WHIRLPOOL 652a09c9f5b10d85ee403bde2ae619c9eefc6a4dbde5524a0852543e5f58098d2ac5addc9c3777fe5ef9406aec8cfd2474bad7b3bf73bc8e3e3ee4caafb54ff4 diff --git a/app-vim/neocomplete/metadata.xml b/app-vim/neocomplete/metadata.xml @@ -1,13 +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> -</maintainer> -<maintainer type="person"> -<email>contact@hacktivis.me</email> -</maintainer> -<longdescription lang="en"> -neocomplete is the abbreviation of "neo-completion with cache". It provides keyword completion system by maintaining a cache of keywords in the current buffer. neocomplete can be customized easily and has many more features than Vim's built-in completion. -</longdescription> -</pkgmetadata> diff --git a/app-vim/neocomplete/neocomplete-2.1.ebuild b/app-vim/neocomplete/neocomplete-2.1.ebuild @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="Next generation completion framework after neocomplcache" -HOMEPAGE="https://github.com/Shougo/neocomplete.vim" -SRC_URI="https://github.com/Shougo/neocomplete.vim/archive/ver.${PV}.tar.gz -> neocomplete-2.1.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~arm" -IUSE="" - -RDEPEND="app-editors/vim[lua]" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv ${PN}* "${S}" -} - -src_prepare() { - rm README* || die - default -} - -pkg_postinst() { - elog "Execute :NeoCompleteEnable or add 'let g:neocomplete#enable_at_startup = 1' in your .vimrc" -}