app-vim/riv: Update live ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-01-18 21:23:28 +01:00
parent 23ba2c2e69
commit 1c25ed7840
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -1,10 +1,12 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI="7"
inherit vim-plugin
COMMIT_ID="87a1f2c1e487ee0021855fd0c65c3f3244f4fc61"
DESCRIPTION="vim plugin: Take Notes in rst"
HOMEPAGE="https://github.com/gu-fan/riv.vim"
@ -12,12 +14,11 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
else
COMMIT_ID="ac64a8c8daaa862b83d27432fe87c79ad2a0c845"
SRC_URI="https://github.com/gu-fan/riv.vim/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/riv.vim-${COMMIT_ID}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
# FIXME: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
DEPEND="!!app-vim/jedi"