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/bnf-syntax/
Date: Thu, 01 Sep 2016 09:40:34
Message-Id: 1472722802.3172868e46fcc5122faa122895ce957c3f148944.monsieurp@gentoo
1 commit: 3172868e46fcc5122faa122895ce957c3f148944
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 09:00:05 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 09:40:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3172868e
7
8 app-vim/bnf-syntax: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild
16 deleted file mode 100644
17 index e9cf1125..00000000
18 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: BNF file syntax highlighting"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250"
29 -LICENSE="vim.org"
30 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
31 -IUSE=""
32 -
33 -VIM_PLUGIN_HELPTEXT=\
34 -"This plugin provides syntax highlighting for BNF files."
35 -
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}"
39 - # fix hi link to use def, bug #101790.
40 - sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed"
41 -}