diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-13 16:38:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-13 16:38:56 +0100 |
commit | ea31ad0ed5501d0bf92267c35beaf06ac016bad2 (patch) | |
tree | 2fdc433d571e3ead010876d43ce2646b7d783680 /app-vim/ebnf-syntax | |
parent | 88ebe56470c37b02a044e1091cad6b2df0f3be8f (diff) |
gentoo resync : 13.05.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-r1.ebuild | 22 | ||||
-rw-r--r-- | app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild | 2 |
3 files changed, 2 insertions, 25 deletions
diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest index d3e3fac941e2..2e82913f67ac 100644 --- a/app-vim/ebnf-syntax/Manifest +++ b/app-vim/ebnf-syntax/Manifest @@ -1,4 +1,3 @@ DIST ebnf-syntax-1.1.tar.bz2 981 BLAKE2B 5ab1916fc909f8b6b4fc139fd34c5c982f2bfac3f4ccfa53f13945787db6b9c6b5531cb805d4a0feea5f3165259cd3a033951fd9074344e62657e067571e5300 SHA512 0fba3be91e998b26a3011bfe18765a3bc3ebde6aa33e96580dc0529d79a067020cfeee614dfa40126a1a968d3ca8e77711eca096095675cf6072061c9be7c083 -EBUILD ebnf-syntax-1.1-r1.ebuild 595 BLAKE2B e84bbbb2137adfdbeefa8b1ed411228a25ea73e49ca92de92919c19c790aa10852a4f83a97f5a5503ab050b4c6e15379285cb17b59dfdb9ab2a5d91f20ab8edc SHA512 e1332c028749be2728d65c0ea2bf39ec02ba6a3f5b0ec91f65bfdd0f83be4ac0b976aa17dc2233640cb61512ecea0c722f9aa23b442fc6a44878cde72256554e -EBUILD ebnf-syntax-1.1-r2.ebuild 584 BLAKE2B 152db6ad5432928b5789b41e83bb9c10d80e8e022e3b4a2cd98481ba4a01b81687d2dc3c2ea7b6d10ff3044ff2d06f7d066154a8bb465fdf8e4cf4d805226a3a SHA512 d112e45bf3cb62464fc69570b6fed4faa721d4907501434a9cc4090815748a6fec54299df31b68e56ebd8caa2613059c02102b812d12e252a570cf8f5d92c9aa +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-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild deleted file mode 100644 index 41bf445bdcec..000000000000 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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_unpack() { - unpack ${A} - cd "${S}" - # 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/ebnf-syntax-1.1-r2.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild index 09c4e4bd5c45..fd08be1bffec 100644 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild @@ -8,7 +8,7 @@ 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" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ |