diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:02 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:09 +0100 |
commit | 51c34fe2b928697070aea8ffc6654ac0cb3904cd (patch) | |
tree | 5065b1ec696d73f06746993deaf11efb09e8b3cd /app-dicts | |
parent | app-dicts/aspell-mn: new package (diff) | |
download | gentoo-51c34fe2b928697070aea8ffc6654ac0cb3904cd.tar.gz gentoo-51c34fe2b928697070aea8ffc6654ac0cb3904cd.tar.bz2 gentoo-51c34fe2b928697070aea8ffc6654ac0cb3904cd.zip |
app-dicts/aspell-mr: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-mr/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-mr/aspell-mr-0.10.0.ebuild | 21 | ||||
-rw-r--r-- | app-dicts/aspell-mr/metadata.xml | 9 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/aspell-mr/Manifest b/app-dicts/aspell-mr/Manifest new file mode 100644 index 000000000000..8b456509c7a3 --- /dev/null +++ b/app-dicts/aspell-mr/Manifest @@ -0,0 +1 @@ +DIST aspell6-mr-0.10-0.tar.bz2 151720 BLAKE2B 652e6cb7fbfd01d7890c898b2fc8472c2b338158135438b4959651122bb298c000914ecca5d32726e8f332170073bad7db057c08c02448377fe8f4d68bbea799 SHA512 4137a9d6f3dc67db81479a2df628c33c3989214a629f48fc9bb6421e4ce723bdf559eb2f0981c2172315ec140ccd160a10b9556a6618f2fd3383dec184352732 diff --git a/app-dicts/aspell-mr/aspell-mr-0.10.0.ebuild b/app-dicts/aspell-mr/aspell-mr-0.10.0.ebuild new file mode 100644 index 000000000000..4b789e91f5c8 --- /dev/null +++ b/app-dicts/aspell-mr/aspell-mr-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Marathi" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_prepare() { + default + + # Must be renamed, as it triggers otherwise a file collision with app-dicts/aspell-hi. + sed -e 's/u-deva/u-deva-mr/g' -i Makefile.pre || die + mv u-deva.cmap u-deva-mr.cmap || die + mv u-deva.cset u-deva-mr.cset || die +} diff --git a/app-dicts/aspell-mr/metadata.xml b/app-dicts/aspell-mr/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-mr/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> |