diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:21:54 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:31 +0300 |
commit | db48161773101bc1dd65975cd4d2be007570abd1 (patch) | |
tree | d99fdc54364a15a137e0c772bd0107374357b43e /app-vim | |
parent | app-vim/vim-spell-cs: EAPI8 bump (diff) | |
download | gentoo-db48161773101bc1dd65975cd4d2be007570abd1.tar.gz gentoo-db48161773101bc1dd65975cd4d2be007570abd1.tar.bz2 gentoo-db48161773101bc1dd65975cd4d2be007570abd1.zip |
app-vim/vim-spell-da: 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-da/vim-spell-da-20060116-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-da/vim-spell-da-20060116-r2.ebuild b/app-vim/vim-spell-da/vim-spell-da-20060116-r2.ebuild new file mode 100644 index 000000000000..c8f1511b6360 --- /dev/null +++ b/app-vim/vim-spell-da/vim-spell-da-20060116-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="Danish" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |