Install this version:
emerge -a =app-vim/ansible-vim-3.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/ansible-vim-3.4
Or alternatively:
emerge --autounmask-write -a =app-vim/ansible-vim-3.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.4 | 8 | ~amd64 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
DESCRIPTION="vim plugin: sytax highlighting for Ansible's common file types"
HOMEPAGE="https://github.com/pearofducks/ansible-vim"
SRC_URI="https://github.com/pearofducks/ansible-vim/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT BSD"
KEYWORDS="~amd64"
src_install() {
vim-plugin_src_install
find "${ED}" -name "*LICENSE" -delete || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ansible-vim-3.4.tar.gz | 13049 bytes | https://github.com/pearofducks/ansible-vim/archive/refs/tags/3.4.tar.gz |