diff options
author | end222 <pabloorduna98@gmail.com> | 2018-11-06 21:39:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-07 21:14:42 +0100 |
commit | aa6a8b5031ba8fb6c92cbfdec3046240d60dfb61 (patch) | |
tree | 6bd27d76f4d5659a926f22b004162d5227f889a7 /app-dicts/aspell-es | |
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')
-rw-r--r-- | app-dicts/aspell-es/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.11_p2.ebuild | 18 | ||||
-rw-r--r-- | app-dicts/aspell-es/metadata.xml | 9 |
3 files changed, 27 insertions, 1 deletions
diff --git a/app-dicts/aspell-es/Manifest b/app-dicts/aspell-es/Manifest index 20ed06a1308d..817d192a3382 100644 --- a/app-dicts/aspell-es/Manifest +++ b/app-dicts/aspell-es/Manifest @@ -1 +1,2 @@ +DIST aspell6-es-1.11-2.tar.bz2 154787 BLAKE2B cc035b4f9c6b12c90b7112ad414ee3f28c00554179e9e88d79ceb06e14edbb891a3d2f7d2b3a70945651ceccecc4250e8e1f187cb75e1f6bdbe653e278a54140 SHA512 5d0159f24d6bff43db682a4beb25e82dd362c205acf7c9e0d728808c0e54a8a566befe26316f384099c72e6c429713f8ad7d2dc66a8f04a15e1d5a9cfe2290d8 DIST aspell6-es-1.9a-1.tar.bz2 132542 BLAKE2B df33c5c38633573b1616c480c2df4b53bd1b6afc6d749f558c22d56482df9977cc5aa366a0e9a7b5b1bdfc12b92bf4e38957e23b3bf8dca38b0dfe00824ff365 SHA512 7ea228104231a4af395787da41eb14f27b6b864f1512c9ccb72b5f19b4327a0e4ccc37fdc31085b33da83a0b3b45bfe608f0a1361da8297dff2bcd96096f4c06 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} diff --git a/app-dicts/aspell-es/metadata.xml b/app-dicts/aspell-es/metadata.xml index 6f49eba8f496..76c38de3001d 100644 --- a/app-dicts/aspell-es/metadata.xml +++ b/app-dicts/aspell-es/metadata.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="person"> + <email>pabloorduna98@gmail.com</email> + <name>Pablo Orduna</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> </pkgmetadata> |