commit: 5bb294b0939dad84f5bd187d0fd32ff0093ff820 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 2 10:23:50 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 2 10:24:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb294b0
app-vim/gentoo-syntax: Modernize -9999 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild index a5cb9329196a..7e46a0bf24aa 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 vim-plugin DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" -HOMEPAGE="https://github.com/gentoo/gentoo-syntax" -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-syntax.git - https://github.com/gentoo/gentoo-syntax.git" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax/" +EGIT_REPO_URI=" + https://anongit.gentoo.org/git/proj/gentoo-syntax.git + https://github.com/gentoo/gentoo-syntax.git +" LICENSE="vim" SLOT="0" -KEYWORDS="" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax"
