summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:15:21 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:49:52 +0100
commit34b6e7c364c54299fcc56615ac57d2b9f8c4597a (patch)
treed8a03ebe2fc82facc4e125a5faedce2fb0620df2 /app-vim/bnf-syntax
parentapp-vim/alternate: drop 2.18-r2, EAPI6-- (diff)
downloadgentoo-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.ebuild21
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"
-}