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 22E25158086 for ; Fri, 8 Oct 2021 08:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76576E0845; Fri, 8 Oct 2021 08:33:05 +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 38482E0845 for ; Fri, 8 Oct 2021 08:33:05 +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 30D753433B6 for ; Fri, 8 Oct 2021 08:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A099105 for ; Fri, 8 Oct 2021 08:33:02 +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: <1633681964.82c24805212a0aa3e4bba568b7bf4b72c310cf2f.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/mailcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/mailcrypt/Manifest app-xemacs/mailcrypt/mailcrypt-2.14.ebuild X-VCS-Directories: app-xemacs/mailcrypt/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 82c24805212a0aa3e4bba568b7bf4b72c310cf2f X-VCS-Branch: master Date: Fri, 8 Oct 2021 08:33:02 +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: 4ee93fdd-0c1e-4079-a026-6f30c779a310 X-Archives-Hash: eeafc0f6438bdf6bc8e1215b9318868a commit: 82c24805212a0aa3e4bba568b7bf4b72c310cf2f Author: Mats Lidell gentoo org> AuthorDate: Fri Oct 8 08:32:44 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Fri Oct 8 08:32:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c24805 app-xemacs/mailcrypt: drop 2.14 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/mailcrypt/Manifest | 1 - app-xemacs/mailcrypt/mailcrypt-2.14.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-xemacs/mailcrypt/Manifest b/app-xemacs/mailcrypt/Manifest index 840adc7b202..40b9118cd82 100644 --- a/app-xemacs/mailcrypt/Manifest +++ b/app-xemacs/mailcrypt/Manifest @@ -1,2 +1 @@ -DIST mailcrypt-2.14-pkg.tar.gz 154180 BLAKE2B a5db41632b13930cadac65921026a5c5c2d393313d94c6c851e2691eb964eb6f70a25909f71dd7748f537f1dee037e6d3a45b9a7a7d031100e2018e9b2fd0759 SHA512 61e252f67f8848d54bd372341545d88d9f2150f671dd8cf371fa7650c9183eb7e4d8f3e661255110ae1a47df152060d81143f83a2f2fbc942aa6a83d36f09e9e DIST mailcrypt-2.16-pkg.tar.gz 154238 BLAKE2B 8d8837510d2b59ffaec0035f2d7bb124ee80d69c6b87c27a4ab5a36033560be685a90b6ef2acd0035d4b74e6ff3d1bb9aa9424e8ff5fc05908c3d39a8bc468e3 SHA512 93248f811bc40b42786021452406df113b5e872ad4e6a0fa72bc4055276a22e8a80439e01d3c2e51b506083193ee1031ee6ac1d11ddfb653d4fbb85d06c5c920 diff --git a/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild b/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild deleted file mode 100644 index 68e7686d674..00000000000 --- a/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Support for messaging encryption with PGP" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/mail-lib -app-xemacs/fsf-compat -app-xemacs/xemacs-base -app-xemacs/cookie -app-xemacs/gnus -app-xemacs/mh-e -app-xemacs/rmail -app-xemacs/vm -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages