diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-03 23:54:32 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-03 23:54:32 +0100 |
commit | df1a7c9dda0b83482f9e5aa1607912e77220c318 (patch) | |
tree | a61bd8aed59858d028b93cf566e4ab71a25f7774 /app-vim/curcmdmode | |
parent | app-vim/curcmdmode: stable for amd64. mark stable for the remaining arches us... (diff) | |
download | gentoo-df1a7c9dda0b83482f9e5aa1607912e77220c318.tar.gz gentoo-df1a7c9dda0b83482f9e5aa1607912e77220c318.tar.bz2 gentoo-df1a7c9dda0b83482f9e5aa1607912e77220c318.zip |
app-vim/curcmdmode: remove old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild deleted file mode 100644 index 13d6f001d698..000000000000 --- a/app-vim/curcmdmode/curcmdmode-1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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." |