Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/
Date: Mon, 01 Apr 2019 08:53:15
Message-Id: 1554108691.15b68a03c0a3448f6c51abf9fca2ee89e963d6de.monsieurp@gentoo
1 commit: 15b68a03c0a3448f6c51abf9fca2ee89e963d6de
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 18:47:35 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 08:51:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b68a03
7
8 app-vim/help-extra-syntax: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 .../help-extra-syntax-20050106-r1.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 5b397734af3..00000000000
19 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: extra syntax highlighting for help files"
30 -HOMEPAGE="http://www.drchip.org/astronaut/vim/"
31 -LICENSE="public-domain"
32 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
33 -IUSE=""
34 -
35 -VIM_PLUGIN_HELPTEXT=\
36 -"This plugin provides additional syntax highlighting for help files."
37 -
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 - # use hi def link, bug #101797 / bug #101804
42 - sed -i -e 's,^hi link,hi def link,' \
43 - "after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed"
44 -}