summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:26:48 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:14 +0100
commit06bd09c284120eb8b2419a8d48b5e4b392728414 (patch)
tree7bb501c2413628e30ab91a51e7c87324520197e3 /app-vim/greputils
parentapp-vim/gitv: drop 1.3.1, EAPI6-- (diff)
downloadgentoo-06bd09c284120eb8b2419a8d48b5e4b392728414.tar.gz
gentoo-06bd09c284120eb8b2419a8d48b5e4b392728414.tar.bz2
gentoo-06bd09c284120eb8b2419a8d48b5e4b392728414.zip
app-vim/greputils: drop 2.8-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/greputils')
-rw-r--r--app-vim/greputils/greputils-2.8-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild
deleted file mode 100644
index 0b755f2ff12b..000000000000
--- a/app-vim/greputils/greputils-2.8-r1.ebuild
+++ /dev/null
@@ -1,21 +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: interface with grep, find and id-utils"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPURI="${HOMEPAGE}"
-
-DEPEND=""
-RDEPEND="
- ${DEPEND}
- >=app-vim/genutils-1.18
- >=app-vim/multvals-3.6.1
- >=app-vim/cmdalias-1.0"