Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
Date: Wed, 21 Apr 2021 21:41:51
Message-Id: 1619041272.5ae2839d248d5c6c036f039f3b31ebcdcca74b55.conikost@gentoo
1 commit: 5ae2839d248d5c6c036f039f3b31ebcdcca74b55
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 21:31:00 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 21:41:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae2839d
7
8 app-dicts/aspell-nb: repack archive
9
10 The original archive uses invalid utf-8 file names,
11 so unpacking will fail on file systems like ZFS.
12
13 Repacking original archive with fixed utf-8 file name.
14
15 Closes: https://bugs.gentoo.org/783096
16 Package-Manager: Portage-3.0.18, Repoman-3.0.3
17 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
18
19 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 ++++++++++++++++
20 1 file changed, 16 insertions(+)
21
22 diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
23 new file mode 100644
24 index 00000000000..97ac2985aff
25 --- /dev/null
26 +++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
27 @@ -0,0 +1,16 @@
28 +# Copyright 1999-2021 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +ASPELL_LANG="Norwegian Bokmal"
34 +MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}"
35 +
36 +inherit aspell-dict-r1
37 +
38 +SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"
39 +
40 +LICENSE="GPL-2"
41 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
42 +
43 +RDEPEND="!app-dicts/aspell-no"