diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-21 18:19:33 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-23 00:59:17 +0100 |
commit | b5de003523eacac61cd50b0d961239f23873ff24 (patch) | |
tree | 35de36e8f2370a45d8a76a7190b06fc24594ea5c /app-vim/selinux-syntax | |
parent | app-vim/pgn-syntax: EAPI7 bump. (diff) | |
download | gentoo-b5de003523eacac61cd50b0d961239f23873ff24.tar.gz gentoo-b5de003523eacac61cd50b0d961239f23873ff24.tar.bz2 gentoo-b5de003523eacac61cd50b0d961239f23873ff24.zip |
app-vim/selinux-syntax: EAPI7 bump.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11450
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/selinux-syntax')
-rw-r--r-- | app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild new file mode 100644 index 000000000000..a59754fecb41 --- /dev/null +++ b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" +HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for SELinux type enforcement +policy (*.te) files." |