From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/ebnf-syntax/Manifest | 3 +++ app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild | 22 ++++++++++++++++++++++ app-vim/ebnf-syntax/metadata.xml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 app-vim/ebnf-syntax/Manifest create mode 100644 app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild create mode 100644 app-vim/ebnf-syntax/metadata.xml (limited to 'app-vim/ebnf-syntax') diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest new file mode 100644 index 000000000000..2e82913f67ac --- /dev/null +++ b/app-vim/ebnf-syntax/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..fd08be1bffec --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild @@ -0,0 +1,22 @@ +# 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 new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/ebnf-syntax/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3