commit: b5de003523eacac61cd50b0d961239f23873ff24 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Mar 21 17:19:33 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Mar 22 23:59:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de0035
app-vim/selinux-syntax: EAPI7 bump. Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11450 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 00000000000..a59754fecb4 --- /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."