Install this version:
emerge -a =app-vim/yats-2025.08.05
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/yats-2025.08.05
Or alternatively:
emerge --autounmask-write -a =app-vim/yats-2025.08.05
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2025.08.05 | 8 | ~amd64 |
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
MY_PN="${PN}.vim"
COMMIT="c3d71452154a12ccf9f6e4219ccbd625474602e5"
DESCRIPTION="vim plugin: Yet Another TypeScript Syntax"
HOMEPAGE="https://github.com/HerringtonDarkholme/yats.vim"
SRC_URI="https://github.com/HerringtonDarkholme/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="vim"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
${RDEPEND}
>app-vim/vader-0.3.0
)
"
DOCS=( CHANGES.markdown README.md )
src_compile() {
:
}
src_test() {
unset DISPLAY
local -x TERM="xterm"
cd test || die
vim -eu "${FILESDIR}"/vimrc -c "Vader! -q indent.vader syntax.vader tsx.vader" || die
}
src_install() {
vim-plugin_src_install ctags UltiSnips
}
Manage flags for this package:
euse -i <flag> -p app-vim/yats |
euse -E <flag> -p app-vim/yats |
euse -D <flag> -p app-vim/yats
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yats-2025.08.05.tar.gz | 243942 bytes | https://github.com/HerringtonDarkholme/yats.vim/archive/c3d71452154a12ccf9f6e4219ccbd625474602e5.tar.gz |