summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:24:13 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:10 +0100
commitf24e99658c4faae44023ca3ec4ecd11bbdee9a21 (patch)
tree6af57ca62abb08b1241fd38404e661b9738efb70 /app-vim/foldutil
parentapp-vim/fluxbox-syntax: drop 1.5-r1, EAPI6-- (diff)
downloadgentoo-f24e99658c4faae44023ca3ec4ecd11bbdee9a21.tar.gz
gentoo-f24e99658c4faae44023ca3ec4ecd11bbdee9a21.tar.bz2
gentoo-f24e99658c4faae44023ca3ec4ecd11bbdee9a21.zip
app-vim/foldutil: drop 3.0-r1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r--app-vim/foldutil/foldutil-3.0-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild
deleted file mode 100644
index ad99b5f9c028..000000000000
--- a/app-vim/foldutil/foldutil-3.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: fold creation utility"
-HOMEPAGE="https://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"