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 3928B158086 for ; Sat, 9 Oct 2021 20:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91970E07D8; Sat, 9 Oct 2021 20:50:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7CC75E07D8 for ; Sat, 9 Oct 2021 20:50:47 +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 42792342F73 for ; Sat, 9 Oct 2021 20:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF31EC for ; Sat, 9 Oct 2021 20:50:43 +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: <1633812633.948e8e204b93ec45be079e0be59135e80c363579.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/c-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/c-support/Manifest app-xemacs/c-support/c-support-1.22.ebuild X-VCS-Directories: app-xemacs/c-support/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 948e8e204b93ec45be079e0be59135e80c363579 X-VCS-Branch: master Date: Sat, 9 Oct 2021 20:50:43 +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: 7bc5de3e-3619-43b6-b012-820939e75b3d X-Archives-Hash: 504fecc308cc8637f402ec884fffb71f commit: 948e8e204b93ec45be079e0be59135e80c363579 Author: Mats Lidell gentoo org> AuthorDate: Sat Oct 9 20:50:33 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Oct 9 20:50:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948e8e20 app-xemacs/c-support: drop 1.22 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/c-support/Manifest | 1 - app-xemacs/c-support/c-support-1.22.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-xemacs/c-support/Manifest b/app-xemacs/c-support/Manifest index 168b1b0e9aa..4487dfebb71 100644 --- a/app-xemacs/c-support/Manifest +++ b/app-xemacs/c-support/Manifest @@ -1,2 +1 @@ -DIST c-support-1.22-pkg.tar.gz 78027 BLAKE2B 6431841a5bde016211016723b633b6aa1c7c10e62f0a846d52b4b77053226392e4ed4170384144235ca48f5dde5d47312c34085069ef682bb0b199f7d926c289 SHA512 38ca69f114541a9886ac547701d3d2bae90707307e73ca9ef2b2867500c0ea1b16f9a1fe3bc69b039dafe9cfabafadab46c11d156873c3105c77026655ae00a4 DIST c-support-1.24-pkg.tar.gz 77955 BLAKE2B 1e55fabfe0888fd84d416b3433e64ee45c597b38942048eca1d082afa1dc59ed3714c0be499e6b960c39c30dbd595fbe493167515f3a0968da74ada51650ab79 SHA512 dec220ef2b354da746b0552e37bada1b73f07f14b96996e2ad98cb089a105afbf95003f5d4f51a1ba09498d26fc9c65241835c2a40c19d1bd0c50ff9333216b9 diff --git a/app-xemacs/c-support/c-support-1.22.ebuild b/app-xemacs/c-support/c-support-1.22.ebuild deleted file mode 100644 index b880fa4ef5f..00000000000 --- a/app-xemacs/c-support/c-support-1.22.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Basic single-file add-ons for editing C code" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/cc-mode -app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages