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/selinux-syntax/
Date: Mon, 01 Apr 2019 08:53:19
Message-Id: 1554108693.f62fff35e2f16d8aca93413ec9a611584d1adf68.monsieurp@gentoo
1 commit: f62fff35e2f16d8aca93413ec9a611584d1adf68
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 18:49:45 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 08:51:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62fff35
7
8 app-vim/selinux-syntax: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-vim/selinux-syntax/selinux-syntax-20041225.ebuild | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild
17 deleted file mode 100644
18 index c4b496a2c7d..00000000000
19 --- a/app-vim/selinux-syntax/selinux-syntax-20041225.ebuild
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: SELinux type enforcement policy syntax"
30 -HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/"
31 -LICENSE="vim"
32 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
33 -IUSE=""
34 -
35 -VIM_PLUGIN_HELPTEXT=\
36 -"This plugin provides syntax highlighting for SELinux type enforcement
37 -policy (*.te) files."