diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 22:44:26 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:35 +0100 |
commit | 86c3c6f5e602756c397934f2e6d1666cc2415ff4 (patch) | |
tree | ee4e005dd47661a45593cd421222aeeff6263fcb /app-dicts/aspell-pt-br | |
parent | app-dicts/aspell-pt-br: rename version (diff) | |
download | gentoo-86c3c6f5e602756c397934f2e6d1666cc2415ff4.tar.gz gentoo-86c3c6f5e602756c397934f2e6d1666cc2415ff4.tar.bz2 gentoo-86c3c6f5e602756c397934f2e6d1666cc2415ff4.zip |
app-dicts/aspell-pt-br: bump to version 20131030.12.0
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pt-br')
-rw-r--r-- | app-dicts/aspell-pt-br/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt-br/Manifest b/app-dicts/aspell-pt-br/Manifest index b40e88fbbcf1..dba2e585f56b 100644 --- a/app-dicts/aspell-pt-br/Manifest +++ b/app-dicts/aspell-pt-br/Manifest @@ -1 +1,2 @@ DIST aspell6-pt_BR-20090702-0.tar.bz2 865676 BLAKE2B dd98250d378b15f321850e88de4a464ffa5e00183fda06990be9132406be268bf5144d4d500836df0e6f1d8f1601d8a38f3ed96ca00f3d9bacb5398dbfa9a945 SHA512 4c2606dad177881db7b7996c707a8d5a087fc9ec6ac46fac08b2bbb9c7acb51c7f0b3cb936f46257d03dd8e4e7a23b0244331db68a8208f5b7625d79ea6522d1 +DIST aspell6-pt_BR-20131030-12-0.tar.bz2 894604 BLAKE2B 5956f471cbd142647a011b62d3459b6ccf2e89528cbeb63cdec2fb5ead4df7f9823f46d16fab11cebcb3787088135cde40ab26eca34636e9d04ef365e17fd1da SHA512 9cb54552d34239202e74ac1e2b7da112dfbecbe0df2da011828178db0b93f74dde9922d33ad18a7b37084e6d37cc7fd16419e30cc63aa46664b0b86fb0e6ee99 diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild new file mode 100644 index 000000000000..4ebbe16e5a77 --- /dev/null +++ b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Brazilian Portuguese" +ASPELL_VERSION=6 +MY_ASPELL_LANG="${PN#*-}" +MY_ASPELL_SUBLANG="${PN##*-}" +MY_P="aspell${ASPELL_VERSION}-${MY_ASPELL_LANG/-${PN##*-}/_${MY_ASPELL_SUBLANG^^}}-${PV//./-}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://gnu/${PN%%-*}/dict/${MY_ASPELL_LANG/-${PN##*-}/_${MY_ASPELL_SUBLANG^^}}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |