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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 203A215808B for ; Thu, 14 Apr 2022 20:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57895E0874; Thu, 14 Apr 2022 20:49:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15DDFE0843 for ; Thu, 14 Apr 2022 20:49:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DD83341D46 for ; Thu, 14 Apr 2022 20:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D49398 for ; Thu, 14 Apr 2022 20:49:19 +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: <1649968725.3b0e931b2cbf6c5b35d431caacd22720c0bd1f9d.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-20190329.1.0-r1.ebuild X-VCS-Directories: app-dicts/aspell-pt/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3b0e931b2cbf6c5b35d431caacd22720c0bd1f9d X-VCS-Branch: master Date: Thu, 14 Apr 2022 20:49:19 +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: af1b5a1c-a4ce-4193-bd39-5bb140de9d7d X-Archives-Hash: 4cf7715ad9f9af3c1e3966fff9ea7e21 commit: 3b0e931b2cbf6c5b35d431caacd22720c0bd1f9d Author: Conrad Kostecki gentoo org> AuthorDate: Thu Apr 14 20:38:45 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 14 20:38:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0e931b app-dicts/aspell-pt: drop 20190329.1.0-r1 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-pt/Manifest | 1 - app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index d5b8c2a0e1ab..a09b9d198695 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1,2 +1 @@ -DIST aspell6-pt_PT-20190329-1-0.tar.bz2 87497 BLAKE2B 678f33a13e995a13fbce084546c37a5ef331db6a4a8cb1d31386327acf905dca148167c156043d3ba0175cd0b2cfb3f6f724bace10ed8e0a4a4bf194049ec1e6 SHA512 7c7edb79cd46bf4566814dbdef09f9b6d202f183abe5c25fda454e69c57d617948806657ed1da83039b508c1ccdb8a020d694b7119edfce63bae7defeafa1123 DIST aspell6.pt-20220304.tar.bz2 170068 BLAKE2B 058e9e96d57da795251f99c83e1c39805208fe5b4d404e8e59944863e8ddeaa583d5934cc2916272d1598075865199029e7fb55fc3e6c22f47825e6326e18465 SHA512 39646317a85f82b1e5fe160b42e469ec7317fecafba168cb26ef1c138d90d03e1cc01b0a50cbb75c97e4cf70aa7197beb89d0041ed7fc32b2653ef5f9b755305 diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild deleted file mode 100644 index 53c4971a6ba5..000000000000 --- a/app-dicts/aspell-pt/aspell-pt-20190329.1.0-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=8 - -ASPELL_LANG="Portuguese" -ASPELL_VERSION=6 -MY_PN="${PN}_PT" -MY_P="${MY_PN/aspell/aspell${ASPELL_VERSION}}-${PV//./-}" - -inherit aspell-dict-r1 - -SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_PN/aspell-/}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"