From aa3411e241a201d53a2689766fe419f2756819f3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Mar 2019 17:22:19 +0000 Subject: gentoo resync : 24.03.2019 --- app-vim/help-extra-syntax/Manifest | 3 ++- .../help-extra-syntax-20050106-r1.ebuild | 4 ++-- .../help-extra-syntax-20050106-r2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild (limited to 'app-vim/help-extra-syntax') diff --git a/app-vim/help-extra-syntax/Manifest b/app-vim/help-extra-syntax/Manifest index c1fbe37efc59..e51828bf1ce8 100644 --- a/app-vim/help-extra-syntax/Manifest +++ b/app-vim/help-extra-syntax/Manifest @@ -1,3 +1,4 @@ DIST help-extra-syntax-20050106.tar.bz2 633 BLAKE2B 2e46b9b2f46a102c9e7a8036198bfb87806ef40c87e2c5893203f174dbbbc89cb13e1743616834c9e273d5838c8ab996399d06cba7ad3ba0b692ec345d96e080 SHA512 84fde638941bc0b63b599ae0ae46dc151796409652bd99520df102b54e60497df23ee62b61d8ee2c7532029cf0183702345dffe743420dadee3e5ae6c4a2ef44 -EBUILD help-extra-syntax-20050106-r1.ebuild 641 BLAKE2B 0665c0c761feaf142b5727432e0ff1445bf93fd23f141c8f9a5c58672c500ac2e2237d80eccff090e643f7fc11c7432dec399136123f98c5429d5ea530ab0704 SHA512 32a6d2a52533865db6171a2d33a59ee5b097f855a5abde6e70135c87d19451bfb4b4c5cfa8a1ea9b3d22c61b97594c641a337b8fd43cfc9d55671f7a10e71c05 +EBUILD help-extra-syntax-20050106-r1.ebuild 634 BLAKE2B a1c5ef8c2fc4d028a8eea3ad4bfaa916d53eccc327e5656976462aa570231925d5b7cf6d0a66c0c5c10381ae74f3591bc18ad394816b23d6a86d1871b92e7fb1 SHA512 da311786f538336af73c842427106dffd12457411b55422ea2176424ab2f316395e4ccb334bb76cd5962fb6881495cf99653b1bacaf8ee5c91f2482cbab46831 +EBUILD help-extra-syntax-20050106-r2.ebuild 607 BLAKE2B b80c195d24a63282fa81fe6d645ad4374b2980e1ae4423a7323c5d288cc6d0ecb6cb66518932b3f8e3c3ab0472bd05e2a7ee79ca954e5b72b199a0ae2a27a612 SHA512 b3ea0525432a567f2c166f8e0de31e06bb6e26de87a5a5fb2062d1820a1fc38c30b871fd8dd3486633676c01a22049c907ce92522f45fe9c07452b67b87a2a65 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 index 9779d9eb5d87..5b397734af3a 100644 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: extra syntax highlighting for help files" -HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +HOMEPAGE="http://www.drchip.org/astronaut/vim/" LICENSE="public-domain" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild new file mode 100644 index 000000000000..eb05cccf8fae --- /dev/null +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extra syntax highlighting for help files" +HOMEPAGE="http://www.drchip.org/astronaut/vim/" +LICENSE="public-domain" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides additional syntax highlighting for help files." + +src_prepare() { + default + # 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 +} -- cgit v1.2.3