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 207A1158095 for ; Mon, 10 Oct 2022 21:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F30E0938; Mon, 10 Oct 2022 21:00:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C6152E0938 for ; Mon, 10 Oct 2022 21:00:16 +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 7D10B341058 for ; Mon, 10 Oct 2022 21:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0696D619 for ; Mon, 10 Oct 2022 21:00:13 +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: <1665435591.496028d9737e21d15de7223d6decddf31b85abe3.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-20220621.ebuild X-VCS-Directories: app-dicts/aspell-pt/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 496028d9737e21d15de7223d6decddf31b85abe3 X-VCS-Branch: master Date: Mon, 10 Oct 2022 21:00:13 +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: c48aac44-2bb9-4b04-81ce-b75a53ce9544 X-Archives-Hash: 2a524e6843c41433e6f2f25b29339b60 commit: 496028d9737e21d15de7223d6decddf31b85abe3 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Oct 10 20:50:00 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Oct 10 20:59:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496028d9 app-dicts/aspell-pt: add 20220621 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-pt/Manifest | 1 + app-dicts/aspell-pt/aspell-pt-20220621.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index a09b9d198695..236fb43bfc27 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1 +1,2 @@ DIST aspell6.pt-20220304.tar.bz2 170068 BLAKE2B 058e9e96d57da795251f99c83e1c39805208fe5b4d404e8e59944863e8ddeaa583d5934cc2916272d1598075865199029e7fb55fc3e6c22f47825e6326e18465 SHA512 39646317a85f82b1e5fe160b42e469ec7317fecafba168cb26ef1c138d90d03e1cc01b0a50cbb75c97e4cf70aa7197beb89d0041ed7fc32b2653ef5f9b755305 +DIST aspell6.pt-20220621.tar.bz2 170248 BLAKE2B 24263cc1fc19b0758c08637edbd8e2b7d75132ee2cde46cfb4fb60d820452d57117e73666dae542f43c15fcc85868c686a98909ec1b3469396871b6e1ad03bb6 SHA512 9e5d7bd10b858f7fac288212c5658786fe1ce27c895673177aca99a17996ba7629817e0882432bfcf4dc9bdee501393f9f25744d59b0ae5995e2c2c78e2c147f diff --git a/app-dicts/aspell-pt/aspell-pt-20220621.ebuild b/app-dicts/aspell-pt/aspell-pt-20220621.ebuild new file mode 100644 index 000000000000..ec2b021e8fd7 --- /dev/null +++ b/app-dicts/aspell-pt/aspell-pt-20220621.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Portuguese" +ASPELL_VERSION=6 +MY_PN="${PN/-/.}" +MY_P="${MY_PN/aspell/aspell${ASPELL_VERSION}}-${PV}" +MY_S="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE="https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main" +SRC_URI="https://natura.di.uminho.pt/download/sources/Dictionaries/aspell${ASPELL_VERSION}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_S/pt/pt_PT}-0" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"