summaryrefslogtreecommitdiff
path: root/app-dicts/aspell-is
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-is
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'app-dicts/aspell-is')
-rw-r--r--app-dicts/aspell-is/Manifest4
-rw-r--r--app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild (renamed from app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild)9
-rw-r--r--app-dicts/aspell-is/metadata.xml5
3 files changed, 15 insertions, 3 deletions
diff --git a/app-dicts/aspell-is/Manifest b/app-dicts/aspell-is/Manifest
index 1a580f890baa..ecbe7f0dcb8d 100644
--- a/app-dicts/aspell-is/Manifest
+++ b/app-dicts/aspell-is/Manifest
@@ -1,3 +1,3 @@
DIST aspell-is-0.51.1-0.tar.bz2 323850 BLAKE2B d3d15c594380ae173f94862eedaee8255a0d98f5e6552ea24fffbf0400d88a858d6d9eb56b35a314b3ae9440929eb525c41ea57f99c43dff0032da68ab8ebf95 SHA512 b96aeb407c1de700a20ca18bbd9e1bc1a4c086379ef7fbd0467178d11b9ed70e547a81a4659619e7385f89926638cb2a5e807cc701b444a7bf0d246905795bf2
-EBUILD aspell-is-0.51.1.0.ebuild 267 BLAKE2B 985ba4a8a1ba11acbdd49444f3294f6ab6856df68ad88eeee9239f0859e8ed7d818f6c533400226694c7af638921fac91517af8c8b0788da4fe5a6354d26f309 SHA512 919a4eef9bdbc9c3c4623c12d9776457494821a0772ec3fdf9f00d59456178e1a533b2b1424e185005b5791fccfb941e6478293a5486140c5ba9e5cd5de84692
-MISC metadata.xml 190 BLAKE2B 13f967fa4846571025dce39eabf9e0edf83077a00263bf1d0858c1440fb569714ab4ac83f5292ab20680f15620c94a6d20ce9134314d1a3093f7c4cea86342b2 SHA512 60d247fc066287ff37b6e8f1a4c54f0fd37f01648f80a4c20a3e727b5a9022e328dbfca70657d0bed0324848cf9a4fd8d78b56e6418dbd912e4d52673cb2a5b7
+EBUILD aspell-is-0.51.1.0-r1.ebuild 474 BLAKE2B 7aa43d939ba4ad596405c809fba3fec0bfc07d9abf86d17b21e4f713159cccf888c6a2795937995475abbe9315d66e02a2df7e64b7dedeed7cdd0233a084a4c6 SHA512 fd4c3547b784d3a8e43cea32aa2b8bfefed23d940ba581f7c13b9efcb56f28c3cf6bb94fd421bd74627a4b94b179f5a92bdfcdbf4491d01e2ba38726c18c6392
+MISC metadata.xml 274 BLAKE2B c59fed5aad018cd55f4f85487a90e3d8d78837bbbbb80b0ac62869cf194cfc95be0f1f7ae156442c023d95496718fb9d3d18ce27892cfb1b27b3dae6a55e305f SHA512 8e2d70309bb9f0df147669de9f9a92aa27d350cb39c932370a72f2a601e62a19c076aaf4778268b43ef527649973033b0983a3707f0da79ece964ae339aff6f9
diff --git a/app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild b/app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild
index ce5dd5d0804e..cb88b0f40b2d 100644
--- a/app-dicts/aspell-is/aspell-is-0.51.1.0.ebuild
+++ b/app-dicts/aspell-is/aspell-is-0.51.1.0-r1.ebuild
@@ -4,7 +4,16 @@
EAPI=7
ASPELL_LANG="Icelandic"
+
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
+
+ # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file.
+ sed -e 's/'$'\355''/Y/g' -i Makefile.pre || die
+ mv ''$'\355''slenska.alias' Yslenska.alias || die
+}
diff --git a/app-dicts/aspell-is/metadata.xml b/app-dicts/aspell-is/metadata.xml
index 9c1b627475c9..debde3ef6ae3 100644
--- a/app-dicts/aspell-is/metadata.xml
+++ b/app-dicts/aspell-is/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
<stabilize-allarches/>
</pkgmetadata>