diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 22:59:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 23:41:17 +0100 |
commit | 8103770c156cc67f980a952c46c1463854989dd6 (patch) | |
tree | c9c6f6bf88f6377acd1c80cf23fa51908ecd456e /app-vim/genutils | |
parent | app-editors/elvis: drop 2.2.0-r6, 2.2.0-r7 (diff) | |
download | gentoo-8103770c156cc67f980a952c46c1463854989dd6.tar.gz gentoo-8103770c156cc67f980a952c46c1463854989dd6.tar.bz2 gentoo-8103770c156cc67f980a952c46c1463854989dd6.zip |
app-vim/genutils: forward stable keywords to 2.5-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/genutils')
-rw-r--r-- | app-vim/genutils/genutils-2.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-vim/genutils/genutils-2.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-vim/genutils/genutils-2.5-r1.ebuild b/app-vim/genutils/genutils-2.5-r1.ebuild index 57fc9d0c385a..1d1770abc285 100644 --- a/app-vim/genutils/genutils-2.5-r1.ebuild +++ b/app-vim/genutils/genutils-2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,9 +7,10 @@ inherit vim-plugin DESCRIPTION="vim plugin: library with various useful functions" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" + SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides library functions and is not intended to be used diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index 8cac5cf0724e..a34145df7079 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,6 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library with various useful functions" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" + LICENSE="GPL-3" KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" |