diff options
Diffstat (limited to 'app-vim/neocomplcache')
-rw-r--r-- | app-vim/neocomplcache/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/neocomplcache/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/neocomplcache/neocomplcache-6.0.ebuild | 15 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/neocomplcache/ChangeLog b/app-vim/neocomplcache/ChangeLog new file mode 100644 index 000000000000..3605e8f97573 --- /dev/null +++ b/app-vim/neocomplcache/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/neocomplcache +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/ChangeLog,v 1.1 2011/05/22 02:29:39 radhermit Exp $ + +*neocomplcache-6.0 (22 May 2011) + + 22 May 2011; Tim Harder <radhermit@gentoo.org> +neocomplcache-6.0.ebuild, + +metadata.xml: + Initial import. + diff --git a/app-vim/neocomplcache/metadata.xml b/app-vim/neocomplcache/metadata.xml new file mode 100644 index 000000000000..71d319114053 --- /dev/null +++ b/app-vim/neocomplcache/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/neocomplcache/neocomplcache-6.0.ebuild b/app-vim/neocomplcache/neocomplcache-6.0.ebuild new file mode 100644 index 000000000000..d88b6054acca --- /dev/null +++ b/app-vim/neocomplcache/neocomplcache-6.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/neocomplcache/neocomplcache-6.0.ebuild,v 1.1 2011/05/22 02:29:39 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: ultimate auto completion system" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |