diff options
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r-- | app-vim/curcmdmode/Manifest | 1 | ||||
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 17 | ||||
-rw-r--r-- | app-vim/curcmdmode/metadata.xml | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest new file mode 100644 index 000000000000..6ee1cf940186 --- /dev/null +++ b/app-vim/curcmdmode/Manifest @@ -0,0 +1 @@ +DIST curcmdmode-1.0.tar.bz2 3566 SHA256 2ea96f0c0d84d2e43de642bd2179b6e52837d942d5f108410e7636c040e75a4d SHA512 eae4e7cc92ae3838ffbdb507fd51174daf2fcd05d23f418555ac9ea3dde5562e49c67ee7b27dfcf6bf2088dd335ca97165835919dd804a86fca581b4d6bc0ea2 WHIRLPOOL e3767d6c53a7f985a976fe4251c98f784f5f91e3d7644640dcac8e6ceda36fac6eaca42cd409e75615407047fd3d246788e34751f8d7bec36a9bf11b09d08d98 diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild new file mode 100644 index 000000000000..13d6f001d698 --- /dev/null +++ b/app-vim/curcmdmode/curcmdmode-1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for extending vim's mode() function" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745" +LICENSE="GPL-2" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +RDEPEND=">=app-vim/genutils-1.7" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." diff --git a/app-vim/curcmdmode/metadata.xml b/app-vim/curcmdmode/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/curcmdmode/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> |