diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:21:40 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:24:31 +0100 |
commit | a1531616f81f93c6adea2bc93802e877ef8e427f (patch) | |
tree | fc0d6dad10fd19a4380a2e3bc9e57e99b27f9e46 /app-xemacs | |
parent | app-xemacs/riece: drop 1.26 (diff) | |
download | gentoo-a1531616f81f93c6adea2bc93802e877ef8e427f.tar.gz gentoo-a1531616f81f93c6adea2bc93802e877ef8e427f.tar.bz2 gentoo-a1531616f81f93c6adea2bc93802e877ef8e427f.zip |
app-xemacs/tramp: drop 1.57
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/tramp/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.57.ebuild | 22 |
2 files changed, 0 insertions, 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 |