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/extra-syntax/
Date: Thu, 23 Nov 2017 22:16:32
Message-Id: 1511475379.dc625a809ddd87b5f37bb13a0987031288f2a1ef.monsieurp@gentoo
1 commit: dc625a809ddd87b5f37bb13a0987031288f2a1ef
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 22:04:28 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 22:16:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc625a80
7
8 app-vim/extra-syntax: mask app-vim/pam-syntax for removal.
9
10 Bug: https://bugs.gentoo.org/578278
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 app-vim/extra-syntax/extra-syntax-4-r2.ebuild | 37 +++++++++++++++++++++++++++
14 1 file changed, 37 insertions(+)
15
16 diff --git a/app-vim/extra-syntax/extra-syntax-4-r2.ebuild b/app-vim/extra-syntax/extra-syntax-4-r2.ebuild
17 new file mode 100644
18 index 00000000000..c805725b44c
19 --- /dev/null
20 +++ b/app-vim/extra-syntax/extra-syntax-4-r2.ebuild
21 @@ -0,0 +1,37 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
30 +HOMEPAGE="http://www.vim.org/"
31 +LICENSE="metapackage"
32 +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
33 +SRC_URI=""
34 +IUSE=""
35 +
36 +RDEPEND="
37 + ${RDEPEND}
38 + app-vim/bnf-syntax
39 + app-vim/brainfuck-syntax
40 + app-vim/cfengine-syntax
41 + app-vim/dhcpd-syntax
42 + app-vim/ebnf-syntax
43 + app-vim/eruby-syntax
44 + app-vim/fluxbox-syntax
45 + app-vim/gentoo-syntax
46 + app-vim/gtk-syntax
47 + app-vim/help-extra-syntax
48 + app-vim/nagios-syntax
49 + app-vim/ntp-syntax
50 + app-vim/pgn-syntax
51 + app-vim/selinux-syntax
52 + app-vim/wikipedia-syntax
53 + app-vim/xquery-syntax
54 + app-vim/xsl-syntax"
55 +
56 +S="${WORKDIR}"
57 +
58 +src_install() { :; }