mirror of
				https://github.com/TrentSPalmer/gentoo-overlay-trent.git
				synced 2025-11-03 09:48:23 -08:00 
			
		
		
		
	add youcompleteme-20190213
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
EBUILD youcompleteme-20190119.ebuild 6147 BLAKE2B b32a5474486f4f374e66ef5ee236cb2ff563e29e21d13fb4956f7cc5706383ff965d62a118601b3f4b890e9067dd09523d0c9ca3567236e808016b11c39203b1 SHA512 532ba0e84b94c24b0f8c99d3e1f6b675ce75fdfe011e4fb39d67c6328ce4b45986aff8331ec60eebb6d0dfb52fd09235f34c45a65c019e22967a8176bb52ca1c
 | 
			
		||||
EBUILD youcompleteme-20190125.ebuild 6147 BLAKE2B 0b132fd28a12d8349811c73223c70cedd12d7206e0adffdc890c493ce368b09428533a6b5a7ee5b0ce24e916a39919e8a72a8b751a409a719b3383912b6a5ae5 SHA512 cbfd029190931ea6aafaf3cf26260b82228697eb2f989a304c9dcc05391c9a335b9a694f8ac3ad8f0e9eacab94bac237674c8543ee3b2cbcf4fc8ce5be9c3537
 | 
			
		||||
EBUILD youcompleteme-20190129.ebuild 5793 BLAKE2B 0f65a153594f509832499c3c50668fd92010288bcad6d71f02109a6511dfbe553e77db17d5ac9d93eeec24771d4722a4b143bdf89e57d73211b00c99c8e7c94b SHA512 26a484ffea882ed47b3986a240d6ee300141ea3e4e17454dee0e6a7613028502a69f81876fafb2c0a76cdfb6c4cb265d6ac68edcbca540aa70ab0f6a5acfb392
 | 
			
		||||
EBUILD youcompleteme-20190213.ebuild 5793 BLAKE2B 88586674f570eb09b90d47470e2c06832241f84f181243f20b6c64fada8417bc8c7a3a13716d39723a2c16bbbfaf28c219c726101d85514ef33427ebdb810547 SHA512 f14905bb392510d3a62d49ab85c8326b538558664a5bf0ad85f172130650b94e15c420a19e7cd3abdb81dc31916e86e598497007e41ed798e7f4a91d12e8dce7
 | 
			
		||||
EBUILD youcompleteme-99999999-r6.ebuild 6096 BLAKE2B 9962d2de9ec931bcc2b504a44aa77b89f3479b66c4dbf220bd30bb88a85c342b175e6bad11a8a7af9195b829fd1e8740481ba11e88262b91cc22119cca9ff3ce SHA512 81991f1a56729a69d459dad83e2162532f9519d43a8b0bf7eed5ecf4b0785511229806d8507a12343a6d8da7c2e35d5e4d4706fe86098a93409f11a41f43646d
 | 
			
		||||
MISC README.md 1017 BLAKE2B b3ceff351a191e710ae7b9d55602a1a6d1858c403b61d5bcde8c1aac2203093ee15994ced762e9fc996e4b88e65f8f73fd0fd1e27dc5b7fe032291a75b3a53fe SHA512 fb8d02d90df215addc2b13e60975a3d1e41d3cca945294ca1a3013ab337b7dcd834151aabb7712036fb13189a53e69b14a531110cc3820431416cd620404d08f
 | 
			
		||||
MISC metadata.xml 672 BLAKE2B 27d98400640fe6befc7cc4f35803af907c631d7204b24cafe2f799d528fbfda3be5e1fb2e9dbf93ebc72a66e0ac5a0a7e3c164bb29596a8bde3b1ec2579bed8a SHA512 8cff7a413256f2fed659c9757c6162970d35544ba665c023f3d555b1203d812a3b9caa4e3163a2e708192aaa986435d0f246c76569e30801116ade112a453a70
 | 
			
		||||
 
 | 
			
		||||
@@ -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="113787cc2038328254b91d046145aeec2644a7b9"
 | 
			
		||||
EGIT_COMMIT="cbaf8134e9925aac28a87cc6e5f7399cbd22df1b"
 | 
			
		||||
SRC_URI=""
 | 
			
		||||
 | 
			
		||||
LICENSE="GPL-3"
 | 
			
		||||
@@ -66,13 +66,7 @@ src_prepare() {
 | 
			
		||||
	if ! use test ; then
 | 
			
		||||
		sed -i '/^add_subdirectory( tests )/d' third_party/ycmd/cpp/ycm/CMakeLists.txt || die
 | 
			
		||||
	fi
 | 
			
		||||
	for third_party_module in pythonfutures; do
 | 
			
		||||
		rm -r "${S}"/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
 | 
			
		||||
	done
 | 
			
		||||
	# Argparse is included in python 2.7
 | 
			
		||||
	for third_party_module in bottle python-future requests waitress; do
 | 
			
		||||
		rm -r "${S}"/third_party/ycmd/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
 | 
			
		||||
	done
 | 
			
		||||
	rm -r "${S}"/third_party/ycmd/cpp/BoostParts || die "Failed to remove bundled boost"
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -184,7 +178,7 @@ src_install() {
 | 
			
		||||
	find python -name *test* -exec rm -rf {} + || die
 | 
			
		||||
	find third_party/ycmd/third_party -name test -exec rm -rf {} + || die
 | 
			
		||||
	egit_clean
 | 
			
		||||
	use clang && (rm third_party/ycmd/libclang.so* || die)
 | 
			
		||||
	use clang && (rm third_party/ycmd/third_party/clang/lib/libclang.so* || die)
 | 
			
		||||
 | 
			
		||||
	vim-plugin_src_install
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user