summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-07 22:23:18 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-07-07 22:23:57 +0000
commitc78feba9ac8ba985c0ee4c8bddfe018987225188 (patch)
treeee8c809a5ca5d1629f94723300978e53ec9b16c7 /app-vim
parentb8b94738df4a6e50405701b53881787ec257653e (diff)
downloadgentoo-c78feba9ac8ba985c0ee4c8bddfe018987225188.tar.gz
gentoo-c78feba9ac8ba985c0ee4c8bddfe018987225188.tar.xz
app-vim/foldutil: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/foldutil/foldutil-3.0.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/foldutil/foldutil-3.0.ebuild b/app-vim/foldutil/foldutil-3.0.ebuild
deleted file mode 100644
index 938d3b1691d..00000000000
--- a/app-vim/foldutil/foldutil-3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: fold creation utility"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=app-vim/genutils-2.0"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides a number of commands for working with folds:
-\ :FoldNonMatching [pattern] [context]
-\ :FoldShowLines {lines} [context]
-\ :FoldEndFolding"