holgersson-overlay/app-vim/riv/riv-0.793_p20200409.ebuild
Nils Freydank 1cccc67374
app-vim/riv: Mention mirror inside the ebuild
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2020-12-08 17:09:44 +01:00

29 lines
755 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit vim-plugin
COMMIT_ID="e26c3e8dce4c1332e802cde84f83e61ec8a13986"
DESCRIPTION="vim plugin: Take Notes in rst"
HOMEPAGE="https://github.com/gu-fan/riv.vim"
LICENSE="MIT"
IUSE="test"
RESTRICT="!test? ( test )"
if [[ ${PV} == *9999 ]]
then
inherit git-r3
# EGIT_REPO_URI="https://git.holgersson.xyz/mirror/riv.vim"
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
else
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
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
DEPEND="!!app-vim/jedi"