app-vim/deoplete: Add new package in version 6.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-12-02 21:27:15 +01:00
parent 955bb29420
commit 5d25b92230
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 44 additions and 0 deletions

View File

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

View File

@ -0,0 +1,32 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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

@ -0,0 +1,11 @@
<?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>