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 B69291581D3 for ; Thu, 23 May 2024 16:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43E95E29E6; Thu, 23 May 2024 16:47:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 24086E29E5 for ; Thu, 23 May 2024 16:47:41 +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 578A1342F94 for ; Thu, 23 May 2024 16:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62091B3C for ; Thu, 23 May 2024 16:47:38 +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: <1716482830.06284c5bdb002dbcc810a791ba4bc4e8523601d4.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-r1.ebuild X-VCS-Directories: app-vim/vim-spell-en/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 06284c5bdb002dbcc810a791ba4bc4e8523601d4 X-VCS-Branch: master Date: Thu, 23 May 2024 16:47:38 +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: 09846b28-af8e-496a-8221-6fc3011909dc X-Archives-Hash: a6e862bac9b8c3a4228eda05661ae509 commit: 06284c5bdb002dbcc810a791ba4bc4e8523601d4 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 23 16:44:25 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 23 16:47:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06284c5b app-vim/vim-spell-en: drop 20060123-r1 Signed-off-by: Arthur Zamarin gentoo.org> app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild deleted file mode 100644 index c24b3cf537a6..000000000000 --- a/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIM_SPELL_LANGUAGE="English" - -inherit vim-spell - -KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -LICENSE="BSD LGPL-2.1 public-domain" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"