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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E7D415813A for ; Sat, 11 Jan 2025 10:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7D5E0AAE; Sat, 11 Jan 2025 10:17:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9E6D4E0AAE for ; Sat, 11 Jan 2025 10:17:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B47E433BEA5 for ; Sat, 11 Jan 2025 10:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7390AED for ; Sat, 11 Jan 2025 10:17:39 +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: <1736590534.effde2b8976fb138cc905419cff7b36f81258cb9.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.58.ebuild X-VCS-Directories: app-xemacs/tramp/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: effde2b8976fb138cc905419cff7b36f81258cb9 X-VCS-Branch: master Date: Sat, 11 Jan 2025 10:17:39 +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: 4e8ed8be-a01e-4e83-80bd-4b4726da66ed X-Archives-Hash: 5fff5128cd2e4eaf6b71cf90123a34cb commit: effde2b8976fb138cc905419cff7b36f81258cb9 Author: Mats Lidell gentoo org> AuthorDate: Sat Jan 11 10:15:34 2025 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Jan 11 10:15:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effde2b8 app-xemacs/tramp: drop 1.58 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/tramp/Manifest | 1 - app-xemacs/tramp/tramp-1.58.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index 612970d071dc..08bf9637e682 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1,2 +1 @@ -DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d SHA512 7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44 DIST tramp-1.58-repackaged-pkg.tar.gz 413690 BLAKE2B 7ff0dda2d2cbbc6a756960570592c41495c1491b0672e3d959da03612707e90e705ad5f960f535c52d3d0d46dade7aa37ee19fed285ff89b606c8a22aa5cd17b SHA512 e57bdbddccee60348e01d382369ef513c37f97b0f0d288077ca4e9658a9cd90782f59e9ee68987d26fba8018f1cffd34d3b86307cda515151266c7765261a963 diff --git a/app-xemacs/tramp/tramp-1.58.ebuild b/app-xemacs/tramp/tramp-1.58.ebuild deleted file mode 100644 index 1fae71730fa0..000000000000 --- a/app-xemacs/tramp/tramp-1.58.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 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" - -XEMACS_EXPERIMENTAL="true" - -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