diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:22:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:07 +0100 |
commit | fe0d6798f46734702a800b189e0b5a796ec64c7b (patch) | |
tree | 41e07942fb597fc7e80b7d135d05b276e802812c /app-vim/errsign | |
parent | app-vim/enhancedcommentify: drop 2.3-r1, EAPI6-- (diff) | |
download | gentoo-fe0d6798f46734702a800b189e0b5a796ec64c7b.tar.gz gentoo-fe0d6798f46734702a800b189e0b5a796ec64c7b.tar.bz2 gentoo-fe0d6798f46734702a800b189e0b5a796ec64c7b.zip |
app-vim/errsign: drop 0.1-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/errsign')
-rw-r--r-- | app-vim/errsign/errsign-0.1-r1.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/errsign/errsign-0.1-r1.ebuild b/app-vim/errsign/errsign-0.1-r1.ebuild deleted file mode 100644 index 2669b620e048..000000000000 --- a/app-vim/errsign/errsign-0.1-r1.ebuild +++ /dev/null @@ -1,18 +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: display marks on lines with errors" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1027" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -'To use this plugin, simply type \\\\es in normal mode and any lines which -have been marked as errors (for example, via :make) will be indicated with -a >> mark on the left of the window.' |