add youcompleteme-20190316

This commit is contained in:
layman 2019-03-16 02:17:57 -07:00
parent 2d542c1965
commit 0e5dff9cf1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
EBUILD youcompleteme-20190306.ebuild 5793 BLAKE2B 8dad819046e7e0ab12256d9204fb6a751992057712f97da503457dcc2df0ff14dfec16fe2c3b87230f1934bf66d48cd49617d880a02a886b185afb1b8dbf42ef SHA512 19d4e754379f96042482290ca533d0112be02c2a3863d0bbe4b7eb354dfc39866222c9cffdca0f87a87c998be29602258af86ba26d407482117861c1ef31ab0d
EBUILD youcompleteme-20190314.ebuild 5793 BLAKE2B 2c4836ae21f627ca14d0771656a5925f29a6ababf2bdcc367e8b959406d9c9dcd6551f15f5129592b946da2b9fcd9fac37895c0fa1028e5271a76435bb69c9bc SHA512 ace3dc13be8298bdc8f4220900eec8591fc470f43abe78a897ba43b0de6c14fb47057c96a0e41afe8fd98362fada3b8f989c6cca85f5db364658367efc734d83
EBUILD youcompleteme-20190316.ebuild 5793 BLAKE2B be8c79da36d566b5aa754b8981d1baefdfdba2e68ae7d032388646a3b442ba3952616edf313e6c16b10b91e793eff764355259cbc39f7b8c1d57b3892d51eb05 SHA512 893c0a3d5f6cc59500967479392c2c26d1ebd50a3c4ad811cf676d9ee2b018d71a75fa3d44fe4cf45b6c2b9bcba1e58338c8e9010a19dd25409eae94c02af62f
MISC README.md 1017 BLAKE2B b3ceff351a191e710ae7b9d55602a1a6d1858c403b61d5bcde8c1aac2203093ee15994ced762e9fc996e4b88e65f8f73fd0fd1e27dc5b7fe032291a75b3a53fe SHA512 fb8d02d90df215addc2b13e60975a3d1e41d3cca945294ca1a3013ab337b7dcd834151aabb7712036fb13189a53e69b14a531110cc3820431416cd620404d08f
MISC metadata.xml 672 BLAKE2B 27d98400640fe6befc7cc4f35803af907c631d7204b24cafe2f799d528fbfda3be5e1fb2e9dbf93ebc72a66e0ac5a0a7e3c164bb29596a8bde3b1ec2579bed8a SHA512 8cff7a413256f2fed659c9757c6162970d35544ba665c023f3d555b1203d812a3b9caa4e3163a2e708192aaa986435d0f246c76569e30801116ade112a453a70

View File

@ -10,7 +10,7 @@ inherit eutils cmake-utils git-r3 multilib python-single-r1 vim-plugin
DESCRIPTION="vim plugin: a code-completion engine for Vim"
HOMEPAGE="https://github.com/Valloric/YouCompleteMe"
EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe"
EGIT_COMMIT="a4e2f6149a35e04fa5df79948ef9cbcc24b7abcb"
EGIT_COMMIT="299f8e48e7d34e780d24b4956cd61e4d42a139eb"
SRC_URI=""
LICENSE="GPL-3"
@ -109,7 +109,7 @@ src_compile() {
if use nodejs;
then
cd "${S}/third_party/ycmd/third_party/tern_runtime" || die "no dir third_party/tern_runtime"
npm install --production --python=python2 || die "npm install failed"
npm install --production --python=python3 || die "npm install failed"
fi
}