summaryrefslogtreecommitdiff
path: root/app-vim/selinux-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
commit0706fc6986773f4e4d391deff4ad5143c464ea4e (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /app-vim/selinux-syntax
parentaa3411e241a201d53a2689766fe419f2756819f3 (diff)
Revert "gentoo resync : 24.03.2019"
This reverts commit aa3411e241a201d53a2689766fe419f2756819f3.
Diffstat (limited to 'app-vim/selinux-syntax')
-rw-r--r--app-vim/selinux-syntax/Manifest1
-rw-r--r--app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild15
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/selinux-syntax/Manifest b/app-vim/selinux-syntax/Manifest
index 8c55dfac1bd4..0cb9cb4c3317 100644
--- a/app-vim/selinux-syntax/Manifest
+++ b/app-vim/selinux-syntax/Manifest
@@ -1,4 +1,3 @@
DIST selinux-syntax-20041225.tar.bz2 1411 BLAKE2B 426db3b7698ec8b0bcac90f3098a14f100d5cfa3d5ac36791ada0c6cd1d83053446e82f85eeee181253df9f2c69a2fd82871a96ca73d3a737d4cb5b4fc50f234 SHA512 ff048bc00a7774a8ab265bcaae4e5f7c2a3de48027ebfa4e8cf23611089fa33bbec90edda83b1341df618706d99c6b4fb52111abdc48b68e9924cde0ac1fe4d5
-EBUILD selinux-syntax-20041225-r1.ebuild 443 BLAKE2B 88e31a1567fbeb5396d38ab9d1a0e984ab283484285eb7471864e463f695e86a751b10b0d46c1024243948ad7a487846861ef2eebf8655d6e3a0b04e9c1ac5f4 SHA512 9af953274301e8092dedf18c3d074ea85935ae1d356269b56c30d9ccb2af301348421fa28fbc88cffdb24141e51175244270747a4a3210f48658270caa248bca
EBUILD selinux-syntax-20041225.ebuild 447 BLAKE2B db9f2c2fb7b3bf5cc9c8b7acd7a4f16aeda6e417aeac453de09793a5cb4973971d2b8c9fb53821cd0321719db358ab51cbc50b355789db8c6bc10a3f4a3265bc SHA512 df1d9cca51ed9e05a347a965c53d6030153683884e6ac431408c4ed22654c0df10da5e7e339661fd6cadf6bfc6a75917e17483cc1bba3cede8f08ebce6203f17
MISC metadata.xml 360 BLAKE2B 1f19a9b29777df127caf7afb342b3d8d65adfd4817d6109c0f3ee900cb34138559e6156557153c84edb6116a34de5b6108402c9bec973c388d409bf77bd2b5de SHA512 6d2aa6636d95c12b37ff47e212b8bb61df9fdc7484627a0111a34cc50363d13128e79f1f20f43059e5c92c09727584762dd80695f791a0cc040561521f777834
diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild
deleted file mode 100644
index a59754fecb41..000000000000
--- a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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."