From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1350370-garchives=archives.gentoo.org@lists.gentoo.org>
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 5F147158086
	for <garchives@archives.gentoo.org>; Thu, 16 Dec 2021 22:27:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5BBE72BC033;
	Thu, 16 Dec 2021 22:27:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 2CC0E2BC032
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 22:27:20 +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 47195343522
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 22:27:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C4B0126D
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 22:27:15 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
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" <conikost@gentoo.org>
Message-ID: <1639693611.2c307d382baa9a58a3971ba92303adc63f1b2ebf.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-no/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild
X-VCS-Directories: app-dicts/aspell-no/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: 2c307d382baa9a58a3971ba92303adc63f1b2ebf
X-VCS-Branch: master
Date: Thu, 16 Dec 2021 22:27:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7b00d297-f7e8-4027-8f4a-e3828c89284d
X-Archives-Hash: 8e85824a1141124aad4164cb34befa80

commit:     2c307d382baa9a58a3971ba92303adc63f1b2ebf
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 22:12:48 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 22:26:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c307d38

app-dicts/aspell-no: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild b/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild
new file mode 100644
index 000000000000..67618812667d
--- /dev/null
+++ b/app-dicts/aspell-no/aspell-no-0.50.2-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Norwegian"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-nb"