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/help-extra-syntax/Manifest | 3 +++ .../help-extra-syntax-20050106-r1.ebuild | 23 ++++++++++++++++++++++ app-vim/help-extra-syntax/metadata.xml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 app-vim/help-extra-syntax/Manifest create mode 100644 app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild create mode 100644 app-vim/help-extra-syntax/metadata.xml (limited to 'app-vim/help-extra-syntax') diff --git a/app-vim/help-extra-syntax/Manifest b/app-vim/help-extra-syntax/Manifest new file mode 100644 index 000000000000..c1fbe37efc59 --- /dev/null +++ b/app-vim/help-extra-syntax/Manifest @@ -0,0 +1,3 @@ +DIST help-extra-syntax-20050106.tar.bz2 633 BLAKE2B 2e46b9b2f46a102c9e7a8036198bfb87806ef40c87e2c5893203f174dbbbc89cb13e1743616834c9e273d5838c8ab996399d06cba7ad3ba0b692ec345d96e080 SHA512 84fde638941bc0b63b599ae0ae46dc151796409652bd99520df102b54e60497df23ee62b61d8ee2c7532029cf0183702345dffe743420dadee3e5ae6c4a2ef44 +EBUILD help-extra-syntax-20050106-r1.ebuild 641 BLAKE2B 0665c0c761feaf142b5727432e0ff1445bf93fd23f141c8f9a5c58672c500ac2e2237d80eccff090e643f7fc11c7432dec399136123f98c5429d5ea530ab0704 SHA512 32a6d2a52533865db6171a2d33a59ee5b097f855a5abde6e70135c87d19451bfb4b4c5cfa8a1ea9b3d22c61b97594c641a337b8fd43cfc9d55671f7a10e71c05 +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild new file mode 100644 index 000000000000..9779d9eb5d87 --- /dev/null +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extra syntax highlighting for help files" +HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +LICENSE="public-domain" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides additional syntax highlighting for help files." + +src_unpack() { + unpack ${A} + cd "${S}" + # use hi def link, bug #101797 / bug #101804 + sed -i -e 's,^hi link,hi def link,' \ + "after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed" +} diff --git a/app-vim/help-extra-syntax/metadata.xml b/app-vim/help-extra-syntax/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/help-extra-syntax/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + -- cgit v1.2.3