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 52994158018 for ; Sat, 2 Oct 2021 21:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB831E07F9; Sat, 2 Oct 2021 21:17:26 +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 91731E07F9 for ; Sat, 2 Oct 2021 21:17:26 +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 A4D28342C3E for ; Sat, 2 Oct 2021 21:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635CD89 for ; Sat, 2 Oct 2021 21:17:24 +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: <1633209432.d786723581502b2fbbca4f693fd22fb29fc9ee89.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/vc-cc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/vc-cc/Manifest app-xemacs/vc-cc/vc-cc-1.22.ebuild X-VCS-Directories: app-xemacs/vc-cc/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: d786723581502b2fbbca4f693fd22fb29fc9ee89 X-VCS-Branch: master Date: Sat, 2 Oct 2021 21:17:24 +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: 6470ac95-2cbe-4884-8ae1-42157304c70a X-Archives-Hash: 169ab985e4fa6a7dcd31d2ed1916180b commit: d786723581502b2fbbca4f693fd22fb29fc9ee89 Author: Mats Lidell gentoo org> AuthorDate: Sat Oct 2 21:17:12 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Oct 2 21:17:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7867235 app-xemacs/vc-cc: drop 1.22 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/vc-cc/Manifest | 1 - app-xemacs/vc-cc/vc-cc-1.22.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-xemacs/vc-cc/Manifest b/app-xemacs/vc-cc/Manifest index 2c9c7727fa4..11c45a4f3bb 100644 --- a/app-xemacs/vc-cc/Manifest +++ b/app-xemacs/vc-cc/Manifest @@ -1,2 +1 @@ -DIST vc-cc-1.22-pkg.tar.gz 95028 BLAKE2B 6ba8a0475d7a65d3f52982674f0d1eeebd262c7c9bcd939a3f4278324b7457ad9169352a3974627f03a12d9baee85908e27ec77100c3303ae186f2de1fea4a9a SHA512 34aec1f857220ff35c6aa3b428605c7d42e1f10d2e6d265a815e8a1940b3cc52ef937c22c6fbabf736e3e6363023250daacb151622f3791972ecc74d7f7e876b DIST vc-cc-1.24-pkg.tar.gz 95024 BLAKE2B 0d9303bb80d72efa2d9850619b5f0023af6b58ffe0a1b04e1537621c343c25739e68f39a035ecd0e25890a2e12e5af9bd14d0658133e2e0f026900a758ff8218 SHA512 101eaabbf37dabbec710c20cc6aad76ce7ece962903a1284b1be72a41352ef00856bca9bcf72b9cefa520375e46f820a5c16a0067324cd79a2810d5b0b8211e9 diff --git a/app-xemacs/vc-cc/vc-cc-1.22.ebuild b/app-xemacs/vc-cc/vc-cc-1.22.ebuild deleted file mode 100644 index 188ebef26e5..00000000000 --- a/app-xemacs/vc-cc/vc-cc-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="Version Control for ClearCase (UnFree) systems" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/dired -app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages