diff options
Diffstat (limited to 'app-dicts/aspell-en')
-rw-r--r-- | app-dicts/aspell-en/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/aspell-en/metadata.xml | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/app-dicts/aspell-en/Manifest b/app-dicts/aspell-en/Manifest index 646e60727910..ed411d2f8ddf 100644 --- a/app-dicts/aspell-en/Manifest +++ b/app-dicts/aspell-en/Manifest @@ -1,3 +1,3 @@ DIST aspell6-en-2018.04.16-0.tar.bz2 185332 BLAKE2B 98b3d39463a26473450778d3f3763eb11739deb1d5d28db5f7bc0ef4dbfa977435fc0721d26a39ce2bfed9564985a62fd199ec2ba59154a327b6429109966d6e SHA512 70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2 -EBUILD aspell-en-2018.04.16.0.ebuild 587 BLAKE2B d718da76c9fb70eb2a89bd93e581d6f9190070ec0fa4ee66ad63d074e0f58e127df0fc48ed01012e73b0ef601bfd1aebd96cffe31d5c48b59f77b8a1db6e1ed2 SHA512 fc6b29a915b0ce45960a0830558ed5e38bdff95b25488acfff9b42182c390ccdf51ef6abba430949fc4391ef5fd4c05b776becf0e877503000e311f9696569c1 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 +EBUILD aspell-en-2018.04.16.0.ebuild 547 BLAKE2B 4554f9dd3b5364c39e782eb3494d4aef259a876d0d738e1cb76d00daa6c5693274751562f0ec2022060a8dffa1386616f6b8259dfe6f90b551efd5c3fee2de54 SHA512 982e40317f0e6a9a7dd1324ca7ac51c4000355967859344c95673161b216fc6d947d4f483c656e7c0ec74b07ba2cd2a5bbe5730c77180e1739e1d66b83ad6d1e +MISC metadata.xml 190 BLAKE2B 13f967fa4846571025dce39eabf9e0edf83077a00263bf1d0858c1440fb569714ab4ac83f5292ab20680f15620c94a6d20ce9134314d1a3093f7c4cea86342b2 SHA512 60d247fc066287ff37b6e8f1a4c54f0fd37f01648f80a4c20a3e727b5a9022e328dbfca70657d0bed0324848cf9a4fd8d78b56e6418dbd912e4d52673cb2a5b7 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 index ecb092c885cb..9d096a88bd51 100644 --- a/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild +++ b/app-dicts/aspell-en/aspell-en-2018.04.16.0.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="English (US, British, Canadian)" ASPELL_VERSION=6 +inherit aspell-dict-r1 -inherit aspell-dict-r1 versionator - -SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${PN%-*}${ASPELL_VERSION}-${PN#*-}-$(replace_version_separator 3 '-').tar.bz2" +SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${PN%-*}${ASPELL_VERSION}-${PN#*-}-$(ver_rs 3 '-').tar.bz2" LICENSE="myspell-en_CA-KevinAtkinson public-domain Princeton Ispell" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" diff --git a/app-dicts/aspell-en/metadata.xml b/app-dicts/aspell-en/metadata.xml index 6f49eba8f496..9c1b627475c9 100644 --- a/app-dicts/aspell-en/metadata.xml +++ b/app-dicts/aspell-en/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <stabilize-allarches/> </pkgmetadata> |