add youcompleteme-20220819

This commit is contained in:
layman 2022-08-24 07:19:03 -07:00
parent 1960ce8d2c
commit 7cb602a770
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
EBUILD youcompleteme-20220518.ebuild 4204 BLAKE2B 89f810596f20d1c702a886fb147161d98042c2fb8ee09ff0785db97731933775a1b66bdc7ff04698d6ce60cb0e7239068b141c088042350771c81a55bafb67ae SHA512 ab3d92348d68f40c5c3d0f99ee6ef80063aad6e52d40ecf246003b521b884383b78614b98730b886d7c9210e45d394ac58f6c623945915189d90e965d5a11e10
EBUILD youcompleteme-20220616.ebuild 4204 BLAKE2B 4a48bcb96783e2536e467c0613a596bd9705825ac7ed9aa175a26751ee2ab85b07ae4343a181469ca0c97569db6639ae58a5eb979fd2f6b978f326c42a2389cd SHA512 7d1fcfcfca85a53bbf5ed95c0db7676efb5807c6c92d6d0e542fb0f9eda32969957b7ef474ff8f07718cafbd1526541faa1fe6d17e1d3f89fb587dad3359f892
EBUILD youcompleteme-20220711.ebuild 4204 BLAKE2B c1b069560fa84f6ffe77e7bd6eb796d642bd853d9914d4dffef6f21d3e76c3822116a454786a1bae05fe21b1974a4264dc0e3f9d16dfce4693ff62431488c2cd SHA512 bd08691268410e6b339eefad8c64bb896019f9eea776affc5bb586ab980bd58a4adbc7cc023669a09aad9d5ab8c1c387ece83502b5a9be2ba45d3d218e69babb
EBUILD youcompleteme-20220616.ebuild 4198 BLAKE2B 24008f1e498503427d67cd880812d1f058688ef0d0dc556654e2ca708fffe40235ea22813eac9d55bd1e5bf9431de9842b2a69ff29f2e50d227363b8aab1019b SHA512 b5a0bdf34ed58cf11ccfcfef0ad3e327e849b8fbb1aee05801f7a4b5bfa8897623b57e9e62be155bbe79318b333c8390efd449aa75336e1aec614318f2bce532
EBUILD youcompleteme-20220711.ebuild 4198 BLAKE2B 3ec79c92d09c28a9adb39f15ad713e544f5b6383c5876d4df7ad4ef63f2b8fa497fd6e04bccd90610489ac5d23fb6982373644fb4000ab38269da641663bc31e SHA512 217d0d18d6db02068ac622848c587ecf54864934d7442d981349ec16ceb419dcafa91a65a1b76ca8b0a3356ce63e8e98f9101c91fefdbd34fc671703279932f0
EBUILD youcompleteme-20220819.ebuild 4198 BLAKE2B dc2245052ff85dad994ecdb111127b645ac848242aaf947d572b6639577f3c80770da67ca19e6cf1e27e168b79c4bdfd47b43b6fce3c2654e6648602274a6720 SHA512 d1f6d0cb207bd99d4945b8378dc9a13abf84b3330c14d883e4c6d21a769aa75fcc477aac6c2ab6efff43e522270014f7a88ffec0635a824206a68c027cac4ab1
MISC README.md 1017 BLAKE2B b3ceff351a191e710ae7b9d55602a1a6d1858c403b61d5bcde8c1aac2203093ee15994ced762e9fc996e4b88e65f8f73fd0fd1e27dc5b7fe032291a75b3a53fe SHA512 fb8d02d90df215addc2b13e60975a3d1e41d3cca945294ca1a3013ab337b7dcd834151aabb7712036fb13189a53e69b14a531110cc3820431416cd620404d08f
MISC metadata.xml 684 BLAKE2B ad2a46ec4665b4530aeca2821030dec6a7eccb020b65f61a79b58b2bff959f4964e44d81c3e2914ed344758bc1b80e18bd166ae638339d67b5360b9473804f0d SHA512 b9d20edf383cd83dfefaa2d46811c876de7b02985d5d8c86645d0e787f243710100d85adaf24311ef0c9020aace0a41083f4443134009f2b6533d8e2ba2887b9

View File

@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python3_10 )
inherit eutils cmake-utils git-r3 multilib python-single-r1 vim-plugin
inherit eutils cmake git-r3 multilib python-single-r1 vim-plugin
DESCRIPTION="vim plugin: a code-completion engine for Vim"
HOMEPAGE="https://github.com/Valloric/YouCompleteMe"

View File

@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python3_10 )
inherit eutils cmake-utils git-r3 multilib python-single-r1 vim-plugin
inherit eutils cmake git-r3 multilib python-single-r1 vim-plugin
DESCRIPTION="vim plugin: a code-completion engine for Vim"
HOMEPAGE="https://github.com/Valloric/YouCompleteMe"

View File

@ -1,16 +1,16 @@
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python3_10 )
inherit eutils cmake-utils git-r3 multilib python-single-r1 vim-plugin
inherit eutils cmake 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="3ededaed2f9923d50bf3860ba8dace0f7d2724cd"
EGIT_COMMIT="504ef6a38b4fbad5a02eb64a266ad219a0fb1da9"
SRC_URI=""
EGIT_SUBMODULES=(
'third_party/ycmd'