app-vim/deoplete: Drop package

This commit is contained in:
Nils Freydank 2022-08-20 17:45:03 +02:00
parent 1bd90e7b79
commit 3937477807
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
4 changed files with 0 additions and 50 deletions

View File

@ -1 +0,0 @@
DIST deoplete-6.1.tar.gz 58921 BLAKE2B 04ac6dd8fe9c02ee0a0394ea7928fef957b29b46ff168ce4a3eefbed6cde0b5a9682a4076cc073400e17ac7c33bce6df5e75a5106551905988ea233367381f47 SHA512 57e867b3ea7cf8d35655fcbe66b98641cc083d91173d55a13461c896365a47272cc28acd9b5231269e778863b99a4aa9cff90adc603f0c14e62e6ae8cc54b8b3

View File

@ -1,32 +0,0 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit vim-plugin
DESCRIPTION="vim plugin: Asynchronous completion framework for neovim/vim8 "
HOMEPAGE="https://github.com/Shougo/deoplete.nvim"
SRC_URI="https://github.com/Shougo/deoplete.nvim/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/deoplete.nvim-${PV}"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="dev-python/pynvim"
IUSE="test"
restrict="!test? (test)"
src_prepare(){
if ! use test; then
rm -r test || die
fi
default
}
src_compile(){
# ...just WTF...
:
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="github">Shougo/deoplete.nvim</remote-id>
</upstream>
</pkgmetadata>

View File

@ -4,9 +4,3 @@
# author <email address> (LANG=C date -u +"%Y-%m-%d)
# reason
#
# Nils Freydank <holgersson@posteo.de>
# Never got deoplete really working in the installation from package manger,
# dropping it here. You can use app-vim/nvim-cmp instead - or any of the other
# of the other completion tools.
# Removal after 2022-08-31.
app-vim/deoplete