gentoo-overlay-trent/app-vim/youcompleteme
layman 1eeb6295ad youcompleteme update ebuild to handle deprecation of jediHTTP
submodule, and include new jedi and parso submodules, in
particular a test in parso submodule was failing emerge
python2 shebang test.

youcompleteme update ebuild to handle deprecation of jediHTTP
submodule, and include new jedi and parso submodules, in
particular a test in parso submodule was failing emerge
python2 shebang test.
2018-08-07 09:08:07 -07:00
..
Manifest youcompleteme update ebuild to handle deprecation of jediHTTP 2018-08-07 09:08:07 -07:00
metadata.xml update app-vim/youcompleteme to give the various USE flags more meaning 2018-02-24 19:30:19 -08:00
README.md add app-vim, app-nvim, app-shells 2018-01-01 23:58:26 -08:00
youcompleteme-20180219-r1.ebuild update app-vim/youcompleteme to give the various USE flags more meaning 2018-02-24 19:30:19 -08:00
youcompleteme-20180615.ebuild version bump youcompleteme 2018-06-15 20:32:48 -07:00
youcompleteme-20180807.ebuild youcompleteme update ebuild to handle deprecation of jediHTTP 2018-08-07 09:08:07 -07:00
youcompleteme-99999999-r5.ebuild youcompleteme update ebuild to handle deprecation of jediHTTP 2018-08-07 09:08:07 -07:00

Waht is this?

This is essentially a fork from https://github.com/stefantalpalaru/gentoo-overlay/tree/master/app-vim/youcompleteme

Why?

but with the ability to turn on all the options for vim-youcompleteme plugin with use flags, adding the use flags mono, go, rust, and nodejs

Handy tips!

if you're building in a headless environment, you can add dev-lang/mono minimal to package.use

if you're building in a container, mono wants kernel sources and a config. You can install gentoo-sources, generate the host's kernel config with zcat /proc/config.gz or cat /boot/config-some-version, and output that to /usr/src/linux/.config on the container.

Rust

added app-vim/rust-vim as dependancy for USE="rust", additional info

Test drive?

Here's a Gist with instructions for how to quickly spin up an nspawn container to do some test building, if you are into that sort of thing.