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/brainfuck-syntax/
Date: Sat, 23 Feb 2019 17:12:03
Message-Id: 1550941906.a7968e87cb345f10e98cfb0dc3cd2febd7d2c64f.monsieurp@gentoo
1 commit: a7968e87cb345f10e98cfb0dc3cd2febd7d2c64f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 17:08:36 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 17:11:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7968e87
7
8 app-vim/brainfuck-syntax: EAPI 6 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --force
13
14 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild | 13 +++++++++++++
15 1 file changed, 13 insertions(+)
16
17 diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
18 new file mode 100644
19 index 00000000000..23437b6784f
20 --- /dev/null
21 +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
22 @@ -0,0 +1,13 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit vim-plugin
29 +
30 +DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
31 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716"
32 +LICENSE="BSD-2"
33 +KEYWORDS="amd64 ~mips ppc ppc64 x86"
34 +
35 +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."