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/eselect-syntax/
Date: Sun, 10 Feb 2019 23:11:41
Message-Id: 1549840273.a6ced04dd064e9bafa71d936fa978d3741ca119f.monsieurp@gentoo
1 commit: a6ced04dd064e9bafa71d936fa978d3741ca119f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 17:50:16 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:11:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ced04d
7
8 app-vim/eselect-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 .../eselect-syntax/eselect-syntax-20070506-r1.ebuild | 19 +++++++++++++++++++
15 1 file changed, 19 insertions(+)
16
17 diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild
18 new file mode 100644
19 index 00000000000..06d97fec6ee
20 --- /dev/null
21 +++ b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild
22 @@ -0,0 +1,19 @@
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 eutils vim-plugin
29 +
30 +DESCRIPTION="vim plugin: eselect syntax highlighting, filetype and indent settings"
31 +HOMEPAGE="https://www.gentoo.org/"
32 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
33 +
34 +LICENSE="vim"
35 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
36 +
37 +DEPEND="!<app-vim/gentoo-syntax-20070506"
38 +RDEPEND="${DEPEND}"
39 +
40 +VIM_PLUGIN_HELPFILES="${PN}"
41 +VIM_PLUGIN_MESSAGES="filetype"