summaryrefslogtreecommitdiff
path: root/app-dicts/aspell-nds
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-nds
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'app-dicts/aspell-nds')
-rw-r--r--app-dicts/aspell-nds/Manifest3
-rw-r--r--app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild21
-rw-r--r--app-dicts/aspell-nds/metadata.xml9
3 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/aspell-nds/Manifest b/app-dicts/aspell-nds/Manifest
new file mode 100644
index 000000000000..19c02f7b21ce
--- /dev/null
+++ b/app-dicts/aspell-nds/Manifest
@@ -0,0 +1,3 @@
+DIST aspell6-nds-0.01-0.tar.bz2 32658 BLAKE2B dc7325ad51c17683aeb8c3c67ebe26887cbf7459314a961ad90bc6558848bb4c5f701417b119721dbd752fd0374249681bc147074c64db079c7a7bb31688dcfa SHA512 88ef6f6773e8699a5200ff8ae3ef9935fee21958fa35868bc10d37c22b55ea721ad9c59ab4843fdc6fedbf5a9ed10c7ea144548713742b8094b99c3c46a552a5
+EBUILD aspell-nds-0.01.0.ebuild 591 BLAKE2B 8b50879756ee855c284bc3ae2c0600c28fe54a079f9947fb26edea6ee76eef7338c531ab95c63a6fff1c6b7effb22fb681abf140afa84e2e4ea5bf1c7482803f SHA512 1ddf88e90961da1635d69ec1543fafdfd66c16c2274a27c14a8bbdc5677784562efc5ef700715277ee6f01b2282116702a1e44ea6b8e92fa772cdfaa3a85a4c4
+MISC metadata.xml 274 BLAKE2B c59fed5aad018cd55f4f85487a90e3d8d78837bbbbb80b0ac62869cf194cfc95be0f1f7ae156442c023d95496718fb9d3d18ce27892cfb1b27b3dae6a55e305f SHA512 8e2d70309bb9f0df147669de9f9a92aa27d350cb39c932370a72f2a601e62a19c076aaf4778268b43ef527649973033b0983a3707f0da79ece964ae339aff6f9
diff --git a/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild b/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild
new file mode 100644
index 000000000000..c4ed58449975
--- /dev/null
+++ b/app-dicts/aspell-nds/aspell-nds-0.01.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="Lower Saxony Plattdüütsch"
+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/iso-8859-15/iso-8859-15-nds/g' -i Makefile.pre || die
+ mv iso-8859-15.cmap iso-8859-15-nds.cmap || die
+ mv iso-8859-15.cset iso-8859-15-nds.cset || die
+}
diff --git a/app-dicts/aspell-nds/metadata.xml b/app-dicts/aspell-nds/metadata.xml
new file mode 100644
index 000000000000..debde3ef6ae3
--- /dev/null
+++ b/app-dicts/aspell-nds/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>