diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-02 11:23:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-02 11:24:23 +0100 |
commit | 5bb294b0939dad84f5bd187d0fd32ff0093ff820 (patch) | |
tree | 85f1503fe331b9fd54e4b6718a515a4b1dd51a48 /app-vim/gentoo-syntax | |
parent | dev-python/dirty-equals: Remove old (diff) | |
download | gentoo-5bb294b0939dad84f5bd187d0fd32ff0093ff820.tar.gz gentoo-5bb294b0939dad84f5bd187d0fd32ff0093ff820.tar.bz2 gentoo-5bb294b0939dad84f5bd187d0fd32ff0093ff820.zip |
app-vim/gentoo-syntax: Modernize -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild | 13 |
1 files 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" |