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 A1C7D158018 for ; Sat, 2 Oct 2021 21:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 032F2E07F9; Sat, 2 Oct 2021 21:15:49 +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 DD682E07F9 for ; Sat, 2 Oct 2021 21:15:48 +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 F2397342C1F for ; Sat, 2 Oct 2021 21:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B91F89 for ; Sat, 2 Oct 2021 21:15:46 +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: <1633209335.c23ff5073abc747552735b384c1ac1c6236da345.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.52.ebuild X-VCS-Directories: app-xemacs/tramp/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: c23ff5073abc747552735b384c1ac1c6236da345 X-VCS-Branch: master Date: Sat, 2 Oct 2021 21:15:46 +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: 4fd95256-b8fb-4381-be59-e474ef7eb8f3 X-Archives-Hash: b305def77fdf2db45ce36ece1416b102 commit: c23ff5073abc747552735b384c1ac1c6236da345 Author: Mats Lidell gentoo org> AuthorDate: Sat Oct 2 21:15:35 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Oct 2 21:15:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ff507 app-xemacs/tramp: drop 1.52 Signed-off-by: Mats Lidell gentoo.org> app-xemacs/tramp/Manifest | 1 - app-xemacs/tramp/tramp-1.52.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index 64c0c835e06..cc1fc968178 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1,2 +1 @@ -DIST tramp-1.52-pkg.tar.gz 396316 BLAKE2B daa38f4ccd399564d84f9cd5445f4483c49a591302ddc8a881376e4d3eac506b1123040fa7395255fd5f76bc93f6ed124771d557104b4261a74100a2bc6273c9 SHA512 ce61fe02bf0803a845bf34df7d9c7c0f72a28bcc84e2ebbcd8b80b1a28a5304bcffd5756a5a61d297b537e79a7d90e60821ba857a4c06911d4c098f2694897c6 DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d SHA512 1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560 diff --git a/app-xemacs/tramp/tramp-1.52.ebuild b/app-xemacs/tramp/tramp-1.52.ebuild deleted file mode 100644 index 2232d42ffb8..00000000000 --- a/app-xemacs/tramp/tramp-1.52.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 sparc x86" - -inherit xemacs-packages