summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-21 18:15:49 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-03-23 00:59:15 +0100
commit3197a8d59b8f00f9e8a63495220ba1f158b14638 (patch)
treeb43f6d612de1082aa16da2246ccc4ca35957b400
parentapp-vim/pgn-syntax: use HTTPS. (diff)
downloadgentoo-3197a8d59b8f00f9e8a63495220ba1f158b14638.tar.gz
gentoo-3197a8d59b8f00f9e8a63495220ba1f158b14638.tar.bz2
gentoo-3197a8d59b8f00f9e8a63495220ba1f158b14638.zip
app-vim/pgn-syntax: EAPI7 bump.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
new file mode 100644
index 000000000000..6d283c4529aa
--- /dev/null
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0-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: PGN (chess Portable Game Notation) syntax highlighting"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for PGN files."