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 095B813835A for ; Fri, 12 Mar 2021 23:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FD9AE08F4; Fri, 12 Mar 2021 23:29:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E9394E08F4 for ; Fri, 12 Mar 2021 23:29:39 +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 84830340AB6 for ; Fri, 12 Mar 2021 23:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2E859B for ; Fri, 12 Mar 2021 23:29:36 +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: <1615591769.696b33b36dfc7962a86c1a85057b167c0f53ac5c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ro/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-ro/Manifest app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild X-VCS-Directories: app-dicts/aspell-ro/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 696b33b36dfc7962a86c1a85057b167c0f53ac5c X-VCS-Branch: master Date: Fri, 12 Mar 2021 23:29:36 +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: 1f916b5e-9a70-4388-a423-ec7c56b28e96 X-Archives-Hash: 7166d2cefeef31218c203eee50486337 commit: 696b33b36dfc7962a86c1a85057b167c0f53ac5c Author: Conrad Kostecki gentoo org> AuthorDate: Fri Mar 12 23:17:14 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Mar 12 23:29:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696b33b3 app-dicts/aspell-ro: bump to version 3.3.10 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-ro/Manifest | 1 + app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-dicts/aspell-ro/Manifest b/app-dicts/aspell-ro/Manifest index c2c51a54989..3370e5b02fd 100644 --- a/app-dicts/aspell-ro/Manifest +++ b/app-dicts/aspell-ro/Manifest @@ -1 +1,2 @@ DIST aspell5-ro-3.3-2.tar.bz2 444966 BLAKE2B 078a10fd3cdcc0771f48cfcaa606c626328becdb98ad8d53b31d2b08dd32d532caa5edcb1649900e29fddb81d960c35e6b6af74aa8e20b15c2f6dd3bf48b8957 SHA512 0027334b6201e24b038d78d5b01b8495a661dc41df44b099b6c27156d11f33c26db1dd7bc9dbf45263695820b20da3891da58a30584f5e285579dec199b5acd3 +DIST aspell5-ro-3.3.10.tar.bz2 469446 BLAKE2B f3e12fbed93ec368f6a94b5fc3475f26230d91f2e911c808a99e36be4a446832aaceb7ae203d771810c4978fe19a2eff779e099a0cc8f289abdab5db45deb222 SHA512 c535894d11ee168311a2cc0f799005639b21f3284a2a51db25d513d3e0494cf6d2fb7517bc79bc76f2d9ae89bb43c8bcbac7f451195ee22a7cce361aa09914ba diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild new file mode 100644 index 00000000000..d9f0a01db5c --- /dev/null +++ b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Romanian" +ASPELL_VERSION=5 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE=" + http://aspell.net + https://rospell.wordpress.com/ +" +SRC_URI="mirror://sourceforge/rospell/${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"