diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 23:31:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 23:41:12 +0200 |
commit | 5ae2839d248d5c6c036f039f3b31ebcdcca74b55 (patch) | |
tree | 1a06826ac215a93189166f1f4b78f16c5c8dca5b /app-dicts/aspell-nb | |
parent | media-libs/mesa: Version bump to 21.0.3 (diff) | |
download | gentoo-5ae2839d248d5c6c036f039f3b31ebcdcca74b55.tar.gz gentoo-5ae2839d248d5c6c036f039f3b31ebcdcca74b55.tar.bz2 gentoo-5ae2839d248d5c6c036f039f3b31ebcdcca74b55.zip |
app-dicts/aspell-nb: repack archive
The original archive uses invalid utf-8 file names,
so unpacking will fail on file systems like ZFS.
Repacking original archive with fixed utf-8 file name.
Closes: https://bugs.gentoo.org/783096
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-nb')
-rw-r--r-- | app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 000000000000..97ac2985aff7 --- /dev/null +++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Norwegian Bokmal" +MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}" + +inherit aspell-dict-r1 + +SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND="!app-dicts/aspell-no" |