diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-11 00:03:30 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-11 00:04:45 +0200 |
commit | 0e16b40519ef679ab09f8946dc6a2eb91d15c7ce (patch) | |
tree | e0fbe95b819d6b1f5026a718bb167d6f4d4824df /app-vim/vim-spell-en | |
parent | app-vim/vim-spell-de: fix warning, update HOMEPAGE. (diff) | |
download | gentoo-0e16b40519ef679ab09f8946dc6a2eb91d15c7ce.tar.gz gentoo-0e16b40519ef679ab09f8946dc6a2eb91d15c7ce.tar.bz2 gentoo-0e16b40519ef679ab09f8946dc6a2eb91d15c7ce.zip |
app-vim/vim-spell-en: EAPI 6 bump, update HOMEPAGE.
Bug: https://bugs.gentoo.org/614654
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-vim/vim-spell-en')
-rw-r--r-- | app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild new file mode 100644 index 000000000000..6b62b9a86d99 --- /dev/null +++ b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIM_SPELL_LANGUAGE="English" + +inherit vim-spell + +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +LICENSE="BSD LGPL-2.1 public-domain" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" |