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:52
Message-Id: 1619041273.c3ffc892251ffa11246074ec2432583186b6ce5b.conikost@gentoo
1 commit: c3ffc892251ffa11246074ec2432583186b6ce5b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 21:39:58 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 21:41:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ffc892
7
8 app-dicts/aspell-nb: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-dicts/aspell-nb/Manifest | 2 +-
14 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild | 20 --------------------
15 2 files changed, 1 insertion(+), 21 deletions(-)
16
17 diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest
18 index d4d5267fa83..94bea6a4b20 100644
19 --- a/app-dicts/aspell-nb/Manifest
20 +++ b/app-dicts/aspell-nb/Manifest
21 @@ -1 +1 @@
22 -DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13
23 +DIST aspell-nb-0.50.1-0.tar.bz2 422862 BLAKE2B 119e43d3120c1fc2cfe8bc9688ae0dfe756ff021e1a1d61bc1bf22d35c9b6c0505a64211116144121b01c19961b47b506121446157204485a23fbafaa38333e5 SHA512 1ea984e49acc78f11943cebf2fb799a15c573a4455806060bf1fd35b822d231e1b69887116a4b734d2e729a370f1ae9673241bcc00e2c1c3e6756d069b14c03b
24
25 diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
26 deleted file mode 100644
27 index e4c85a05eb4..00000000000
28 --- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ASPELL_LANG="Norwegian Bokmal"
37 -
38 -inherit aspell-dict-r1
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"
44 -
45 -src_prepare() {
46 - default
47 -
48 - # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file.
49 - sed -e 's/bokm'$'\345''l.alias//g' -i Makefile.pre || die
50 -}