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 42778158064 for ; Mon, 13 May 2024 14:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87268E2AB1; Mon, 13 May 2024 14:04: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 6B45FE2AB1 for ; Mon, 13 May 2024 14:04: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 7F848342F65 for ; Mon, 13 May 2024 14:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A69C1AAC for ; Mon, 13 May 2024 14:04:54 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715609072.f2df66d4b4805b8ad8b24fbffe39caf85420cd1e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild X-VCS-Directories: app-vim/vim-spell-en/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f2df66d4b4805b8ad8b24fbffe39caf85420cd1e X-VCS-Branch: master Date: Mon, 13 May 2024 14:04:54 +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: 030795e9-4728-4418-a66b-eb86c6e864d7 X-Archives-Hash: 33984e107a05e25f61ac614d46cfe33f commit: f2df66d4b4805b8ad8b24fbffe39caf85420cd1e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun May 12 11:25:34 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 13 14:04:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2df66d4 app-vim/vim-spell-en: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Arthur Zamarin gentoo.org> app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild new file mode 100644 index 000000000000..f6e21dda9d10 --- /dev/null +++ b/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VIM_SPELL_LANGUAGE="English" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="BSD LGPL-2.1 public-domain" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"