diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 21:01:24 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:14 +0100 |
commit | e44467762d88f2d656c64047280076bbb2225c78 (patch) | |
tree | 7c283f79e04916d65c10c5d4bffe54093acf4659 /app-dicts/aspell-en | |
parent | app-dicts/aspell-el: bump to version 0.08.0 (diff) | |
download | gentoo-e44467762d88f2d656c64047280076bbb2225c78.tar.gz gentoo-e44467762d88f2d656c64047280076bbb2225c78.tar.bz2 gentoo-e44467762d88f2d656c64047280076bbb2225c78.zip |
app-dicts/aspell-en: bump to version 2020.12.07.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-en')
-rw-r--r-- | app-dicts/aspell-en/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-en/aspell-en-2020.12.07.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-en/metadata.xml | 5 |
3 files changed, 17 insertions, 1 deletions
diff --git a/app-dicts/aspell-en/Manifest b/app-dicts/aspell-en/Manifest index c452d67fa23e..0b0b0ed90ad6 100644 --- a/app-dicts/aspell-en/Manifest +++ b/app-dicts/aspell-en/Manifest @@ -1 +1,2 @@ DIST aspell6-en-2018.04.16-0.tar.bz2 185332 BLAKE2B 98b3d39463a26473450778d3f3763eb11739deb1d5d28db5f7bc0ef4dbfa977435fc0721d26a39ce2bfed9564985a62fd199ec2ba59154a327b6429109966d6e SHA512 70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2 +DIST aspell6-en-2020.12.07-0.tar.bz2 188972 BLAKE2B 2e200dd1d6d4277a73fa73207119546638d548e40936b5d4744b0d0955b87862257a026e382d344cd4b396099b503367815adc697788362529d9170c3cca6e8b SHA512 9ed4e64891242e5e5e7d6ac82a0d1fda3bdc5116bd9d926e787b8f381080b357915f0c9b39cae04c1da0f2ec6e47ffe30a584f7f3bf7d455a46e8518a7858547 diff --git a/app-dicts/aspell-en/aspell-en-2020.12.07.0.ebuild b/app-dicts/aspell-en/aspell-en-2020.12.07.0.ebuild new file mode 100644 index 000000000000..2b2711cd3268 --- /dev/null +++ b/app-dicts/aspell-en/aspell-en-2020.12.07.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="English (British, Canadian, US)" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +LICENSE="Ispell myspell-en_CA-KevinAtkinson Princeton public-domain" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-en/metadata.xml b/app-dicts/aspell-en/metadata.xml index 9c1b627475c9..debde3ef6ae3 100644 --- a/app-dicts/aspell-en/metadata.xml +++ b/app-dicts/aspell-en/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> <stabilize-allarches/> </pkgmetadata> |