diff options
author | 2018-11-06 21:39:17 +0100 | |
---|---|---|
committer | 2018-11-07 21:14:42 +0100 | |
commit | aa6a8b5031ba8fb6c92cbfdec3046240d60dfb61 (patch) | |
tree | 6bd27d76f4d5659a926f22b004162d5227f889a7 /app-dicts/aspell-es/aspell-es-1.11_p2.ebuild | |
parent | dev-haskell/stack-bin: bump up to 1.7.1 (diff) | |
download | gentoo-aa6a8b5031ba8fb6c92cbfdec3046240d60dfb61.tar.gz gentoo-aa6a8b5031ba8fb6c92cbfdec3046240d60dfb61.tar.bz2 gentoo-aa6a8b5031ba8fb6c92cbfdec3046240d60dfb61.zip |
app-dicts/aspell-es: Update to 1.11-2 and improve ebuild
Signed-off-by: Pablo Orduna <pabloorduna98@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10298
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-es/aspell-es-1.11_p2.ebuild')
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.11_p2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild b/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild new file mode 100644 index 000000000000..9e0fb3067314 --- /dev/null +++ b/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Spanish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P=aspell6-es-${PV/_p/-} +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +S=${WORKDIR}/${MY_P} |