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 3AFA3158017 for ; Thu, 30 Sep 2021 20:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84734E088B; Thu, 30 Sep 2021 20:42:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68090E088B for ; Thu, 30 Sep 2021 20:42:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3D17342D0B for ; Thu, 30 Sep 2021 20:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1701114 for ; Thu, 30 Sep 2021 20:42:00 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1633034484.c230603a894c6da5d509ceb6f31f62aebb596d18.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-ispell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/xemacs-ispell/Manifest app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild X-VCS-Directories: app-xemacs/xemacs-ispell/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: c230603a894c6da5d509ceb6f31f62aebb596d18 X-VCS-Branch: master Date: Thu, 30 Sep 2021 20:42:00 +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: 6df28589-7348-46b9-8eb5-7f76e84fee7c X-Archives-Hash: 23b28e70dbb0074d98e00aa651d2ccaf commit: c230603a894c6da5d509ceb6f31f62aebb596d18 Author: Mats Lidell gentoo org> AuthorDate: Thu Sep 30 20:41:24 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Thu Sep 30 20:41:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c230603a app-xemacs/xemacs-ispell: drop 1.32 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/xemacs-ispell/Manifest | 1 - app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest index 110655868f2..45cb2980ea0 100644 --- a/app-xemacs/xemacs-ispell/Manifest +++ b/app-xemacs/xemacs-ispell/Manifest @@ -1,2 +1 @@ -DIST ispell-1.32-pkg.tar.gz 83587 BLAKE2B 80c65a5bb22711c6690ddef1213d60b5f6cca8d5fe342267e931294a10a976c9f3a50e6ba2d539720e460a25779363c954aac37b4c413741784251849fce0785 SHA512 02108c33e5611ecd4ce6c574fcb12a93d3c8753079925c624ae3b155a6b13efaef581c468e311e7aa1f85e0a032cebf2a466ce8e5a9647be0b748251c3dfc070 DIST ispell-1.37-pkg.tar.gz 102787 BLAKE2B c77034361f9ac9e69b51e2a17db78e675acfa5f55a25dda453d2612558ca0b4a1c2fb9b57fde17e2550a7ee4f2a8187a8983766f2e0282ce2fb793e13ab619a4 SHA512 6896c5fe7b9a10d3e11103dde8dbe7a23446c969a2af8e99815d34f621227076aa57061ebca589a3cd5decf5bf47a8c34ecafc73fe13f5310874edfbbedb8c8c diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild deleted file mode 100644 index 08af9227060..00000000000 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Spell-checking with GNU ispell" -XEMACS_PKG_CAT="standard" - -MY_PN=${PN/xemacs-/} - -SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" - -RDEPEND="" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" - -inherit xemacs-packages