Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-en/
Date: Sat, 08 Dec 2018 22:17:49
Message-Id: 1544307428.edb5b79a1205e279b304f64095ec888078812f1d.monsieurp@gentoo
1 commit: edb5b79a1205e279b304f64095ec888078812f1d
2 Author: Pedro Arizmendi <dwosky <AT> zoho <DOT> com>
3 AuthorDate: Fri Nov 23 13:04:14 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 22:17:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb5b79a
7
8 app-dicts/aspell-en: version bump to 2018.04.16.
9
10 Signed-off-by: Pedro Arizmendi <dwosky <AT> zoho.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10465
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-dicts/aspell-en/Manifest | 1 +
15 app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild | 15 +++++++++++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/app-dicts/aspell-en/Manifest b/app-dicts/aspell-en/Manifest
19 index 8f9da95624d..7d57a4176d2 100644
20 --- a/app-dicts/aspell-en/Manifest
21 +++ b/app-dicts/aspell-en/Manifest
22 @@ -1,2 +1,3 @@
23 DIST aspell6-en-2016.11.20-0.tar.bz2 184650 BLAKE2B 2ece9532bb14243a1470048a16f29df2e90fa6f9399c9c66831f7f4a743be8d6c257a3cd36e5b506ccf8968f03cdd0dd785302e135007e9dd23f8c58767f1d39 SHA512 acf4c0bac9dba5b001481da159768ee65decea480c6c601ca0733091558406a84a7d8efb47c1806b032d8e22e96927787a29f8e4e93563a01361e4cfaf3a3519
24 DIST aspell6-en-2017.01.22-0.tar.bz2 184409 BLAKE2B 8a2e214996f412943581a2ac31c315e585ba234484b44d7563b27338dfbbc2947d19854fcb5417736a1c32b7fd8d6b033efc86d2a6dd81256218a72df09eab86 SHA512 2721ffdc7f2823b9104a0d7cfa10d1ba9581432dcbb2584b9519e56a621520177eef55ea5bf9803503c429201141ce0ed4001e75c6b9385bca2fbf8986617a66
25 +DIST aspell6-en-2018.04.16-0.tar.bz2 185332 BLAKE2B 98b3d39463a26473450778d3f3763eb11739deb1d5d28db5f7bc0ef4dbfa977435fc0721d26a39ce2bfed9564985a62fd199ec2ba59154a327b6429109966d6e SHA512 70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2
26
27 diff --git a/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild b/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild
28 new file mode 100644
29 index 00000000000..c97317a5844
30 --- /dev/null
31 +++ b/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild
32 @@ -0,0 +1,15 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +ASPELL_LANG="English (US, British, Canadian)"
39 +ASPELL_VERSION=6
40 +
41 +inherit aspell-dict-r1 versionator
42 +
43 +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${PN%-*}${ASPELL_VERSION}-${PN#*-}-$(replace_version_separator 3 '-').tar.bz2"
44 +
45 +LICENSE="myspell-en_CA-KevinAtkinson public-domain Princeton Ispell"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
47 +IUSE=""