Install this version:
emerge -a =app-vim/graphviz-20231230
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/graphviz-20231230
Or alternatively:
emerge --autounmask-write -a =app-vim/graphviz-20231230
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin vcs-snapshot
# Commit from the 30th December 2023
COMMIT="dbe1de334097891186e09e5616671091d89011d5"
DESCRIPTION="vim plugin: graphviz and dot file support"
HOMEPAGE="https://github.com/liuchengxu/graphviz.vim"
SRC_URI="https://github.com/liuchengxu/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
DOCS=( README.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | graphviz-20231230.tar.gz | 5627 bytes | https://github.com/liuchengxu/graphviz.vim/archive/dbe1de334097891186e09e5616671091d89011d5.tar.gz |