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, 25 Aug 2016 20:58:40
Message-Id: 1472158695.a10a3ecc558070c81af2a761def97739ab6ba991.monsieurp@gentoo
1 commit: a10a3ecc558070c81af2a761def97739ab6ba991
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 20:28:44 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10a3ecc
7
8 app-vim/extra-syntax: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/extra-syntax/extra-syntax-4-r1.ebuild | 39 +++++++++++++++++++++++++++
13 1 file changed, 39 insertions(+)
14
15 diff --git a/app-vim/extra-syntax/extra-syntax-4-r1.ebuild b/app-vim/extra-syntax/extra-syntax-4-r1.ebuild
16 new file mode 100644
17 index 00000000..c3b7fc0
18 --- /dev/null
19 +++ b/app-vim/extra-syntax/extra-syntax-4-r1.ebuild
20 @@ -0,0 +1,39 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
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/pam-syntax
51 + app-vim/pgn-syntax
52 + app-vim/selinux-syntax
53 + app-vim/wikipedia-syntax
54 + app-vim/xquery-syntax
55 + app-vim/xsl-syntax"
56 +
57 +src_install() {
58 + :
59 +}