diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:56:41 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 00:29:27 +0100 |
commit | 795e4898ada0dd4e77edb2956726548e6697de93 (patch) | |
tree | 1e88110008a602b79e0876e7b0971f70e5db9562 /app-dicts | |
parent | net-mail/isync: Version bump 1.4.1 (diff) | |
download | gentoo-795e4898ada0dd4e77edb2956726548e6697de93.tar.gz gentoo-795e4898ada0dd4e77edb2956726548e6697de93.tar.bz2 gentoo-795e4898ada0dd4e77edb2956726548e6697de93.zip |
app-dicts/aspell-ca: bump to version 2.5.0
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-ca/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-ca/aspell-ca-2.5.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-ca/Manifest b/app-dicts/aspell-ca/Manifest index 53d69830c89d..12b1b7ae882d 100644 --- a/app-dicts/aspell-ca/Manifest +++ b/app-dicts/aspell-ca/Manifest @@ -1 +1,2 @@ DIST aspell6-ca-2.1.5-1.tar.bz2 227561 BLAKE2B a7b26408eb583ca56967508f00d9c617e6e4bec364f6c807813d5f6485c549b9b62f02ea5464c32c3b3a84477d8fb6e768c11fda7d262b56ff0b24d57e19fde0 SHA512 9f3baef829948a4979c03dcc380caf3fa249912fa94d375a41df4d34d62ffdbf781a777eb437d101bdf99873e9d515a4d27ebef08f71ff435f07e845194c9f0a +DIST aspell6-ca-2.5.0.tar.bz2 250769 BLAKE2B 9ce3d87090416e2af526ced665b535e30f692fec293082828cbb28ead92387c6d3e0b9e4193c94f623ddfdf29860310ffb4446c9d67518edce6b43aaf1b34bc3 SHA512 70eee12b026d6d0b5f710593f4d1759190596e7b7db651b804cc4d724d2c567911ef8d370873ac7ab4506f6555b8dde046f3277c3cd072e0d7b76047cdd5b1b2 diff --git a/app-dicts/aspell-ca/aspell-ca-2.5.0.ebuild b/app-dicts/aspell-ca/aspell-ca-2.5.0.ebuild new file mode 100644 index 000000000000..365a529137f4 --- /dev/null +++ b/app-dicts/aspell-ca/aspell-ca-2.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Catalan" +ASPELL_VERSION=6 +MY_PN="${PN/aspell/aspell${ASPELL_VERSION}}" +MY_P="${MY_PN}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE="https://www.softcatala.org/" +SRC_URI="https://www.softcatala.org/pub/softcatala/aspell/${PV}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DOCS=( "README" "doc/ChangeLog" ) |