summaryrefslogtreecommitdiff
path: root/app-dicts/aspell-mr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /app-dicts/aspell-mr
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'app-dicts/aspell-mr')
-rw-r--r--app-dicts/aspell-mr/Manifest3
-rw-r--r--app-dicts/aspell-mr/aspell-mr-0.10.0.ebuild21
-rw-r--r--app-dicts/aspell-mr/metadata.xml9
3 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/aspell-mr/Manifest b/app-dicts/aspell-mr/Manifest
new file mode 100644
index 000000000000..6d0ddde2f894
--- /dev/null
+++ b/app-dicts/aspell-mr/Manifest
@@ -0,0 +1,3 @@
+DIST aspell6-mr-0.10-0.tar.bz2 151720 BLAKE2B 652e6cb7fbfd01d7890c898b2fc8472c2b338158135438b4959651122bb298c000914ecca5d32726e8f332170073bad7db057c08c02448377fe8f4d68bbea799 SHA512 4137a9d6f3dc67db81479a2df628c33c3989214a629f48fc9bb6421e4ce723bdf559eb2f0981c2172315ec140ccd160a10b9556a6618f2fd3383dec184352732
+EBUILD aspell-mr-0.10.0.ebuild 556 BLAKE2B 3e360ccb1a2c6782ed8d003345ff4f381b51cb8ca9a471432a7725e422e409db13709e8d00cd2f990494ee386e0c4a1091116a043cda6b87699d4b2119467d85 SHA512 4fdb937b85b4f46d67845bb1561f94c26b3657b49fd66ba0d646112e9fd87d38d4ffbe80890b60a9dc222233e6495de2fc8e399f6ed2decda36106142bbf2e8a
+MISC metadata.xml 274 BLAKE2B c59fed5aad018cd55f4f85487a90e3d8d78837bbbbb80b0ac62869cf194cfc95be0f1f7ae156442c023d95496718fb9d3d18ce27892cfb1b27b3dae6a55e305f SHA512 8e2d70309bb9f0df147669de9f9a92aa27d350cb39c932370a72f2a601e62a19c076aaf4778268b43ef527649973033b0983a3707f0da79ece964ae339aff6f9
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..3452c2ed5906
--- /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 info -i Makefile.pre -i mr.dat || 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>