diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/ebnf-syntax | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/ebnf-syntax')
-rw-r--r-- | app-vim/ebnf-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild | 22 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/metadata.xml | 8 |
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> |