diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:23:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:31 +0300 |
commit | a094948e8ee961dec285cea25733a2dfa795ae00 (patch) | |
tree | cfd03849712a290897c28d3a56083c3edaf8bcf9 | |
parent | app-vim/vim-spell-da: EAPI8 bump (diff) | |
download | gentoo-a094948e8ee961dec285cea25733a2dfa795ae00.tar.gz gentoo-a094948e8ee961dec285cea25733a2dfa795ae00.tar.bz2 gentoo-a094948e8ee961dec285cea25733a2dfa795ae00.zip |
app-vim/vim-spell-de: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild b/app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild new file mode 100644 index 000000000000..1a56de6b953c --- /dev/null +++ b/app-vim/vim-spell-de/vim-spell-de-20080213-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="German" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" |