diff options
author | 2024-05-12 13:26:19 +0200 | |
---|---|---|
committer | 2024-05-13 17:04:32 +0300 | |
commit | c68e12a2e967c5d5452cace978124ea334d124d0 (patch) | |
tree | c2852cf880b4d56279fb0f900b4467baabeac6d6 /app-vim | |
parent | app-vim/vim-spell-en: EAPI8 bump (diff) | |
download | gentoo-c68e12a2e967c5d5452cace978124ea334d124d0.tar.gz gentoo-c68e12a2e967c5d5452cace978124ea334d124d0.tar.bz2 gentoo-c68e12a2e967c5d5452cace978124ea334d124d0.zip |
app-vim/vim-spell-es: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild b/app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild new file mode 100644 index 000000000000..9d2e40bf5cb5 --- /dev/null +++ b/app-vim/vim-spell-es/vim-spell-es-20060208-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="Spanish" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" |