diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:28:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:51 +0200 |
commit | 1feed75a33f8006e5c6be9670d3bab7f9443bfc4 (patch) | |
tree | b265a978a07820b53f1fa47d958f7e12e1c15613 /app-vim | |
parent | app-vim/vim-hoogle: EAPI8 bump (diff) | |
download | gentoo-1feed75a33f8006e5c6be9670d3bab7f9443bfc4.tar.gz gentoo-1feed75a33f8006e5c6be9670d3bab7f9443bfc4.tar.bz2 gentoo-1feed75a33f8006e5c6be9670d3bab7f9443bfc4.zip |
app-vim/vim-rest-console: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild index a47e6a71cd0e..512566d85a77 100644 --- a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild +++ b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin -DESCRIPTION="a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console" +DESCRIPTION="vim plugin: a REST console for vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 + https://github.com/diepm/vim-rest-console" SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" KEYWORDS="~amd64 ~x86" |