summaryrefslogtreecommitdiff
path: root/app-vim/pgn-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:22:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:22:19 +0000
commitaa3411e241a201d53a2689766fe419f2756819f3 (patch)
treecc19adfde0a10aab1ab566c8dfe3c1616e5cc390 /app-vim/pgn-syntax
parentb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (diff)
gentoo resync : 24.03.2019
Diffstat (limited to 'app-vim/pgn-syntax')
-rw-r--r--app-vim/pgn-syntax/Manifest3
-rw-r--r--app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild15
-rw-r--r--app-vim/pgn-syntax/pgn-syntax-1.0.ebuild4
3 files changed, 19 insertions, 3 deletions
diff --git a/app-vim/pgn-syntax/Manifest b/app-vim/pgn-syntax/Manifest
index 7dfc3cc788b3..81d66e084c7b 100644
--- a/app-vim/pgn-syntax/Manifest
+++ b/app-vim/pgn-syntax/Manifest
@@ -1,3 +1,4 @@
DIST pgn-syntax-1.0.tar.bz2 675 BLAKE2B b89caf025d9856f19d5d7221c4f8747949a513932e8a5dc908b1324e823d0df592b8536d01aadd59bfc61674314a922ecd2a55d5a38f009011e755ad45679116 SHA512 8754881ac77d84359609fc55a00fa91f4dbad6e66778c7d9418fb7ed401c8fc063c1bb84d2574368827db0ecdbcd20c6f9e25808a691021f8d0b3afdb3360c5f
-EBUILD pgn-syntax-1.0.ebuild 442 BLAKE2B 0603e1984bb6f80f1ec7cacade106723c33f75082804088323da15ce45132c8bcdb6f9dfe74fa9d441b70f82af9196550f20fecc4c63087971c1e60c7c375fc4 SHA512 c1ef261f1eee0083531b5897e05a8a0195314032ecd7251b8e9e1495c5f3a6c02ad1fcdbd64129c46beac9acd72d6fd821ec42628142cfe819430cf7c6fda675
+EBUILD pgn-syntax-1.0-r1.ebuild 439 BLAKE2B c401b731bf615b33185efbea256085ed99a1f6f6908668d1d8bcdcb76eab3ede473a1d9224b4c33bc37753c8b3898dee778a9ebfd5249009f32287be416e60f7 SHA512 56b6678668d685ea9e85f114988583637ec1ba1fcfaac2be7f83108e482e11b769d93f7b263793a5597c3aa70b08d09b20dc50fe3eafa84698a68aff70b4d6ce
+EBUILD pgn-syntax-1.0.ebuild 440 BLAKE2B 592d2456f1e2c485d12eede51fdfb99ff92a22a49f110e2b63526d12856b3d2e596496cc4e711626b218f0a3d0012cd598668a6eb0b193061bbd1c027639a045 SHA512 09650c32bb618683f2e2b96c1258b81842b49379b839a134aab55c8c8e0259b868ca3185acfc5ca7ad6ea92e042b6505bbac92c08c6fcd23c41bde03a8d24fbe
MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
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."
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
index f12033db3066..82a0d2e267c9 100644
--- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -6,7 +6,7 @@ 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"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
LICENSE="vim.org"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"