From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E55481382C5 for ; Thu, 22 Apr 2021 21:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C9BFE0933; Thu, 22 Apr 2021 21:24:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2924CE0933 for ; Thu, 22 Apr 2021 21:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A259B3413B0 for ; Thu, 22 Apr 2021 21:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8CAD732 for ; Thu, 22 Apr 2021 21:23:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1619126623.fbcda3a5b5cda4f7d1faaf138e2a2a3f5be72f4d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-pt/Manifest app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild X-VCS-Directories: app-dicts/aspell-pt/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fbcda3a5b5cda4f7d1faaf138e2a2a3f5be72f4d X-VCS-Branch: master Date: Thu, 22 Apr 2021 21:23:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f6b2880-2ba7-4ecc-bfd7-7bf9c0f34577 X-Archives-Hash: 8ea0dcbaadcc2c9fe5f389e095138894 commit: fbcda3a5b5cda4f7d1faaf138e2a2a3f5be72f4d Author: Conrad Kostecki gentoo org> AuthorDate: Thu Apr 22 21:12:06 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 22 21:23:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcda3a5 app-dicts/aspell-pt: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-pt/Manifest | 1 - app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index 997f80c452c..543aa65b319 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1,2 +1 @@ -DIST aspell-pt-0.50-2.tar.bz2 201341 BLAKE2B ad924c197e7e72ea5be7a8f779fd7b144ac23e69ab6f089c338485c9fc4f5624a814b0f0f85d030647fe22e9390f03b873a05bd1cb26997986c30b5af0b10ef4 SHA512 21f115eae4507ca6e8c726476ba40910886e2ed17161cddbe493b2fe1c55a30703f033f8062eb0b9543d85541aa15e9ecab508cb3bb7403881315ecdb0bc55cd DIST aspell6-pt_PT-20190329-1-0.tar.bz2 87497 BLAKE2B 678f33a13e995a13fbce084546c37a5ef331db6a4a8cb1d31386327acf905dca148167c156043d3ba0175cd0b2cfb3f6f724bace10ed8e0a4a4bf194049ec1e6 SHA512 7c7edb79cd46bf4566814dbdef09f9b6d202f183abe5c25fda454e69c57d617948806657ed1da83039b508c1ccdb8a020d694b7119edfce63bae7defeafa1123 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 deleted file mode 100644 index e0d436e993d..00000000000 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Portuguese" -inherit aspell-dict-r1 - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -src_install() { - aspell-dict-r1_src_install - - rm "${ED}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die - rm "${ED}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die -}