diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 23:39:58 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 23:41:13 +0200 |
commit | c3ffc892251ffa11246074ec2432583186b6ce5b (patch) | |
tree | 9850829539097e57f460de71d77ce5cdbcaa38e2 /app-dicts/aspell-nb | |
parent | app-dicts/aspell-nb: repack archive (diff) | |
download | gentoo-c3ffc892251ffa11246074ec2432583186b6ce5b.tar.gz gentoo-c3ffc892251ffa11246074ec2432583186b6ce5b.tar.bz2 gentoo-c3ffc892251ffa11246074ec2432583186b6ce5b.zip |
app-dicts/aspell-nb: drop old version
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/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest index d4d5267fa83b..94bea6a4b20f 100644 --- a/app-dicts/aspell-nb/Manifest +++ b/app-dicts/aspell-nb/Manifest @@ -1 +1 @@ -DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13 +DIST aspell-nb-0.50.1-0.tar.bz2 422862 BLAKE2B 119e43d3120c1fc2cfe8bc9688ae0dfe756ff021e1a1d61bc1bf22d35c9b6c0505a64211116144121b01c19961b47b506121446157204485a23fbafaa38333e5 SHA512 1ea984e49acc78f11943cebf2fb799a15c573a4455806060bf1fd35b822d231e1b69887116a4b734d2e729a370f1ae9673241bcc00e2c1c3e6756d069b14c03b 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 deleted file mode 100644 index e4c85a05eb4a..000000000000 --- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Norwegian Bokmal" - -inherit aspell-dict-r1 - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="!app-dicts/aspell-no" - -src_prepare() { - default - - # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file. - sed -e 's/bokm'$'\345''l.alias//g' -i Makefile.pre || die -} |