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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D295115838C for ; Wed, 24 Jan 2024 20:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AF2B2BC01E; Wed, 24 Jan 2024 20:24:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7364E2BC02E for ; Wed, 24 Jan 2024 20:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B73803433D8 for ; Wed, 24 Jan 2024 20:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE7E014A8 for ; Wed, 24 Jan 2024 20:24:40 +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: <1706127871.a1531616f81f93c6adea2bc93802e877ef8e427f.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/tramp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/tramp/Manifest app-xemacs/tramp/tramp-1.57.ebuild X-VCS-Directories: app-xemacs/tramp/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: a1531616f81f93c6adea2bc93802e877ef8e427f X-VCS-Branch: master Date: Wed, 24 Jan 2024 20:24:40 +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: 435d09b9-0f5e-4a94-8bfd-dd24913f41c7 X-Archives-Hash: 3628d8f8a93ee1981a98705b99a58a15 commit: a1531616f81f93c6adea2bc93802e877ef8e427f Author: Mats Lidell gentoo org> AuthorDate: Wed Jan 24 20:21:40 2024 +0000 Commit: Mats Lidell gentoo org> CommitDate: Wed Jan 24 20:24:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1531616 app-xemacs/tramp: drop 1.57 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/tramp/Manifest | 1 - app-xemacs/tramp/tramp-1.57.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index 9732b9db31df..f224ed4225bb 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1,2 +1 @@ -DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d SHA512 1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560 DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d SHA512 7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44 diff --git a/app-xemacs/tramp/tramp-1.57.ebuild b/app-xemacs/tramp/tramp-1.57.ebuild deleted file mode 100644 index e36894305b21..000000000000 --- a/app-xemacs/tramp/tramp-1.57.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SLOT="0" -DESCRIPTION="Remote shell-based file editing" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/vc -app-xemacs/efs -app-xemacs/dired -app-xemacs/mail-lib -app-xemacs/gnus -app-xemacs/ediff -app-xemacs/sh-script -app-xemacs/edebug -" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" - -inherit xemacs-packages