mirror of
				https://github.com/TrentSPalmer/gentoo-overlay-trent.git
				synced 2025-10-30 17:41:41 -07:00 
			
		
		
		
	add app-vim/deoplete-jedi
This commit is contained in:
		
							
								
								
									
										2
									
								
								app-vim/deoplete-jedi/Manifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								app-vim/deoplete-jedi/Manifest
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| EBUILD deoplete-jedi-20180614.ebuild 1030 BLAKE2B 505ef20634c1142ca7d1a2769691661e444852ac951db7075d19b26249a59478370e8a92b5eceb46a4623e0216b74802076ebb7d8ae30a1427045985f4aa6915 SHA512 c975bcd7b396df8a5d4d0994ff8c5d83f3ff8fb4d191cb2f712e74c23925a56ee8f64abf31320baab8932197bf33b060060f8c2c1450f1e9d0e5ea8060de82f6 | ||||
| MISC metadata.xml 222 BLAKE2B f0ecd2d956de9c731b8a6b6860f8756cb8dba0591f73463ce32d2747a1aa21296886faea89feee2b208286bbcdfe8e2e0a64263a92e954615fa94e2852d933d5 SHA512 dad470f0096a4fb3af9eeb60dab3216ece032790f6c49a3b014799ee0c02dee96a67317a672344e32f5614c5e05419727cc99113c6ecc37ae594931dd6441eef | ||||
							
								
								
									
										39
									
								
								app-vim/deoplete-jedi/deoplete-jedi-20180614.ebuild
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								app-vim/deoplete-jedi/deoplete-jedi-20180614.ebuild
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,39 @@ | ||||
| # Copyright 1999-2017 Gentoo Foundation | ||||
| # Distributed under the terms of the GNU General Public License v2 | ||||
|  | ||||
| EAPI=6 | ||||
|  | ||||
| inherit git-r3 | ||||
|  | ||||
| DESCRIPTION="deoplete-jedi" | ||||
| HOMEPAGE="https://github.com/zchee/deoplete-jedi" | ||||
| EGIT_REPO_URI="https://github.com/zchee/deoplete-jedi.git" | ||||
| EGIT_COMMIT="f7a0c4ffc53c16a931f761819240f60eafec9604" | ||||
| SRC_URI="" | ||||
| KEYWORDS="~amd64 ~x86" | ||||
|  | ||||
| PROPERTIES="live" | ||||
| LICENSE="MIT" | ||||
| SLOT="0" | ||||
| IUSE="+doc" | ||||
|  | ||||
| DEPEND="" | ||||
| RDEPEND="app-vim/deoplete" | ||||
|  | ||||
| src_compile() { | ||||
| 	true | ||||
| } | ||||
|  | ||||
| src_install() { | ||||
| 	insinto /usr/share/vim/vimfiles | ||||
| 	doins -r rplugin | ||||
| 	use doc && dodoc README.md | ||||
| 	find "${D}" -name ".git*" -exec rm -rf {} + | ||||
| 	find "${D}" -name .travis.yml -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name LICENSE.txt -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name README.rst -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name AUTHORS.txt -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name README.md -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name CHANGELOG.rst -exec rm -rf {} + | ||||
| 	use doc || find "${D}" -name CONTRIBUTING.md -exec rm -rf {} + | ||||
| } | ||||
							
								
								
									
										7
									
								
								app-vim/deoplete-jedi/metadata.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								app-vim/deoplete-jedi/metadata.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||||
| <pkgmetadata> | ||||
| 	<maintainer type="person"> | ||||
| 		<email>trenttdually@gmail.com</email> | ||||
| 	</maintainer> | ||||
| </pkgmetadata> | ||||
		Reference in New Issue
	
	Block a user