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-pt/
Date: Thu, 22 Apr 2021 21:24:03
Message-Id: 1619126623.fbcda3a5b5cda4f7d1faaf138e2a2a3f5be72f4d.conikost@gentoo
1 commit: fbcda3a5b5cda4f7d1faaf138e2a2a3f5be72f4d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 21:12:06 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 21:23:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcda3a5
7
8 app-dicts/aspell-pt: 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-pt/Manifest | 1 -
14 app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest
18 index 997f80c452c..543aa65b319 100644
19 --- a/app-dicts/aspell-pt/Manifest
20 +++ b/app-dicts/aspell-pt/Manifest
21 @@ -1,2 +1 @@
22 -DIST aspell-pt-0.50-2.tar.bz2 201341 BLAKE2B ad924c197e7e72ea5be7a8f779fd7b144ac23e69ab6f089c338485c9fc4f5624a814b0f0f85d030647fe22e9390f03b873a05bd1cb26997986c30b5af0b10ef4 SHA512 21f115eae4507ca6e8c726476ba40910886e2ed17161cddbe493b2fe1c55a30703f033f8062eb0b9543d85541aa15e9ecab508cb3bb7403881315ecdb0bc55cd
23 DIST aspell6-pt_PT-20190329-1-0.tar.bz2 87497 BLAKE2B 678f33a13e995a13fbce084546c37a5ef331db6a4a8cb1d31386327acf905dca148167c156043d3ba0175cd0b2cfb3f6f724bace10ed8e0a4a4bf194049ec1e6 SHA512 7c7edb79cd46bf4566814dbdef09f9b6d202f183abe5c25fda454e69c57d617948806657ed1da83039b508c1ccdb8a020d694b7119edfce63bae7defeafa1123
24
25 diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
26 deleted file mode 100644
27 index e0d436e993d..00000000000
28 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,17 +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="Portuguese"
37 -inherit aspell-dict-r1
38 -
39 -LICENSE="GPL-2"
40 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
41 -
42 -src_install() {
43 - aspell-dict-r1_src_install
44 -
45 - rm "${ED}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die
46 - rm "${ED}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die
47 -}