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 0C518158086 for ; Fri, 8 Oct 2021 07:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BDEE0844; Fri, 8 Oct 2021 07:55:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12B26E0844 for ; Fri, 8 Oct 2021 07:55:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37372342E0E for ; Fri, 8 Oct 2021 07:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD13E105 for ; Fri, 8 Oct 2021 07:55:11 +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: <1633679704.2782f962e332b314ef64fb04b8ef46603545d59b.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/pc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/pc/Manifest app-xemacs/pc/pc-1.28.ebuild X-VCS-Directories: app-xemacs/pc/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 2782f962e332b314ef64fb04b8ef46603545d59b X-VCS-Branch: master Date: Fri, 8 Oct 2021 07:55:11 +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: 14716000-a86a-452e-8c0f-2dad48256a9a X-Archives-Hash: 71c70a503ac9577dfff140b43afeb165 commit: 2782f962e332b314ef64fb04b8ef46603545d59b Author: Mats Lidell gentoo org> AuthorDate: Fri Oct 8 07:55:04 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Fri Oct 8 07:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2782f962 app-xemacs/pc: drop 1.28 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/pc/Manifest | 1 - app-xemacs/pc/pc-1.28.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/app-xemacs/pc/Manifest b/app-xemacs/pc/Manifest index 0bc8a49819d..16b5d8d03c8 100644 --- a/app-xemacs/pc/Manifest +++ b/app-xemacs/pc/Manifest @@ -1,2 +1 @@ -DIST pc-1.28-pkg.tar.gz 17720 BLAKE2B 06856dbe980ca7313a83d87d87c6d42f0a9a42c9d03e05e0f080abf3e9634e5d763003ed9acf5fedb5e541bbf8f47e0c236728f154cb8565e70b18947795e886 SHA512 cd296e2ce019b54de33560622622cf955937b85205850f7e31218c8de03a05d0516176bc2c8775c2649d271678f18fed3591d2fac572cc78fd11d9d05a43e922 DIST pc-1.30-pkg.tar.gz 17760 BLAKE2B bdf924d66b596fbd0f2770241713593e63576a229759b5cef10a5493b4f799fd60dd914320a4fcd6d0e444be842bae20a82334d3b223b6a95137a6d9e5e37e74 SHA512 6a64b7b330e4bf73563490de443db8525ea6d15158b78e8561e22609f24909cf2a7e83453024d985a4ef1dc0c00f69c69c7f31ac010c806b6e61811d0a15526c diff --git a/app-xemacs/pc/pc-1.28.ebuild b/app-xemacs/pc/pc-1.28.ebuild deleted file mode 100644 index 6bf7d8e68e7..00000000000 --- a/app-xemacs/pc/pc-1.28.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="PC style interface emulation" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages