diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-05 21:17:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-05 21:17:31 +0100 |
commit | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch) | |
tree | c85d72f6f31f21f178069c9d41d41a7c1ff4b362 /app-vim/pgn-syntax | |
parent | 0706fc6986773f4e4d391deff4ad5143c464ea4e (diff) |
gentoo resync : 05.04.2019
Diffstat (limited to 'app-vim/pgn-syntax')
-rw-r--r-- | app-vim/pgn-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild (renamed from app-vim/pgn-syntax/pgn-syntax-1.0.ebuild) | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-vim/pgn-syntax/Manifest b/app-vim/pgn-syntax/Manifest index 7dfc3cc788b3..2d3426f52c8b 100644 --- a/app-vim/pgn-syntax/Manifest +++ b/app-vim/pgn-syntax/Manifest @@ -1,3 +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 +EBUILD pgn-syntax-1.0-r1.ebuild 432 BLAKE2B 2936922de84c3a4702a8dedfee3e67b5a16cf2a6dbcf8a63f0ba8e7706f6e24503587939b6c00d92ec3787f3c4343b920b6543c3b161db7714fb75300dc0d644 SHA512 7220c51043840ab48e8e5e2865ee8e9262597a08d32524ad8916d74e81d8c343897d5d25a3dc94d9f9231fd5984b5dfc8c4d82c762b3b7485bdd23f66cac3e19 MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild index f12033db3066..8b10a32617c6 100644 --- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild +++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 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" -IUSE="" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for PGN files." |