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 0CADD158064 for ; Sun, 5 May 2024 18:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC16E2C8D; Sun, 5 May 2024 18:56:56 +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 7551EE2C8A for ; Sun, 5 May 2024 18:56:56 +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 7F9BA343159 for ; Sun, 5 May 2024 18:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17691A3E for ; Sun, 5 May 2024 18:56:51 +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: <1714935369.e1d53f9ebf94896f69d00c160dea971bbdf883b7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-da/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-da/Manifest app-dicts/aspell-da/aspell-da-4.3.ebuild X-VCS-Directories: app-dicts/aspell-da/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e1d53f9ebf94896f69d00c160dea971bbdf883b7 X-VCS-Branch: master Date: Sun, 5 May 2024 18:56:51 +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: 5860c74c-bb48-4022-9969-13f9528324f9 X-Archives-Hash: 0869b741bf0afbcba1a1d0f03d37f059 commit: e1d53f9ebf94896f69d00c160dea971bbdf883b7 Author: Conrad Kostecki gentoo org> AuthorDate: Sun May 5 18:49:46 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun May 5 18:56:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d53f9e app-dicts/aspell-da: add 4.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-da/Manifest | 1 + app-dicts/aspell-da/aspell-da-4.3.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-dicts/aspell-da/Manifest b/app-dicts/aspell-da/Manifest index 80011f74227b..e041e438d97a 100644 --- a/app-dicts/aspell-da/Manifest +++ b/app-dicts/aspell-da/Manifest @@ -1 +1,2 @@ DIST aspell-da-4.2.1.tar.gz 4244477 BLAKE2B 51c25e9dc3f033daf4884abb3db5681ba834835bd6ae417e9edf5200d4791fd911974dca4f3323b880efd7a2be1ee8259784e0a54d7e0bceb7249a6bb4a55736 SHA512 66a32be37615423cdd88c3ccbe81e26bc955068a5d74f1829f0d309ba93741d99f7ccbb335e0fe1a890aada984cc771eb25c00027554509c0f1fbf36fea5fb0b +DIST aspell-da-4.3.tar.gz 4262160 BLAKE2B d7de57716c36b23e7de83152f46f3b13d9474007d05fb96171a9a2e70758afbe6ca96e0b2c6d2bacd5543e33698de5483f9dae3469017475a5e19a75975eaf86 SHA512 6cb391660f7c7dad85f0242feca284d07204dfbab348e4138e07932da8dd7446e8bccf8e3079bc40f69d73b3967da80ddd539e66eda037b8053056effd20b389 diff --git a/app-dicts/aspell-da/aspell-da-4.3.ebuild b/app-dicts/aspell-da/aspell-da-4.3.ebuild new file mode 100644 index 000000000000..38b472074a8c --- /dev/null +++ b/app-dicts/aspell-da/aspell-da-4.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Danish" + +inherit aspell-dict-r1 + +HOMEPAGE="https://github.com/mortenivar/aspell-da" +SRC_URI="https://github.com/mortenivar/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos"