diff options
author | 2024-01-13 18:15:21 +0100 | |
---|---|---|
committer | 2024-01-13 19:49:52 +0100 | |
commit | 34b6e7c364c54299fcc56615ac57d2b9f8c4597a (patch) | |
tree | d8a03ebe2fc82facc4e125a5faedce2fb0620df2 /app-vim/bnf-syntax | |
parent | app-vim/alternate: drop 2.18-r2, EAPI6-- (diff) | |
download | gentoo-34b6e7c364c54299fcc56615ac57d2b9f8c4597a.tar.gz gentoo-34b6e7c364c54299fcc56615ac57d2b9f8c4597a.tar.bz2 gentoo-34b6e7c364c54299fcc56615ac57d2b9f8c4597a.zip |
app-vim/bnf-syntax: drop 1.2-r2, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/bnf-syntax')
-rw-r--r-- | app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild deleted file mode 100644 index e2149ec72448..000000000000 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.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: BNF file syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250" -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for BNF files." - -src_prepare() { - default - # fix hi link to use def, bug #101790. - sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed" -} |