Install this version:
emerge -a =app-vim/bitbake-syntax-20180620
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/bitbake-syntax-20180620
Or alternatively:
emerge --autounmask-write -a =app-vim/bitbake-syntax-20180620
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: set of tools for editing Yocto bitbake-based recipes"
HOMEPAGE="https://github.com/kergoth/vim-bitbake"
LICENSE="MIT"
KEYWORDS="amd64 x86"
GIT_COMMITSH="4532d107bb14ab86f235ad534dd2bd2d4806d1b1"
SRC_URI="https://github.com/kergoth/vim-bitbake/archive/${GIT_COMMITSH}.tar.gz -> ${P}.tar.gz"
VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for Yocto bitbake-based recipes"
S="${WORKDIR}/vim-bitbake-${GIT_COMMITSH}"
src_prepare() {
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bitbake-syntax-20180620.tar.gz | 3917 bytes | https://github.com/kergoth/vim-bitbake/archive/4532d107bb14ab86f235ad534dd2bd2d4806d1b1.tar.gz |