summaryrefslogtreecommitdiff
path: root/app-vim/ebnf-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/ebnf-syntax')
-rw-r--r--app-vim/ebnf-syntax/Manifest3
-rw-r--r--app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild22
-rw-r--r--app-vim/ebnf-syntax/metadata.xml8
3 files changed, 0 insertions, 33 deletions
diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest
deleted file mode 100644
index 2e82913f67ac..000000000000
--- a/app-vim/ebnf-syntax/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ebnf-syntax-1.1.tar.bz2 981 BLAKE2B 5ab1916fc909f8b6b4fc139fd34c5c982f2bfac3f4ccfa53f13945787db6b9c6b5531cb805d4a0feea5f3165259cd3a033951fd9074344e62657e067571e5300 SHA512 0fba3be91e998b26a3011bfe18765a3bc3ebde6aa33e96580dc0529d79a067020cfeee614dfa40126a1a968d3ca8e77711eca096095675cf6072061c9be7c083
-EBUILD ebnf-syntax-1.1-r2.ebuild 582 BLAKE2B 109f7998c113695e6404c6630c508a73e157ca7039778e0ab4864aa21af2f08926ff4eab1bf2557f56309d75614f73983ef073a97c385fda8383557b8d5cb66d SHA512 1642c6d5ae458bc4f7edafbf65dc994a01f28c065f6321a5fe3f36b7d9dadeb2e51f79e1a1032e89d3bb6cdad796322db6979b65159fe1ad3eef5a429748155d
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild
deleted file mode 100644
index fd08be1bffec..000000000000
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=545"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."
-
-src_prepare() {
- default
-
- # don't use hi link, bug #101799.
- sed -i -e 's,hi link,hi def link,' syntax/ebnf.vim || die "sed failed"
-}
diff --git a/app-vim/ebnf-syntax/metadata.xml b/app-vim/ebnf-syntax/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/ebnf-syntax/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-</pkgmetadata>