mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
N:app-vim/neocomplete
This commit is contained in:
parent
fff1689572
commit
c246b2102b
2
app-vim/neocomplete/Manifest
Normal file
2
app-vim/neocomplete/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD neocomplete-9999.ebuild 639 SHA256 63853b398b96202ae5333fe8cfa3cd96b15bd462120838933b1556b2d21a2dc0 SHA512 823ff9a04a9323b9e745fcba6d823999b4813ecf14a2f3213631599db5f10e91566ddd60178105ba41a465cd1009359707bacb0f5e5258ce863837e82adb1d74 WHIRLPOOL 3234b823047cbfaf9fb12c0d581611cec327a9eaceebff0451d3fd1d695888e4255cb1ab02bf8eb1196b2be14b35e071907ca0c479af74f5e6bdd220fc560956
|
||||
MISC metadata.xml 538 SHA256 fe8dd564861b198d0ce0125b5dbfd5bb7087fcafe840a0c93926aee969dc34c8 SHA512 dc57620d08512492b1b247c4954674b0e01fd1548dfeda5114a1a00f6a642f7d507567e8cb5d85d8407e0039adb22145f9a4d2733fbfaa93811cc6934a7b38ca WHIRLPOOL f5c28fea4098915c220a5df21c7c3a5e58506d4cbadd4d1e9eec2f8e65b5d427a22760577f27727ba052ee85cf223330a3e8a91990dde0803a7f000e2cb1400d
|
11
app-vim/neocomplete/metadata.xml
Normal file
11
app-vim/neocomplete/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<name>loong0</name>
|
||||
<email>longlene@gmail.com</email>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
neocomplete is the abbreviation of "neo-completion with cache". It provides keyword completion system by maintaining a cache of keywords in the current buffer. neocomplete could be customized easily and has a lot more features than the Vim's standard completion feature.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
28
app-vim/neocomplete/neocomplete-9999.ebuild
Normal file
28
app-vim/neocomplete/neocomplete-9999.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
VIM_PLUGIN_VIM_VERSION="7.0"
|
||||
inherit vim-plugin git-2
|
||||
|
||||
DESCRIPTION="vim plugin: Next generation completion framework after neocomplcache"
|
||||
HOMEPAGE="https://github.com/Shougo/neocomplete.vim"
|
||||
SRC_URI=""
|
||||
|
||||
#EGIT_REPO_URI="https://github.com/Shougo/neocomplete.vim.git"
|
||||
EGIT_REPO_URI="git@github.com:Shougo/neocomplete.vim.git"
|
||||
|
||||
LICENSE=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="|| (
|
||||
>app-editors/vim-7.3.885[lua]
|
||||
>app-editors/gvim-7.3.885[lua] )
|
||||
!app-vim/neocomplcache"
|
||||
|
||||
VIM_PLUGIN_HELPFILES=""
|
||||
VIM_PLUGIN_HELPTEXT=""
|
||||
VIM_PLUGIN_HELPURI=""
|
||||
VIM_PLUGIN_MESSAGES=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user