summaryrefslogtreecommitdiff
path: root/app-vim/pam-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
commit1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch)
treec99a472cce74148d499f42ada873454b0e32a42d /app-vim/pam-syntax
parentda6a52f691ef980bab92d003d5df8f463c623af8 (diff)
gentoo resync : 13.03.2018
Diffstat (limited to 'app-vim/pam-syntax')
-rw-r--r--app-vim/pam-syntax/Manifest3
-rw-r--r--app-vim/pam-syntax/metadata.xml8
-rw-r--r--app-vim/pam-syntax/pam-syntax-20060424.ebuild14
3 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/pam-syntax/Manifest b/app-vim/pam-syntax/Manifest
deleted file mode 100644
index f48142652d57..000000000000
--- a/app-vim/pam-syntax/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pam-syntax-20060424.tar.bz2 2803 BLAKE2B bc1587cbde544a87051fa59dfff31428d415a57d153f2837f5c05070ec1b18596be1980de0a0e3d61d5da9592e474fdcbf6e43741c63e914fef01f728a731358 SHA512 750028c153111ffdc9472b333375ad8d6312262fb1c8c7ac8563207d11e36ab885bb6ef341a39d59f5e980b69110c35166fa6eeca3a6093b0328ee2c58cf09e0
-EBUILD pam-syntax-20060424.ebuild 478 BLAKE2B d6002f331b0dc059a9d3388c723a1c0ea503e01f4ae8308e630b496e41d6d91306f027ae72f7d842a7b91745abbc60f27ed8d170b61e67817bbe4880872007bf SHA512 a0dac7b9a7c481c6805943eec469d85a8b7a42acf286aa858f073bc159df5d0f9e5bcc88838b29c3d692643043a51dc3405b962c8768ac52b22e128769a50e22
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/pam-syntax/metadata.xml b/app-vim/pam-syntax/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/pam-syntax/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-vim/pam-syntax/pam-syntax-20060424.ebuild b/app-vim/pam-syntax/pam-syntax-20060424.ebuild
deleted file mode 100644
index 68665a6fb052..000000000000
--- a/app-vim/pam-syntax/pam-syntax-20060424.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: PAM configuration syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for PAM configuration files."