diff options
author | 2008-09-20 13:54:39 +0000 | |
---|---|---|
committer | 2008-09-20 13:54:39 +0000 | |
commit | ae26b6f657837ef573085f75dec3e87d91d92a53 (patch) | |
tree | fef1664066115f32e4fb1f18560a55bebfd3ce4d /app-vim/cmdalias/cmdalias-2.0.ebuild | |
parent | Version bump. Quoting. Drop old. (diff) | |
download | gentoo-2-ae26b6f657837ef573085f75dec3e87d91d92a53.tar.gz gentoo-2-ae26b6f657837ef573085f75dec3e87d91d92a53.tar.bz2 gentoo-2-ae26b6f657837ef573085f75dec3e87d91d92a53.zip |
Version bump.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/cmdalias/cmdalias-2.0.ebuild')
-rw-r--r-- | app-vim/cmdalias/cmdalias-2.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/cmdalias/cmdalias-2.0.ebuild b/app-vim/cmdalias/cmdalias-2.0.ebuild new file mode 100644 index 000000000000..9436e76b05c3 --- /dev/null +++ b/app-vim/cmdalias/cmdalias-2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cmdalias/cmdalias-2.0.ebuild,v 1.1 2008/09/20 13:54:39 hawking Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for alias creation" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=746" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" +RDEPEND=">=app-vim/curcmdmode-1.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |