diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:32:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:34 +0300 |
commit | fbd733e70edf19811bc4ab78d6e17533b61e13ba (patch) | |
tree | 96fc9e793a9a5d70ec9ec1fd16d2fd2359c95706 /app-vim | |
parent | app-vim/vim-spell-pt: EAPI8 bump (diff) | |
download | gentoo-fbd733e70edf19811bc4ab78d6e17533b61e13ba.tar.gz gentoo-fbd733e70edf19811bc4ab78d6e17533b61e13ba.tar.bz2 gentoo-fbd733e70edf19811bc4ab78d6e17533b61e13ba.zip |
app-vim/vim-spell-ru: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36652
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild new file mode 100644 index 000000000000..e99ee53aa873 --- /dev/null +++ b/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VIM_SPELL_LANGUAGE="Russian" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="myspell-ru_RU-AlexanderLebedev" +KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86" |