summaryrefslogtreecommitdiff
path: root/app-vim/pgn-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/pgn-syntax
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/pgn-syntax')
-rw-r--r--app-vim/pgn-syntax/Manifest3
-rw-r--r--app-vim/pgn-syntax/metadata.xml8
-rw-r--r--app-vim/pgn-syntax/pgn-syntax-1.0.ebuild16
3 files changed, 27 insertions, 0 deletions
diff --git a/app-vim/pgn-syntax/Manifest b/app-vim/pgn-syntax/Manifest
new file mode 100644
index 000000000000..7dfc3cc788b3
--- /dev/null
+++ b/app-vim/pgn-syntax/Manifest
@@ -0,0 +1,3 @@
+DIST pgn-syntax-1.0.tar.bz2 675 BLAKE2B b89caf025d9856f19d5d7221c4f8747949a513932e8a5dc908b1324e823d0df592b8536d01aadd59bfc61674314a922ecd2a55d5a38f009011e755ad45679116 SHA512 8754881ac77d84359609fc55a00fa91f4dbad6e66778c7d9418fb7ed401c8fc063c1bb84d2574368827db0ecdbcd20c6f9e25808a691021f8d0b3afdb3360c5f
+EBUILD pgn-syntax-1.0.ebuild 442 BLAKE2B 0603e1984bb6f80f1ec7cacade106723c33f75082804088323da15ce45132c8bcdb6f9dfe74fa9d441b70f82af9196550f20fecc4c63087971c1e60c7c375fc4 SHA512 c1ef261f1eee0083531b5897e05a8a0195314032ecd7251b8e9e1495c5f3a6c02ad1fcdbd64129c46beac9acd72d6fd821ec42628142cfe819430cf7c6fda675
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/pgn-syntax/metadata.xml b/app-vim/pgn-syntax/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/pgn-syntax/metadata.xml
@@ -0,0 +1,8 @@
+<?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/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
new file mode 100644
index 000000000000..f12033db3066
--- /dev/null
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677"
+
+LICENSE="vim.org"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for PGN files."