diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:20:33 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:50 +0200 |
commit | 99f9608ae76c3f8482573326fa00837bb33a9419 (patch) | |
tree | fabdbadec28e199fd25c7ca655af5fc4f9da3830 /app-vim/vimcdoc | |
parent | app-vim/vimbuddy: EAPI8 bump (diff) | |
download | gentoo-99f9608ae76c3f8482573326fa00837bb33a9419.tar.gz gentoo-99f9608ae76c3f8482573326fa00837bb33a9419.tar.bz2 gentoo-99f9608ae76c3f8482573326fa00837bb33a9419.zip |
app-vim/vimcdoc: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/vimcdoc')
-rw-r--r-- | app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild index 5eec3b7044fb..11597914b55c 100644 --- a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild +++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin DESCRIPTION="online vim documentation translated into Chinese" -HOMEPAGE="http://vimcdoc.sourceforge.net/" +HOMEPAGE="https://vimcdoc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="vim.org" KEYWORDS="~amd64 ~x86" |